November 2009 - Posts
With the release of Visual Studio 2010 Beta 2, database projects with the .dbp extension are deprecated. There are several ways to convert your project manually Import Script. Unfortunately this will shred your scripts for schema objects and move any
Read More...
Recently I was analyzing an application written in managed code for memory problems. In managed code a common cause of eating up memory is statically allocated objects which are not nulled out after they are no longer needed. In the application
Read More...
Adding a new Font and Color category to the Visual Studio Options dialog is, admittedly, a little tricky. There are several services your package must proffer, an interface you must implement and registry keys you must provide (one of them very poorly
Read More...