Phil Hack
  • Home
SQLite

SQLite

  • Phil Hack

    Read more posts by this author.

Phil Hack

31 Aug 2014 • 1 min read
  • SQLite Syntax Reference
  • SQLite Docs

SQLite Notes

SQLite.Net PCL Project Basically an ORM wrapper around SQLite Details Xamarin Android and IOS versions Nuget Packages SQLite PCL released by Microsoft Open Technologies Details Implementation Samples Sample using Xamarin and SQLite PCL Twin Coders SQLite.Net Extension Another good one with even

  • Phil Hack
Phil Hack 2 Sep 2014 • 1 min read

Xamarin Memory and Performance

General Performance Optimization Original article here IDisposable Good to use on images Can be called either directly or implicitly by wrapping an object tin a using statement, as shown below: using (var image = UIImage.FromFile ("image.png")){ Draw (image); } Use the Linker

  • Phil Hack
Phil Hack 30 Aug 2014 • 1 min read
Phil Hack © 2021
Latest Posts Ghost