Presentation from Code Camp 6 [https://github.com/YogirajA/Micro-ORM-Presentation/tree/master/Presentation] (run index.html from the presentation folder) MicroStackOverflow demo project from the presentation [https://github.com/YogirajA/MicroStackOverflow] StackExchange public data dump [http://www.clearbits.net/creators/…
Micro-ORM, Why should you care?
Before we look at anything, we must try to understand what an ORM is. It stands for object relational mapper. It tries to solve a very common problem of impedance mismatch between the set based SQL world and the loops…
Auditing with Entity Framework and repository pattern
There is always a need to keep track of changes in the production database. We may want to create a log or maintain a history of these changes. There are multiple ways of doing this. One way is to have…
Installing Windows 8 on a MacBook
After dealing with continuous hardware and drivers issues on Lenovo IdeaPad y560 ( for more than 2 years!), I decided to sell it off and get a MacBook pro. After all, Apple just makes good hardware and provides very good support…
Now blogging at aradhye.com instead of MVCdeveloper.net
I will be blogging at aradhye.com instead of mvcdeveloper.net. The main reason behind it was the name. I love MVC but if I wanted to blog about any other topic such as installing Windows 8 on Mac book…