First Release

 Recommended Download



Source Code ULinkGen.zip
source code, 69K, uploaded Feb 27 2008  - 895 downloads

Release Notes

This is the First Release. As it's not intended for real use yet. It only includes source code (source code for the Installer and Test App are included).


This release provides the ability to generate simple detached POCO classes for your entities.
This entities don't expose any events, doesn't implement any interfaces, they are "pure" POCOs.

In entities associations EntitySet<T> has been replaced by a List<T>, and EntityRef<T> with a typed reference.

This disables deferred loading and any connected change tracking behavior (implement by the DataContext class),

This allows for future releases to implement a disconnected change tracking (appropriate for N-Tier applications).


Additionally, no DataContext is auto-generated, allowing to write a custom one in a separate code file. (No explicit dependency between entities and DataContext exists, and tables can be obtained throw DataContext.GetTable<T>())
 Reviews for this release
No reviews yet for this release.
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.6.15896