Scott Dorman
17 posts.
- Favorite Visual Studio ExtensionsThe Visual Studio Gallery is the best place to find tools, controls, and templates to help make your life as a developer easier and more productive. Every so often, I publish my personal list of fa…
- Interesting .NET Framework StatisticsI’ve been very “heads down” working on my upcoming book from Sams Publishing, Teach Yourself C# 2010 in 24 Hours, so I haven’t been blogging as much as I usually do. In doing some research for the …
- Adding custom assertions to MSTestIn my last post I talked about migrating from NUnit to MSTest and mentioned that there were some Assert methods that NUnit provided which did not have corresponding methods in MSTest. For reference…
- CLR 4.0: In Process Side-by-Side CLR HostingThe CLR is the core set of APIs that make up the .NET Framework.
- CLR 4.0: Code ContractsIf anyone is familiar with the Microsoft Research (MSR) project Spec# you will be familiar with the idea of contract based programming. CLR 4.0 takes the idea of contract based programming (and mor…
- Tech·Ed for Novices, 2008 EditionWhile I'm waiting to find out if I'll be able to go to Tech·Ed again this year I am still keeping an eye on what's going on with the conference. For last year's Tech·Ed, Microsoft created a "Tips f…
- Disappearing System Tray Icons on Windows VistaI've been running Vista on my work laptop since the first quarter of this year and on my development system at home since August. So far, I haven't had too many problems with it. Actually, on my ho…
- The history of C#I just came across a very interesting post from James Kovacs that describes how C# and .NET evolved. I had blogged about this almost a year ago, but James' post adds some additional background.
- Certification JunkiesA lot of you probably already know my feelings on certifications, particularly the Microsoft certifications. Even though I am an MCPD, I took what appears to be the "non traditional" approach and a…
- Difference between "throw" and "throw ex" in .NETException handling seems to be a common problem for .NET developers, particularly younger developers. We pretty much all know that you should wrap operations that have the potential for failing in …
- The Code Project Browser Add-in for Visual Studio![cpbrowser2\[1\]](http://gwb.blob.core.windows.net/sdorman/WindowsLiveWriter/TheCodeProjectBrowserAddinforVisualStudi118BF/cpbrowser211.jpg)
- Cell Phone StolenA word of advice: Don't ever leave your cell phone in a theme park.
- Visual Studio 2008 release dateAt the Microsoft® Worldwide Partner Conference today, Microsoft Chief Operating Officer Kevin Turner announced that Windows Server® 2008, Visual Studio® 2008 and Microsoft SQL Server™ 2008 will lau…
- Programming for the massesOver the last year or so I have noticed a disturbing trend brought about by the idea of "brining programming to the masses". Last April, according to Microsoft, there was a "growing community of 18…
- The best developers are generally underpaidEarlier this week one of my good friends, Jason let me know that he just started a new blog. The thing that's different about this blog is that it doesn't focus on the technical side of things, but…
- Visual Studio 2005 Professional Edition and FxCop IntegrationI don't know about you, but I have always felt that Microsoft did a huge injustice to the development community by leaving the Static Code Analysis capability out of Visual Studio 2005 Professional…
- Windows Vista: Kernel Changes - I/O, I/O, It's off to work I go...I/O Completion Port Improvement
