Looking at generated queries for LINQ 2 SQL and EF with Visual Studio 2010 Intelli-Trace 14 November 2010 Peter-Himschoot VS2010, .NET Development When you use LINQ to SQL or Entity Framework you might wonder from time to time what the actual SQL is that was generated by the runtime. Both frameworks have their specific way to allow you to look at this, but require some extra code. Of course you shouldn’t forget to remove this code. Visual Stu... [More]
Planning, Running and measuring tests with Visual Studio 2010 Ultimate and Test and Lab Manager 24 January 2010 Peter-Himschoot VS2010, Team System, .NET Development So what does Visual Studio 2010 bring for testers? A whole lot! Especially the new test environment, where you can create a test plan to validate the quality of the software you’re building. A test plan is a collection of test cases, which you can then run. While running the system keeps track of a ... [More]
Using the WPF Visualizer in Visual Studio 2010 23 January 2010 Peter-Himschoot VS2010, WPF/Silverlight Visual Studio 2010 now has a cool little feature I want to show you. When you’re debugging WPF applications, you sometimes need to see the controls and their hierarchy. Now with VS2010 this is easy. Simply use the magnifying class (the visualizer feature) and select the WPF Tree Visualizer: ... [More]
Using the Visual Studio 2010 Historical Debugger to save and reproduce bugs 22 January 2010 Peter-Himschoot .NET Development, VS2010 Visual Studio 2010 Ultimate now has IntelliTrace, which is a historical debugging feature. IntelliTrace will keep track of everything your code has been doing and then, when a bug arrives, you can back-track to the possible cause of the bug. You might think this is nothing new, but don’t forget it a... [More]