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 →

Profiling WPF Applications in Visual Studio 2015 with the WPF Timeline Tool

In VS2013 Microsoft introduced the Performance and Diagnostics Hub. (Check my blog post here: https://www.12qw.ch/2015/03/performance-profiling-of-net-applications-in-visual-studio-20132015/) In visual Studio 2015, the XAML UI Responsiveness Tool has been renamed to Timeline and now fully supports all XAML based applications and therefore WPF! You can read all the details in this post from the WPF team: http://blogs.msdn.com/b/wpf/archive/2015/01/16/new-ui-performance-analysis-tool-for-wpf-applications.aspx The […]

Continue reading →