Wednesday, May 31, 2006
« Expert VB/C# 2005 Business Objects show ... | Main | .NET 2.0 plus WinFX = .NET 3.0 »

CSLA .NET version 2.0.1 is now available for download at www.lhotka.net/cslanet/download.aspx. This is primarily a bug fix update to address various errata and issues that readers have found since the release of the original code. It does include a couple changes primarily geared toward simplification of code generation templates. You can see the change log here.

At a high level the changes (other than bug fixes) include:

  • A new Initialize() method for use by code generation templates
  • A new IEditableBusinessObject interface to allow polymorphic child objects in BusinessListBase-derived collections
  • Better support for lazy loading of child collections (EditLevel property now visible from BusinessListBase, and null child object references now restored in UndoChanges)

 


Friday, June 02, 2006 10:06:28 AM (Central Standard Time, UTC-06:00)
Hi Rocky,

Would you mind elaborating on the - IEditableBusinessObject interface to allow polymorphic child objects in BusinessListBase-derived collections? Just got the CSLA 2.0 VB.NET book and am now going through it.

Thanks much.
Santi
Friday, June 02, 2006 6:21:08 PM (Central Standard Time, UTC-06:00)
Sure - earlier today I posted an article on this this topic:
http://www.lhotka.net/Articles.aspx?id=b8515cd9-7f8e-43df-9efd-cd958dfdc21a
Thursday, June 08, 2006 9:34:14 AM (Central Standard Time, UTC-06:00)
Hi Rocky: I'm reading your new book and learning a lot. Just wondering where can I find some activeobjects documentation.
Thanks!
edddy
Friday, June 23, 2006 9:44:25 PM (Central Standard Time, UTC-06:00)
You'll have to contact Petar regarding ActiveObjects - or ask around on the forum at http://forums.lhotka.net
Comments are closed.