-
Hey, I wanted to let everyone know that we've released a new major version of the CSLA Templates . The new release adds support for: CSLA 4.3, Generating from keyless tables, Views and Stored Procedures (and any other data source, as long as you create / select an Entity provider). List Improvements...
-
I have been working with CSLA 3.7 for a couple of years now. During that time, I refactored how we were using the criteria object from each business object using its own to all using a single custom criteria object. My version basically wrapps a SQLCommand object and simplifies the DataPortal_Fetch routine...