.NET Power Tip 11: Visual Studio Productivity Power Tools

There is one extension to Visual Studio that you ABSOLUTELY NEED!!! And its the Productivity Power Tools. Go to TOOLS –> EXTENSIONS AND UPDATES and get it from the gallery. You will find it for any VS version that you are working with and its totally free! https://visualstudiogallery.msdn.microsoft.com/34ebc6a2-2777-421d-8914-e29c1dfa7f5d The visual studio team who wrote the […]

Continue reading →

Debugging and Profiling in VS2015 Article on simple-talk.com

If you are interested in the new debugging and profiling features that came with Visual Studio 2015, check out my article on www.simple-talk.com: https://www.simple-talk.com/dotnet/visual-studio/debugging-and-profiling-in-visual-studio-2015/ Simple talk is the “technical journal and community hub from Redgate”. I urge you to check it out if you are interested either in Sql Server, .NET, Azure or all of […]

Continue reading →

DDC2015 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 found here: ManuelMeyer DDC2015 WPF Troubleshooting mit VS2015 After defining the terms “debugging” and “profiling”, I showed new but non-WPF debugging features available in Visual Studio such as PerfTips, 64bit Edit & Continue, Watch Window […]

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 Visual Studio 2015. I has recently been published online for everybody to read. If you are interested in debugging in VS2015, go check it out (note: it is written in German): https://entwickler.de/online/windev/visual-studio-2015-wpf-xaml-debuggen-168386.html The article presents […]

Continue reading →