SoapSerializer and Generics Don't Mix
After a bunch of monotonous code changes the previously V1.1 application now compiles successfully under V2.0 of .NET with generics in used for all domain model aggregation relationships....
Explore posts tagged with "generics" below.
After a bunch of monotonous code changes the previously V1.1 application now compiles successfully under V2.0 of .NET with generics in used for all domain model aggregation relationships....
I'm currently moving an existing .NET Framework V1.1 application to V2.0 and changing the domain model to use generics for any collections and lists....
I've just started using Visual Studio 2005 on an existing C# solution in earnest today. There were too many dependancies on third party controls for the existing solution to entertain the possibility...
Thought I may as well weigh in on Joel Spolsky's post on How Microsoft Lost the API War. It's a great read but I think that Joel is way off on his thoughts on .NET....