-
Scott Guthrie posted about a cool new ASP.NET server control: Chart. It can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios. Read more over here: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
-
StyleCop version 4.3 was released last tuesday. A short summary of what version 4.3 brings us: Various bugfixes, including fixes for VS integration issues Rules documentation is included and integrated into VS "Show Error Help" New rules, see blogpost for the rules Branding change from Source...
-
Taken from the SysInternals website : The SysInternals web site was created in 1996 by Mark Russinovich and Bryce Cogswell to host their advanced system utilities and technical information. Microsoft acquired Sysinternals in July, 2006. Whether you’re an IT Pro or a developer, you’ll find Sysinternals...
-
As a reaction to this article at Peter Ritchie's MVP Blog , I thought I'd give my two cents on having a single exit point for methods. Here we go... When writing code, I always create only one exit point except for the occasional throwing of an exception. Most important for me is to always know...
-
One of the most annoying things in Visual Studio (to me) was the fact that complete solutions (solution folders, projects, regulare folder) would be expanded upon opening. And with big solutions, that isn't too much fun. There are macros available online, but the ones i found were pretty slow. This...
-
As stated on ScottGu's blog in his latest post , the .NET Framework Library Source Code is now available. A detailed blog post about the steps to follow to enable .NET Framework source access in Visual Studio 2008 can be found at Shawn Burke's blog in this post . Taken from Scott's post:...