Sometimes upgrading a framework could be a pain. Upgrading NServicebus to 5.X.X from 4.X.X is not any different. There are a lot of changes in the public API and not everything is documented or obvious. Sometimes…
Yogiraj Aradhye
A collection of 43 posts
Be a Git Ninja deck
It was a lot fun presenting at the Boston code camp 21. The slide deck with all the links is below:…
Git and Development Workflows presentation
It was a lot of fun presenting at the code camp Hartford today. My deck for the talk is below:…
Micro-ORM Code Camp 6 Presentation Links
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…