TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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)
Sandeep Singh Shekhawat (8)
Scott Lysle (7)
Atul Rawat (5)
Raj Kumar (4)
Diptimaya Patra (3)
Manoj Kalla (2)
Muhammad Aqib Shehzad (2)
Sandeep Kumar (2)
Ehtesham Mehmood (2)
Shirsendu Nandi (2)
John Charles Olamendy (2)
Joe Pitz (2)
Michael Livshitz (2)
Aman Patel (1)
Jignesh Trivedi (1)
Raj Bhatt (1)
Abhishek Kumar (1)
Vidya Vrat Agarwal (1)
Akhil Mittal (1)
Jean-Pierre Bachmann (1)
Amit Choudhary (1)
Adalat Khan (1)
Bhuvanesh Mohankumar (1)
Shridhar Sharma (1)
Rajeev Ranjan (1)
Mukesh Kumar Tiwari (1)
Ajay (1)
Manish Singh (1)
Gohil Jayendrasinh (1)
Lakshmanan P (1)
Akshay Patel (1)
Abhimanyu K Vatsa (1)
Mamta M (1)
Gomathi Palaniswamy (1)
Ahmed EL Bohoty (1)
Nipun Tomar (1)
Kirtan Patel (1)
Shivprasad (1)
Mahesh Chand (1)
Praveen Kumar (1)
VIMAL LAKHERA (1)
Related resources for LINQ to SQL
No resource found
Database Connectivity in Visual Studio
5/3/2024 9:16:16 AM.
Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connec
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
11/15/2023 8:29:07 AM.
This article explains various types of joins in LINQ query. Learn Inner join, Outer Join, Left Outer join, Right Outer join, Full outer join, Cross Join, Group Join in LINQ query.
Easy LINQ To SQL Based Master-Detail Editor C#
9/6/2023 10:43:30 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 belo
Exploring the Diverse Flavors of LINQ with Examples
8/22/2023 11:52:01 AM.
LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and
Learning LINQ Made Easy (LINQ to SQL)
7/28/2023 8:57:30 AM.
This article will cover LINQ to SQL basics for beginners to understand the framework and the underlying workings of the LINQ to SQL.
Using LINQ with C#
7/13/2023 6:40:05 AM.
LINQ introduces a standard, unified, easy-to-learn approach for querying and modifying data. In this article, you'll learn basics of LINQ and how to use LINQ in C#.
Use LINQ To SQL On Web Form
6/1/2023 11:02:07 AM.
In this article I will explain how to use LINQ TO SQL on web form.
Cascading Deletes in LINQ to SQL
1/10/2023 6:16:15 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
Creating MVC Application & Perform CRUD operations using LINQ to SQL: Part 2
2/10/2021 9:44:23 AM.
This article focuses on the practical implementation of the MVC Pattern.
CRUD Operations Using LINQ to SQL in MVC
2/1/2021 6:20:06 AM.
This article introduces basic Create, Read, Update and Delete (CRUD) operations using LINQ to SQL in MVC with a sample application.
An MVC Application With LINQ to SQL
1/25/2021 9:54:40 AM.
This article introduces how to create a MVC application using LINQ to SQL.
ORM Designer for Entity Framework
1/1/2021 9:47:01 AM.
This article describes the Entity Developer tool Devart.
Calling an stored procedure using ADO.NET Entity Model
11/4/2020 9:17:54 AM.
Simple SELECT, INSERT, UPDATE and DELETE Using LINQ to SQL
3/14/2019 1:37:54 AM.
In this article I am going to explain simple Select, Insert, Update and Delete operation using to LINQ to SQL.
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
1/31/2019 3:15:52 AM.
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
Cascading Dropdown List In MVC Using LINQ to SQL
1/31/2019 3:05:29 AM.
In this article we will learn how to bind data from a table to a DropDownList in MVC using LINQ to SQL.
Show/Delete/Edit data in WPF DataGrid using LINQ to SQL Classes
9/18/2018 4:30:25 AM.
This article will demonstrate how to Show, Delete, and Edit data in WPF Data Grid using LINQ to SQL Data Classes.
An Overview Of LINQ To SQL
8/3/2018 10:04:57 PM.
LINQ to SQL is a mapping between the Relational Database Schema and Objects. The relational data can be manipulated using LINQ by its mapped objects. When an object is linked to relational data, it re
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.