Tagged Questions
1
vote
1answer
227 views
Generate C# source code for model classes from database table schema for .Net 3.5 application
I create some WinForms apps using Ado.Net to connect the database. I'm using MVP model.
The application uses .Net 3.5 so I cannot use EF 5.0 and I am not willing to use lower version of EF. I'm ...
0
votes
2answers
863 views
Object Relational Features of SQL Server
Does anyone know a good reference to look into what Object Relational features are available in SQL Server (any version)? I found a really good summery for Oracle but all I can find for SQL Server is ...