Welcome to MSDN Blogs Sign in | Join | Help

Patrick Sirr's Blog

DataDude Notes

November 2009 - Posts

Converting .dbp files to .dbproj files
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...
Interesting Memory Leak in .Net 3.5 Binary Deserialization
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...
Sample Visual Studio 2008 Fonts and Color Provider
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...
Page view tracker