During the last months I had to code several web-cervices (ASP.Net WCF Service) for connecting other pieces of software with Dynamics CRM. I’ve used the Dynamics CRM SDK (2011, 2015 … Continue Reading Testability for Dynamics CRM SDK code
The programming language C# supports the use of regions since ever. To be more precise it dates back into VS .Net 2003 and .Net 1.x. The concept is fairly simple: … Continue Reading C# Regions are evil
I am currently working on a new little web application using the good old ASP.Net MVC 5. This application should be hosted on Azure App Service and as our company … Continue Reading Quick developer tour on Microsoft Application Insights
TFS or its cloud instance Visual Studio Team Services (VSTS) does have a very nice integration of GIT as a distributed version control system (DVCS). This is build into TFS … Continue Reading GIT Pull-Requests and Reviews in TFS/VSTS
Some of you think “Why does this dude write about Unit-Testing in 2016? Its all set as daily standard for devs!”. I agree: old topic. But even in the last … Continue Reading How to start Unit-Testing
Intro Often when writing library code the integration of an IoC/DI container (eg. Unity, SimpleInjector, etc.) gets a topic. My goals are to use Inversion Of Control (IoC) and dependency … Continue Reading Decouple IoC/DI container when authoring a C# library
After some years with the old websites and blogs several issues arised. For my personal content I had basically two sites: idev.ch – Hosted my old tech blog as well … Continue Reading Restructuring of my personal websites and blogs
I’ve build a message infrastructure for the company I am working for which allow to collect tons of production data from our factory (about >4’000 db records per minute). In … Continue Reading Build a SignalR Connection Indicator with TypeScript and Knockout
At my company we had several ASP.Net MVC projects what needed to serve some files with a custom MVC Controller/Action. The general problem with this is that IIS tries hard … Continue Reading Configure IIS for passing static-file requests to ASP.Net/MVC
After some initial skepticism regarding Areas, I now use them more and more when building new Web-Applications using ASP.Net MVC. Therefore, I decided to cover some of my thoughts and … Continue Reading ASP.Net MVC Areas