Every now and then, developers have to write data to excel. There are several approaches: 1. Full fledged Excel Interop:
Continue reading
Everything Azure Infrastructure
Every now and then, developers have to write data to excel. There are several approaches: 1. Full fledged Excel Interop:
Continue readingVisual Studio 2015 holds a couple of interesting features for the interested debugger and troubleshooter. This blog post will elaborate
Continue readingA very common problem in WPF and especially MVVM is that Commands, that is classes that implement the ICommand interface
Continue readingThis blog post introduces ILSpy and shows the lesser known feature that allows you to decompile foreign assemblies and
Continue readingIf you are working in enterprise software development, you will sooner or later be involved in deployment of code to
Continue readingIn VS2013 Microsoft introduced the Performance and Diagnostics Hub. (Check my blog post here: http://www.12qw.ch/2015/03/performance-profiling-of-net-applications-in-visual-studio-20132015/) In visual Studio 2015, the
Continue readingI am really happy that we can finally see more and more activity around Windows Presentation Foundation (WPF) by Microsoft.
Continue readingThere have been a lot of improvements in the troubleshooting and especially profiling capabilities of Visual Studio over the last
Continue readingIn any UI Framework, visuals are the key to success. An application that contains appealing graphics automatically yields a higher
Continue readingReading the great blog post about Base64 encoding and decoding in .NET/C# written by Jerry Nixon (http://blog.jerrynixon.com/2014/11/reading-and-writing-base64-in-windows.html), I immediately remembered
Continue readingOn September 18, 2014, I held a Tech Talk at the Microsoft Switzerland Offices in Walisellen. The title was “Enterprise
Continue readingEvery WPF Developer has probably faced this issue before. You want to change the default template of a control and
Continue readingThis blog post will show you how easy it is to set up the famous Adventureworks database using the Microsoft
Continue readingAfter having installed Orchard as shown in http://www.12qw.ch/2014/03/getting-started-with-orchard-cms-installing-orchard it is very important to know what the first modules are that
Continue readingOrchard CMS is a free Content Management System (CMS) based on Microsoft ASP.NET MVC. http://www.orchardproject.net/ Orchard is very powerful due
Continue reading