Are there VB templates available that are designed for CSLA 2.1?

Are there VB templates available that are designed for CSLA 2.1?

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


AaronEngel posted on Wednesday, October 04, 2006

Are there VB templates available that are designed for CSLA 2.1?

mikeclimbs replied on Thursday, October 05, 2006

I believe the csla 2.1 templates for VB are being finalized, and should be available shortly.  Unfortunately I'm not sure of the timeframe.

While your waiting the current VB templates on codeplex should work, with minor changes to your code after generation.  The only limitation in the current templates are,the new objects and features in csla are not supported.

Mike

AaronEngel replied on Thursday, October 05, 2006

Thanks.  All I have to change in the existing templates to get them to work with 2.1 is the "New" factory method.

i.e. From

Return DataPortal.Create(Of InvoiceCode)()

To

Return DataPortal.Create(Of InvoiceCode)(_id)

Copyright (c) Marimer LLC