|
|
Browse by Tags
All Tags » .NET 3.5 » Microsoft
-
For those who like me didn’t know about this hidden gem:
You can now set Tracepoints instead of just Breakpoints in VS2008. Here’s the difference between the two as described on MSDN:
“Breakpoints tell the debugger that an application should break, pause execution, at a certain point. When a break occurs, your program and the ...
-
See here http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx
-
A colleague of mine this week showed me his code coverage as being over 94% for his production code, which impressed me so much, it spurred me on to ensure that all code paths in my code from now on go blue instead of red when testing with Team coverage, using the Test driven .NET addin for visual studio 2008. Not sure what I'm on about, then ...
-
For a blog detailing all the new features with.NET3.5 and Visual studio 2008, including javascript intellisense and //<reference> syntax,check out Scott Gu's blog post here.
http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx
-
Was just reading on Scott Gu's blog about the release of Visual Studio 2008 and .NET 3.5, and came across an excellent description of the new extension methods feature in .Net 3.5. I have to say that until I saw this blog post, the quick overview from Mike Taulty at TechEd lost me somewhat as to what the purpose of these extension methods is, ...
|
|
|