activa's blog

.NET, Web, Mobile and more stuff I can't stop talking about

Browsing Posts tagged ORM

Adding support for SQLite to a Windows Phone app is actually very easy. Vici CoolStorage, an open-source data access layer and ORM, allows you to add local SQLite db access to your Windows Phone app with just a few lines of code, even if you don’t want to use the ORM features at all.

I’ve been developing iPhone apps for the past 9 months using the recommended development tools, being Xcode, Interface Builder and the iPhone SDK. Being a C# .NET programmer didn’t make this easy: Objective-C is… weird and… primitive. Dealing with pointers after 10 years of focusing on problems instead of memory addresses is a slight culture [...]

Generated code is great… if it was generated by you,or you fully understand the generated code! Imagine the following situation: You have been working on a large project that has been around for years and you need to make a small change. The change seems insignificant so you dive in the code only to find [...]