-
Notifications
You must be signed in to change notification settings - Fork 2
entity mapping
Sérgio Ferreira edited this page Jun 2, 2014
·
2 revisions
To make entity mapping as fast as possible the framework creates an assembly specific for that entity. This assembly contains helper methods that are used by VirtualObjects to Create instances of that entity without using reflection, enables VO to Map properties given a datareader, and so on.
Checkout the microsoft table at ADO.Net
If you have any suggestions for this project or something is not working right please contact me at Alien.Software.Engineer@gmail.com or @AlienEngineer (github)
Get it as a NuGet Package [here] (http://www.nuget.org/packages/VirtualObjects/)
PM> Install-Package VirtualObjects
PM> Install-Package VirtualObjects.Scaffolders
- [Home] (https://github.com/AlienEngineer/VirtualObjects/wiki/)
- [Getting Started Scaffolding] (https://github.com/AlienEngineer/VirtualObjects/wiki/getting-started-scaffolding)
- [Getting Started] (https://github.com/AlienEngineer/VirtualObjects/wiki/getting-started)
- [Custom Configuration] (https://github.com/AlienEngineer/VirtualObjects/wiki/custom-configuration)
- [POCO Classes] (https://github.com/AlienEngineer/VirtualObjects/wiki/poco-classes)
- [Crud Operations] (https://github.com/AlienEngineer/VirtualObjects/wiki/crud-operations)
- [Linq Support] (https://github.com/AlienEngineer/VirtualObjects/wiki/linq-support)
- [Entity Mapping] (https://github.com/AlienEngineer/VirtualObjects/wiki/entity-mapping)
