Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I suggest using LINQ to SQL: <a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb425822.aspx</a></p> <p>LINQ to SQL provides an easy way to interface with your database for your enterprise application.</p> <p>There is also plenty of documentation on how to use LINQ to SQL online compared to other methods.</p> <ul> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx" rel="nofollow">Part 1: Introduction to LINQ to SQL</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/05/29/linq-to-sql-part-2-defining-our-data-model-classes.aspx" rel="nofollow">Part 2: Defining our Data Model Classes</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/06/29/linq-to-sql-part-3-querying-our-database.aspx" rel="nofollow">Part 3: Querying our Database</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/07/11/linq-to-sql-part-4-updating-our-database.aspx" rel="nofollow">Part 4: Updating our Database</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/07/16/linq-to-sql-part-5-binding-ui-using-the-asp-linqdatasource-control.aspx" rel="nofollow">Part 5: Binding UI using the &lt;asp:LinqDataSource&gt; Control</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx" rel="nofollow">Part 6: Retrieving Data Using Stored Procedures</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/08/23/linq-to-sql-part-7-updating-our-database-using-stored-procedures.aspx" rel="nofollow">Part 7: Updating our Database using Stored Procedures</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/08/27/linq-to-sql-part-8-executing-custom-sql-expressions.aspx" rel="nofollow">Part 8: Executing Custom SQL Expressions</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/09/07/linq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx" rel="nofollow">Part 9: Using a Custom LINQ Expression with the &lt;asp:LinqDataSource&gt; Control</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload