If you are interested in the new debugging and profiling features that came with Visual Studio 2015, check out my
Continue reading.NET Power Tip 8: Troubleshooting log4net Configurations
The configuration part of Log4Net often causes severe headaches. Most of the times, a small mistakes prevents any log output
Continue readingEntity Framework Performance Resources
Today, I stumbled upon a great article on Entity Framework performance gotchas and ways to make stuff faster. The article
Continue readingDDC2015 WPF Troubleshooting in VS2015 Session
Today I delivered a session on Troubleshooting of WPF applications using the in-the-box tools of VS2015. The slides can be
Continue reading.NET Power Tip 7: Excluding Files from TFS Source Control (Detected: 500 Add(s))
Sometimes you need a directory or some files within your Visual Studio Solution that you do NOT want to check-in
Continue reading
Universal Windows Platform (UWP) Design Templates
Did you know that there are design templates that can be used to create mockups of Windows Universal Apps? https://dev.windows.com/en-us/design/assets
Continue readingWindows 10: Show Date in Taskbar with Small Taskbar Buttons
Well, this is kinda stupid, but it still took me too much time to figure it out. I installed Windows
Continue reading.NET Power Tip 6: Presenting in Visual Studio (Presentation Mode & ToolBox Snippets)
This blog post covers a few tips for holding presentations that include some activity in Visual Studio, such as live
Continue reading.NET Power Tip 5: Examining .NET Callstacks on Running Application with Sysinternals Process Explorer
This blog post shows how you can use Sysinternals Process Explorer to examine .NET Processes at runtime without installing any
Continue reading
Basta 2015 WPF Profiling in VS2015 Session
I held a presentation on WPF Profiling in Visual Studio 2015 at the recent Basta 2015 Conference in Mainz, Germany.
Continue readingAzureAdventures: Cannot Create Mobile Service Error 500
When you try to create an azure mobile service, based on an existing Azure database, you could get the following
Continue reading.NET Power Tip 4: Playing with Format Strings
Many developers heavily underestimate the power of the format string. This post shows a couple of examples that can
Continue reading
VS2015 New Debugging and Performance Features (German)
I wrote an article for the August 2015 edition of Windows Developer Magazin that introduces the new debugging features in
Continue reading
WPF: The Infragistics WPF Roadmap – WPF IS NOT DEAD!
Today I stumbled across an interesting whitepaper by Infragistics. It is called “The Windows Presentation Foundation Roadmap: 2015 and Beyond”.
Continue reading.NET Power Tip 3: Reading Data from Excel/CSV
As with writing data to Excel, reading data can be achieved in multiple ways. If you need read and write
Continue reading