DataHolder Next Version
- Switched from XSL transformation to T4 templates
- Updated the designer - it can autogenerate an entity from an existing table
- A lot of other small fixes and improvements
- Switched to .net framework 4.0
This is a major release. The .net framework was chaged from 1.1 to 2.0. Unfortunelly I'll not support the 1.1 version anymore becaues I don't have the necessary time :(. There were also a few bug fixes. By changeing to 2.0 I also upgraded the code so that now it uses generics and there is no need to generate the collection classes.
Some bugs were solved. The fitering functionality was refactored. Now the framework permits a more advanced filter setting.
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.
XML Serialization has been finalized. and I replaced the old xml generator
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.
The first release of the data holder project