Sep 22, 2013 Article NITROUS.IO Box with Cloud9 IDE Editor ![][1] [Nitrous.IO][2] is a wonderful way to develop software in the cloud and I'm a participant from the first minute. The platform is still in BE... #Work#DotNet
Apr 9, 2013 Article Git: Using repositories/branches for source separation ![Git Logo][1] [Git][2] is a wonderful and easy way to manage your source code of any kind of project and using [GitHub][3] as the central is a sma... #Work#DotNet
Jan 16, 2013 Article Why you shouldn't use Entity Framework with Transactions This is a .net ORM Mapper Framework from Microsoft to help you talking with your Database in an object oriented manner. [Wikipedia][1] A database t... #Work#DotNet
Apr 4, 2012 Article WCF & WebAPI JSON Dictionary Imagine you want to serialize a `Dictionary<string, string>` for wcf json output. The JSON output would look like this: ``` [ { Key: "key1", Value:... #Work#DotNet
Oct 13, 2011 Article Automated Web Deployment with MSBuild and MSDeploy If you are looking for an automated web deployment process you will inevitably come to MSBuild. There are many tutorials out [there][1] how to set ... #Work#DotNet
Apr 6, 2011 Article Determine ClickOnce UpdateUri / Install Address Its hard to find Informations about the place where the UpdateUri is saved on a windows machine. The only information i was found is where the bina... #Work#DotNet