CslaGenFork: UI improvements and DeepData for DAL (DataReader)

CslaGenFork: UI improvements and DeepData for DAL (DataReader)

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


tiago posted on Tuesday, February 21, 2012

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

tarekahf replied on Tuesday, February 21, 2012

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.

tiago replied on Wednesday, February 22, 2012

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.

bniemyjski replied on Tuesday, February 28, 2012

Congrats on your release

Copyright (c) Marimer LLC