|
Hello,
In lue of ado.net vNext, I'm trying to figure out how to generate data access libarary for my C# project.
I would like to take a step by step approach:
1. Generate wrappers for my stored proces.
2. Generate data object classes (entity classes) from xml schema file.
3. Define mapping between the data object classes attributes and some how automate the population of the data objects.
4. I'd like to do most of this from the command line (I'd want to run it during the build).
Are there GAT code snippets out there that achieve any of these steps.
Where should I start?
Thanks
Houman
PS. I can't use datasets |