Menu

Data Holder .net Framework / News: Recent posts

Advanced Filterring has been added

Starting with the 0.8 version I've added the posibility to mix the filter params so that and/or operators can both be used.

Posted by Bogdan 2007-03-30

First Beta Release 0.7 release

Any DataHolder data object can be marshaled to another application domain via .NET Remoting
This means that you can access your data and business tier from a completely different network or across the Internet
with almost no additional code.
DataHolder .NET data ojects supports by-value marshalling for so-called offline entities (data transfer objects).
This was done trough custom serialization that comes by default for XML and binary formats.
So you can also imediately save the data objects to disk in XML or binarry format.
The database persistance informations are kept separate from the data objects, allowing you for 3 or n tier applications
to keep the database related information in the layer choosen by you, separete from the data informations.
Custom data viewing ( sorting by columns and filter by state). The view has similar functionality with the DataTableView.
Provides hierarchical database persistance(ie you can save/load all the class herarchy with one save/load).
The data can be accessed through regular typed properties or by property name.index similar with datarow access.
Changes:
Fixed some problems regarding binding on comboboxes
Now the custom properties defined in the class are also visible as colention properties along with the collection data fields
Added the posibility to add aliases to the tables
Modified the designer o use GUID identitifers.
For XLST there will still remain some older poroperties like indexes and duplicated names that are usefull there.
Added the posibility to add aliases to the tables and now they are visible like name (alias) in lists.
The designer suffered some UI changes.
Also other bugs were fixed on wizzard.

Posted by Bogdan 2007-03-10

New Relase

The New 0.4 Release has a lot of changes.
The persistance description has been changed a lot, you can define the tables spearately and the relations between them.
Also the designer has been dramaticly changed to suport the new changes.
Also there are some bug fixes for the data holders.

Posted by Bogdan 2006-04-27

First release

The first release of the data holder project

Posted by Bogdan 2005-08-30