LINQ to SQL is a LINQ implementation which can be used to query relational Microsoft SQL Server database, in an object oriented way. You can create an object model (classes) that maps your relational database tables, then query against this model using LINQ to SQL queries, which are eventually converted to the respective SQL native queries in a database level by the LINQ to SQL engine. If you are new to LINQ you can read the LINQ Basics post or the LINQ To Objects one, to get an idea. Before start writing LINQ to SQL queries, you need to define your entity model and map it to a relational database. Hence, the first thing I am gonna show you is how to create and configure your Entities in LINQ to SQL. Let's start. Read more of this post


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

</ span>C#,.NET,Architect,Intermediate,VS2010,.Net,Articles,Computer Tutorials,LINQ,LINQ to SQL,Data Modeling,LINQ Relationships,LINQ to SQL Inheritance