Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting data from SQL Server
Message
From
02/01/2012 19:24:21
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01532046
Message ID:
01532062
Views:
44
EF is not a framework as you're used to in VFP. It's simply an easy way to do ORM with .Net (really a VFP CA is just an ORM handler). Going with Code First EF is really, really easy to get setup and running. EF will then handle all the CRUD calls, connection handling, etc under the hood. You can be up and running in less than a day, including learning time.

http://msdn.microsoft.com/en-us/data/aa937723


>For this project I can't use a framework (I need a solution faster). So my question would be, do you know if Entity Framework and/or NHibernate use SQLDataAdapter under the hood?
>
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform