Nightly Build 2012.02.21 includes a landmark feature - DeepData handling was ported to Encapsulated Invoke.
New Features (since Nightly Build 2012.01.29 - There is life in the status bar):
Plus other improvements and fixes.
Download it on
http://cslagenfork.codeplex.com/releases/view/82718
Could you please tell me if you can use CslaGenForl to generate Objects:
1. over Data Models which not based on Traditional SQL Tables/Views?
or
2. over Data Models that are based on XML or Web Services ?
or
3. over Data Models that are based on mixed data sources (parts from SQL other parts from Web Services)?
Tarek.
Hi Tarek,
CslaGenFork is OR/M based. This means it's source is a database. For the moment, the database must be an SQL Server database.
If a Csla object has some properties that aren't DB bound, you can add them to a given object model. Object properties that aren't DB bound are ignored in database oriented code. Of course you can use this feature to model an object that isn't database bound. But that's not the easiest thing to do.
Congrats on your release
Copyright (c) Marimer LLC