Sep 22, 2013ArticleNITROUS.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, 2013ArticleGit: 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, 2013ArticleWhy you shouldn't use Entity Framework with TransactionsThis 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, 2012ArticleWCF & WebAPI JSON DictionaryImagine 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, 2011ArticleAutomated Web Deployment with MSBuild and MSDeployIf 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, 2011ArticleDetermine ClickOnce UpdateUri / Install AddressIts 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