| View previous topic :: View next topic |
| Author |
Message |
varushar
Joined: 04 Jul 2009 Posts: 1
|
Posted: Sat Jul 04, 2009 7:49 am Post subject: Any idea about LINQ To Entity |
|
|
Hi All,
Does anyone knows what is LINQ to entity model and some good resourse location? |
|
| Back to top |
|
 |
|
|
 |
jitendra45
Joined: 04 Jul 2009 Posts: 26
|
Posted: Sat Jul 04, 2009 10:25 am Post subject: |
|
|
LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it.
LINQ to SQL fully supports transactions, views, and stored procedures. It also provides an easy way to integrate data validation and business logic rules into your data model. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|