CodeSmith Templates for Csla 2.0 is now in beta

CodeSmith Templates for Csla 2.0 is now in beta

Old forum URL: forums.lhotka.net/forums/t/238.aspx


rasupit posted on Wednesday, May 31, 2006

CodeSmith templates for Csla 2.0 is now in beta and is available at http://workspaces.gotdotnet.com/cslacstemplate

 

This release is mainly focusing on split class support. These templates are now fully support two generation methods: abstract/base class and partial class.  Thanks to Rocky for adding various improvement in version 2.0.1 framework to make code generator also a first class citizen. 

 

After toying around with several options to implement hooks for partial class, I have chosen to use delegate.  I’ve decided to use delegate for its simplicity and performance.  I created a test and found that delegate actually perform very close to overriding virtual method and not so far behind calling direct method.  I hope this will work well on real application, so please share us your experience when using this method.

 

This release is also fix various reported bugs and bugs found by me after doing more testing.  So thanks to people that reporting these bugs and keep them coming…

 

Enjoy,

Ricky Supit

Copyright (c) Marimer LLC