Android – ORMLite
Android and databases are powerful and really good to have but it is also not so fun working with. I'm going to show if not a funny way at least…
Android and databases are powerful and really good to have but it is also not so fun working with. I'm going to show if not a funny way at least…
I found this tool, aSqliteManager. It's not the only tool/app of it's kind, there are a few similar looking tools. It's basically a database browser that runs on you android device. So what use…
Imagine that you one day were asked to implement the following requirement: "As an Administrator, I want to know what has changed in the database since a given timestamp, and…
In the strongly typed world we have to predefine data structures expressed with language elements such as structs and classes. However in a dynamic web world there is a greater…
a simple object mapper for .NET After listening to Hanselminutes show #262 I became curious and have looked a bit at Dapper to check what it really is. First of…