In the previous post [https://aradhye.com/continuous-integration-for-an-xamarin-app-a-microsoft-update/], we saw why Jenkins makes sense for Xamarin build, at least for now. If you have previously worked with continuous integration systems such as Team City, the steps in Jenkins will look…
Yogiraj Aradhye
A collection of 43 posts
Continuous Integration For a Xamarin app, a Microsoft update
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…
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.…