Create operation using LINQ to SQL Open VisualStudio.NET and create a new ASP.NET WebApplication. From the main menu click Project > Add New Item, click on the Web Form item. Change the name of the web form to Create.aspx. From the main menu click Project > Add New Item, click on the Web Form item. Change the name of the...
Tag: LINQ to SQL
The LINQ to SQL Data Model – Part 1
The LINQ to SQL Data Model – Part 1 LINQ to SQL is a technology that allows you to create an object relational mapping between the tables in your relational database to objects. You can imagine LINQ to SQL as an object mapping tool that makes easier for developers to develop data centric applications using Microsoft SQL Server. It basically...