CSLA .NET 3.6.2 is now available for download.
This is the second point release of CSLA .NET 3.6, and it includes a number of bug fixes, but more importantly there are a number of new features and enhancements based on feedback from users of version 3.6 over the past four months.
Highlights include:
On a related note, the first segment of my CSLA .NET for Silverlight video series is complete, and I’m nearly done with the web infrastructure for the download site. You can get a summary of the video series content on the CSLA .NET for Silverlight video download page.
Once I get the store and download site complete, you’ll be able to purchase “early adopter'” access to the series – which means you’ll get access to each video segment as soon as it comes online. Look for this in the next couple weeks!
Good job rocky!
The lambda expressions for property names are brilliant - strings have always bugged me ;-)
Slight bug though (which confused by poor little brain ;-)) Line 225 of BusinessBase creates a ValidationException using Resources.NoSaveEditingException - as this happens when the object is not valid, shouldn't it be another message?
Cheers
Probably true, but it has been that way for many years. Changing
the exception type would be a breaking change.
Rocky
Doh!
Yes, I see, that is a bug.
Rocky
From: ajj3085
[mailto:cslanet@lhotka.net]
Sent: Thursday, April 02, 2009 10:20 AM
To: rocky@lhotka.net
Subject: Re: [CSLA .NET] RE: CSLA .NET 3.6.2 available
I think he means the string message is not the appropriate
message, not that the exception type should be changed.
Sorry to resurect this, but I have just noticed the same issue in BusinessListBase (line 1026) and BusinessBindingListBase (line 896). In Csla v4 now though - good job by the way :-).
Copyright (c) Marimer LLC