SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

adam machanic :: sql server programming

Add to Technorati Favorites Add to Google
 

Slides and demo for ADO.NET 2.0 talk

By Adam Machanic in adam machanic :: sql server programming | 03-03-2006 1:54 AM | Categories:
Rating: (not yet rated) |  Discuss | 924 Reads | 91 Reads in Last 30 Days |no comments
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!


Comments
There are no comments on this post
Leave a Comment
Only members of SQLServerCentral may leave comments. Register now for your free account or Sign-In if you are already a member.