COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About LINQ to SQL
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi (9)
Scott Lysle (9)
Sandeep Singh Shekhawat (8)
Dhananjay Kumar (7)
Atul Rawat (5)
Raj Kumar (4)
Diptimaya Patra (3)
Muhammad Aqib Shehzad (2)
Manoj Kalla (2)
Sandeep Kumar (2)
Ehtesham Mehmood (2)
Abhimanyu K Vatsa (2)
Shirsendu Nandi (2)
John Charles Olamendy (2)
Joe Pitz (2)
Michael Livshitz (2)
Shivprasad (2)
Praveen Moosad (2)
Bhuvanesh Mohankumar (1)
Akhil Mittal (1)
Shridhar Sharma (1)
Jean-Pierre Bachmann (1)
Abhishek Singh (1)
Rajeev Ranjan (1)
Jignesh Trivedi (1)
Mukesh Kumar Tiwari (1)
Prashant Nimbare (1)
Vidya Vrat Agarwal (1)
Ajay (1)
Amit Choudhary (1)
Manish Singh (1)
Gohil Jayendrasinh (1)
Lakshmanan P (1)
Akshay Patel (1)
Amit Patel (1)
Mamta M (1)
Gomathi Palaniswamy (1)
Ahmed EL Bohoty (1)
Nipun Tomar (1)
Kirtan Patel (1)
Mahesh Chand (1)
VIMAL LAKHERA (1)
Related resources for LINQ to SQL
No resource found
LINQ to SQL Using Visual Studio
5/18/2016 4:10:01 PM.
In this article you will learn about LINQ to SQL using Visual Studio.
Creating MVC Application & Perform CRUD operations using LINQ to SQL: Part 2
4/14/2016 12:41:01 AM.
This article focuses on the practical implementation of the MVC Pattern.
Export To Excel Data By LINQ to SQL
4/11/2016 12:02:02 PM.
In this article we will see how to get data from LINQ to SQL query and export to excel.
Stored Procedure with LINQ to SQL
3/30/2016 12:34:57 PM.
In this article you will learn how to work with stored procedure with LINQ to SQL.
How To Bind GridView Using LINQ To SQL
1/25/2016 5:16:41 AM.
In this article I will cover the basics of creating DBML (LINQ to SQL ) class to get data and fill into the ASP GridView Control to fill, bind, and show the data.
Work With LINQ TO SQL To Perform CRUD Operation
12/25/2015 2:09:25 PM.
In this article I am explaining the step to work with LINQ to SQL for performing CRUD Operation.
Work With LINQ To SQL
12/24/2015 2:58:27 PM.
In this article I am explaining the steps to work with LINQ to SQL for displaying the data in DataGridView.
Use LINQ To SQL On Web Form
11/29/2015 11:48:22 AM.
In this article I will explain how to use LINQ TO SQL on web form.
CRUD Operations Using LINQ to SQL In ASP.NET
9/23/2015 3:58:29 AM.
In this article I will show you step by step road map of creating an ASP.NET application.
Select Data Using LINQ to SQL Class in WPF
6/10/2015 10:08:46 PM.
This article shows how to select data using a LINQ to SQL class in WPF applications.
Delete Data Using LINQ to SQL Class in WPF
6/10/2015 6:29:59 PM.
This article shows how to delete data using LINQ to SQL in WPF applications.
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
6/3/2015 12:54:54 PM.
In this article we will learn how to bind data from a table to a DropDownList in MVC using LINQ to SQL.
Create a Register and Login Page in MVC Using LINQ to SQL
5/27/2015 3:16:46 PM.
This article shows how to create a register and login page in MVC using LINQ to SQL with Model Validation.
ORM Designer for Entity Framework
5/25/2015 8:08:46 AM.
This article describes the Entity Developer tool Devart.
Working With Multiple Tables in MVC Using LINQ to SQL
5/19/2015 1:52:15 PM.
This article shows how to use multiple tables in MVC using LINQ to SQL.
Generate Hyperlinks Using Actionlink Html Helper
5/12/2015 5:22:38 PM.
This article shows how to use hyperlinks using an Actionlink html helper and LINQ to SQL
CRUD Operations Using LINQ to SQL in MVC
3/20/2015 12:57:34 PM.
In this article we will learn to Create, Read ,Update, Delete (CRUD) In a MVC application using LINQ to SQL.
Learning LINQ Made Easy (LINQ to SQL): Tutorial 2
1/1/2015 3:10:53 PM.
This article will cover LINQ to SQL basics for beginners to understand the framework and the underlying workings of the LINQ to SQL.
CRUD Operations Using WCF
6/19/2014 11:13:54 AM.
In this article we are going to learn how to create a WCF REST service with CRUD operations using LINQ to SQL Classes.
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
5/28/2014 7:02:41 PM.
This article explains various types of joins in SQL Server.
Develop a Windows Desktop Application Using LINQ to SQL Class
5/5/2014 11:14:59 AM.
This shows how to develop a desktop application using LINQ To SQL Class.
LINQ to SQL in C#
3/28/2014 3:18:15 PM.
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored procedures.
Insert, Update, Delete Data in LINQ to SQL Through DataGridView
3/6/2014 11:42:13 AM.
Today in this article I will show you how to in insert, update, delete, display data in LINQ To SQL through DataGridView.
LINQ To SQL
2/24/2014 5:45:33 PM.
Today in this article I will teach you the most interesting and new features of the C# programming language, LINQ-To-SQL.
Simple SELECT, INSERT, UPDATE and DELETE Using LINQ to SQL
2/6/2014 4:55:36 AM.
In this article I am going to explain simple Select, Insert, Update and Delete operation using to LINQ to SQL.
An MVC Application With LINQ to SQL
1/18/2014 9:34:37 PM.
This article introduces how to create a MVC application using LINQ to SQL.
Inserting Data in the Database Using LINQ to SQL
11/3/2013 2:28:10 PM.
In this article you will learn how to insert data in the database using LINQ to SQL.
Using LINQ With C# 2012
10/22/2013 10:27:16 PM.
LINQ introduces a standard, unified, easy-to-learn approach for querying and modifying data, and can be extended to support potentially any type of data store.
SingleOrDefault and FirstOrDefault Methods in LINQ to SQL
9/26/2013 1:02:16 PM.
This article explains the differences between the SingleOrDefault and FirstOrDefault Methods in LINQ to SQL.
CRUD Operations Using LINQ to SQL in MVC
9/22/2013 4:53:54 PM.
This article introduces basic Create, Read, Update and Delete (CRUD) operations using LINQ to SQL in MVC with a sample application.
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
9/19/2013 10:15:35 PM.
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
Take and Skip Operator In LINQ to SQL
6/18/2013 11:49:03 PM.
In this article I am going to explain the Take and Skip operators in LINQ to SQL. The Take operator is used to return a given number of rows from a database table and the Skip operator skips over a specifed number of rows in a database table.
Aggregate Functions in Linq To SQL
6/18/2013 11:48:34 PM.
In this article I am going to explain how to use aggregate functions in LINQ to SQL as well as in SQL Server.
Inner Join, Cross Join and Left Outer Join With LINQ to SQL
6/18/2013 11:45:42 PM.
In this article I am going to explain Inner join, Cross join and Left Join with LINQ to SQL.
ASP.NET MVC Web Application Using LINQ to SQL Classes
4/11/2013 11:48:17 AM.
This article will demonstrate how to use an ASP.NET MVC Web Application using LINQ to SQL Classes.
CRUD With LINQDataSource
2/24/2013 9:01:58 AM.
This article demonstrates an interesting and very useful concept in LINQ.
Delete Data With LINQ-to-SQL Via WCF Service
2/24/2013 8:59:38 AM.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
Update Data With LINQ-to-SQL Via WCF Service
2/22/2013 12:23:53 PM.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
Insert Data With LINQ-to-SQL Via WCF Service
2/21/2013 12:30:11 PM.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
Select Data With LINQ-to-SQL Via WCF Service
2/21/2013 12:27:03 PM.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
Create or Delete Database Via LINQ-to-SQL
2/21/2013 12:23:08 PM.
This working demonstrates one of interesting and most useful concept in LINQ-to-SQL.
Select Data With UDF Via LINQ-to-SQL
2/21/2013 12:20:09 PM.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL classes.
Perform queries using LINQ in VB.NET
12/1/2012 5:15:14 AM.
In this article I will show you how to extract data from SQL Server using LINQ.
Easy LINQ to SQL Based Master-Detail Editor in Visual Basic
11/10/2012 12:45:18 AM.
This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application below will allow the user to edit the master record as well as the detail records.
Cascading Deletes in LINQ to SQL with Visual Basic
11/9/2012 10:22:52 AM.
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to a record that is the target of a deletion action.
Using LINQ to SQL in Visual Basic
11/9/2012 7:04:48 AM.
This article provides an introduction to employing LINQ to SQL within a Windows Forms application.
Calling an stored procedure using ADO.NET Entity Model
10/22/2012 10:02:29 AM.
Creating a Model Class to "LINQ to SQL" using ASP.NET MVC
10/3/2012 8:10:01 AM.
This is a simple application that show how to create model class to Link to Sql in MVC ASP.NET. In this application we first create the database after that create the schema and insert the data.
How to create 3 tier application using LINQ
9/30/2012 3:27:28 AM.
This article describes how to create 3 tire architecture project in LINQ to SQL.
Using LINQ to SQL Query
9/30/2012 3:08:05 AM.
Here in this article, you will get very basic idea of LINQ to SQL Query using code.
How to Use a Custom Entity Class to Stored Procedure Using Linq-To-SQL
9/30/2012 2:32:31 AM.
This article demonstrates how to use a Customer Entity Class to stored procedure using Linq-To-SQL.
Executing SQL Query Using LINQ to SQL
9/30/2012 2:21:00 AM.
In this article, I will discuss how we can execute a SQL Query directly from LINQ.
Show/Delete/Edit data in WPF DataGrid using LINQ to SQL Classes
9/29/2012 9:28:33 AM.
This article will demonstrates how to Show, Delete, and Edit data in WPF Data Grid using LINQ to SQL Data Classes.
CREATE READ UPDATE and DELETE - CRUD Operation Using LINQ to SQL
9/22/2012 2:24:22 PM.
This article is about creation of an ASP.Net website having CRUD operations using LINQ to SQL classes.
Simple demo project on LINQ to SQL using Console Application
9/21/2012 1:43:58 PM.
In this video you will learn how to setup a simple demo project on LINQ to SQL using Console Application.
Language Integrated Query (LINQ): Part 2
9/9/2012 12:37:58 PM.
In this article, you will see some quick examples of LINQ to Array, LINQ to SQL and LINQ to XML.
Creating a Dynamic Data Web Site in ASP.NET 4.0
7/5/2012 3:31:42 PM.
You can create Dynamic Data Web sites in Visual Studio by using ASP.NET Dynamic Data templates.
LINQ to SQL with WPF, and ListBox SelectedItem binding
11/23/2011 2:49:51 AM.
This article covers LINQ to SQL with WPF, and binding the SelectedItem of a ListBox control.
LINQ-Language Integrated Query
8/19/2011 3:15:10 AM.
Here I will explain LINQ-Language Integrated Query.
ADO.NET Entity Data Model in Silverlight
7/26/2011 12:06:46 AM.
The Entity Data Model (EDM) is an Entity-Relationship data model.
Silverlight 4 LINQ to SQL Classes in VS 2010
7/14/2011 5:30:03 AM.
LINQ to SQL is an ORM (stands for Object Relational Mapper/Mapping), which provides a data access layer for the application.
Silverlight Login Registration Page Using LINQ to SQL And WCF: Part 2
7/10/2011 12:53:10 PM.
In this article I will describe how to use the WCF call in to the XAML page.
Silverlight Login Registration Page Using LINQ to SQL And WCF: Part 1
7/8/2011 12:53:49 PM.
In this article I will describe how to create a user registration page using Silverlight 3.0 and WCF and LINQ to SQL.
LINQ to SQL Stored Procedure
7/1/2011 3:19:16 AM.
In this Video you will see how to use LINQ to SQL Stored Procedure.
Turning Off Pluralization of Classes in LINQ to SQL O/R Designer
6/28/2011 2:16:37 PM.
In this quick article, I will show you how to avoid pluralization of classes in LINQ to SQL.
Logging in LINQ to SQL
6/27/2011 9:50:58 AM.
It is very common that you might want to know how to see the SQL query generated at the back end for a LINQ query.
LINQ to SQL
4/18/2011 12:43:16 AM.
The targetof this this project is to know the How to make update, select, delete, select using LINQ to SQL and How to navigate between records using BindingSource Control.
How to use WCF Service with LINQ in ASP.NET
4/12/2011 4:49:18 AM.
This article explains the basic use of a WCF Service and how to use LINQ in an ASP.Net application.
Introducing LINQ to SQL Classes
8/25/2010 12:05:08 AM.
This video is an introduction to LINQ to SQL classes and how to use them in your .NET applications.
Validation in Linq to SQL and ASP.NET
5/18/2010 12:22:04 AM.
In this article, I will show how to add business rules to Linq to SQL data model default set of schemas.
Image Manipulation using LINQ to SQL from ASP.Net Application
5/11/2010 2:45:16 AM.
In this article, I am going to show you How to insert an image from ASP.Net application to SQL Server using LINQ to SQL and how to retrieve image from SQL Server data base using LINQ to SQL and display to an Image control.
Using LINQ to SQL Class
5/7/2010 7:12:28 AM.
In this article, I am going to show you how we can perform various operations using LINQ to SQL.
LINQ to SQL in Silverlight 3
4/29/2010 3:46:34 PM.
In this article we would see how can we use Linq to Sql ORM in Silverlight 3 Application for interactinig with SQL Server Database.
Linq to SQL Performance Considerations: Part II
4/29/2010 3:44:38 PM.
This article takes a look at what it takes to convert Linq queries to compiled queries and what performance gains can be obtained.
Silverlight 4 Linq to Sql and RIA sevice for CRUD operations
4/26/2010 1:37:17 AM.
Silverloght 4 has lots of new fearures, for details visit Silverlight 4 . Let's start with a small application to perform CRUD operations using Linq to SQL and RIA Services.
LINQ to SQL, LINQ to XML and Accessing DataTable using LINQ
4/20/2010 5:15:10 AM.
This article demonstrates how to use LINQ on DataTable, XML Data using LINQ to XML and SQL server data base using LINQ to SQL Classes.
LINQ to SQL Performance Considerations
4/2/2010 1:04:20 PM.
This article focuses on some of the performance issues while working with LINQ to SQL.
Using LINQ, when working with images in Web Application
2/22/2010 12:16:20 AM.
In this article I will explain how you can use LINQ, when working with images in Web Application
Applications using Linq to SQL
1/10/2010 11:28:53 PM.
In this article, I want to illustrate the principles, techniques and tools to develop applications using Linq to SQL after a deep research on this topic.
Using partial class, when working with LINQ to SQL Stored Procedures
7/30/2009 7:55:30 AM.
In this article I will explain how you can combine using of your own classes to DataContext (dbml file) and partial DataContext class, when working with LINQ to SQL Stored Procedure.
How to handle concurrency in LINQ to SQL
7/20/2009 11:26:54 PM.
In this article we will touch base some important concepts of handling concurrency in LINQ to SQL.
How to handle concurrency in LINQ to SQL
7/20/2009 11:26:54 PM.
In this article we will touch base some important concepts of handling concurrency in LINQ to SQL.
Data Binding using LINQ to SQL in C#
3/19/2009 8:21:39 PM.
LINQ to SQL allows developers to work with databases using LINQ. This article discusses how to get, add, update, and delete data in a DataGridView control using LINQ to SQL.
Easy LINQ to SQL Based Master-Detail Editor C#
2/23/2009 12:32:34 AM.
This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application below will allow the user to edit the master record as well as the detail records.
Easy LINQ to SQL Based Master-Detail Editor C#
2/23/2009 12:32:34 AM.
This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application below will allow the user to edit the master record as well as the detail records.
Chapter 1: Hello LINQ
9/22/2008 11:22:14 AM.
This is an exert from Joseph C. Rattz, Jr.'s book Pro LINQ. Here you learn how to use Linq in your application and also depicts the benefits of using Linq.
Chapter 1: Hello LINQ
9/22/2008 11:22:14 AM.
This is an exert from Joseph C. Rattz, Jr.'s book Pro LINQ. Here you learn how to use Linq in your application and also depicts the benefits of using Linq.
Generic Data Access using LINQ to SQL and C#
7/27/2008 1:21:07 PM.
This article discusses the construction of a generic data access layer built on top of a LINQ to SQL implementation.
Cascading Deletes in LINQ to SQL
7/3/2008 4:57:26 AM.
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to a record that is the target of a deletion action.
Cascading Deletes in LINQ to SQL
7/3/2008 4:57:26 AM.
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to a record that is the target of a deletion action.
Convert a LINQ Query Resultset to a DataTable
7/2/2008 6:00:16 PM.
After a long struggle I find out the way to convert a Linq Query resultset to DataTable object. The attached source code shows how to do it.