Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio 2... » C#   (RSS)

Fun with Generics: BindingList and ReadOnlyCollection

Mitch Denny's post about List events and Bill McCarthy's subsequent answer pointing him to BindingList had me looking at some Generics Design Guidelines and there were two generic collection types that I really glad I found out about. Mitch's question
Posted by chrisgarty | 0 Comments
Filed under: ,

Presentation: Refactoring

Last week I gave a presentation at the Melbourne Microsoft Developer Group (MDNUG) on Refactoring with code examples in C# (.Net) and using Visual Studio 2005 for some live demonstrations. The slide deck for my Refactoring presentation is available here

OJB.Net and Generics

I posted a little while ago about trying to use reflection with generic types. I have been trying to use a generic list type within OJB.Net (an object relational mapper for .Net). I finished investigating this and thought I'd post a write-up about it

Generics in OJB.Net (a.k.a. Generics Type Madness)

At iP3 we are using OJB.Net for object relational persistence. It is really easy to use, but it was using an ArrayList by default and we wanted to use the new Whidbey Generics List<> type. When OJB.Net creates objects out of the relational data,
Posted by chrisgarty | 5 Comments
Filed under: ,
 
Page view tracker