Recently, Microsoft ended up buying Xamarin. It was very much anticipated, it always felt more of a "when" than "if" and finally it happened. Microsoft made the Xamarin suites (most of it) available with the MSDN…
Yogiraj Aradhye
A collection of 42 posts
Git Links
Why DVCS Atlassian Post on Centralized vs DVCS [https://blogs.atlassian.com/2012/02/version-control-centralized-dvcs/] Why DVCS?(Stackoverflow question) [http://stackoverflow.com/questions/4671177/small-shop-why-dvcs%22] SoftwareWhys [http://softwarewhys.wordpress.com/2010/07/16/why-dvcs-provides-better-central-control/] Windows Setup Dan's…
My list of useful Git commands
After using Git for last three years extensively, I have compiled this list of commands I use frequently. Occasionally, I rely on posts like this one [https://help.github.com/articles/remove-sensitive-data/] to get me out of the pickle. Help…
Upgrading NServiceBus to V5 from V4 - Part2
This is a continuation of my previous NServiceBus upgrade post [https://aradhye.com/nservicebus-upgrade-from-v4-to-v5-part1/]. Logging The logging functionality that used to be in NServiceBus.Core is moved to a separate set of nuget packages such as NServiceBus.CommonLogging [https://www.…
Upgrading NServiceBus to V5 from V4 - Part1
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…