Thursday, March 02, 2006 - Posts

Slides and demo for ADO.NET 2.0 talk

Thanks to everyone in the New England Visual Basic Professionals group for coming tonight!  I had a great time talking about some of the new features in ADO.NET 2.0.

Slides and the demo posted here.

I also fixed the bug in the demo.  Turned out that it was a repaint issue on the DataGridView.  Solution: After removing the row in the SqlDependency event handler, I call the Invalidate() method on the DataGridView.  That forces a full re-paint.  Annoying that it didn't do that automatically!