TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
VIDEOS
Live
MORE
INTERVIEWS
Certification
Training
CAREER
MEMBERS
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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi(19)
Akshay Phadke(9)
Sandeep Singh Shekhawat(8)
Scott Lysle(5)
Atul Rawat(4)
Muhammad Aqib Shehzad(3)
Manoj Kalla(3)
Abhishek Singh(3)
Rupesh Kahane(2)
Akhil Mittal(2)
Sandeep Kumar(2)
Rakesh (2)
Madhuri Mishra(2)
Harpreet Singh(2)
Vithal Wadje(2)
Ajay (2)
Abhimanyu K Vatsa(2)
Pravesh (1)
Divyansh Gupta(1)
Ebook ProTesting(1)
Pradeep Shet(1)
Gnanavel Sekar(1)
Amit Choudhary(1)
Kundan Jha(1)
Shridhar Sharma(1)
Surya Pratap Singh(1)
Mahesh Chand(1)
Ano Mepani(1)
Rahul Singh(1)
Devesh Omar(1)
Jignesh Trivedi(1)
Hussain Ahmed(1)
Mukesh Kumar Tiwari(1)
Ehtesham Mehmood(1)
Priti Kumari(1)
Milstein Munakami(1)
Prashant Nimbare(1)
Vidya Vrat Agarwal(1)
Sourav Kayal(1)
Shankar M(1)
Kalyan Vedantam(1)
Alessandro Del Sole(1)
Enrico Lorenzo De Vito(1)
Akshay Patel(1)
Akkiraju Ivaturi(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Learn About .NET 9 LINQ Enhancements
Aug 05, 2024.
Learn about .Net9 LINQ enhancement
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
Aug 02, 2024.
Speed Up Python With Concurrency
Programming in Practice - LINQ to SQL - Explained
Jul 18, 2024.
In this chapter, we will continue discussing topics related to structural data and the ability to create queries using LINQ expressions. Let me remind you that the LINQ abbreviation stands for language-integrated query. This time, we will use these queries to pre-select data from the relational database.
How To Use Joins, and Group By Clause In Entity Framework With LINQ C#
Jul 15, 2017.
In this article will be going to learn How to use Joins, and Group By Clause in Entity Framework with Linq C#
Writing Complex Queries Using LINQ And Lambda
Jun 22, 2017.
I am writing this article based on request by some developers regarding how to write some complex queries using LINQ & Lambda expression which consist of joins / groupby / aggregate functions
Aggregate Function With LINQ In C#
Apr 11, 2017.
In this article, we going to see about how to use the aggregate function with LINQ.
Get Data From Multiple Tables Using Parameters While Combining LINQ Expressions
Jan 11, 2017.
In this article, you will learn how to get data from mutliple tables using parameters when combining LINQ expressions in ASP.NET MVC 5.
Overview Of Concurrency In LINQ To SQL
Jan 10, 2017.
In this article, you will learn about concurrency in LINQ to SQL.
Lazy Loading And Eager Loading In LINQ To SQL
Jan 08, 2017.
In this article, you will learn about Lazy Loading and Eager Loading in LINQ to SQL.
Identity Cache In LINQ To SQL
Jan 08, 2017.
In this article, we will see what identity cache is and its impact on LINQ to SQL queries.
Compile Queries And Execute SQL Queries Using LINQ To SQL
Jan 08, 2017.
In this article, you will learn how to compile queries and execute SQL queries, using LINQ to SQL.
Single Table Inheritance In LINQ To SQL
Jan 07, 2017.
In this article, we will see single table inheritance in LINQ to SQL.
How To View LINQ To SQL Generated SQL Queries And Using Stored Procedures With LINQ To SQL
Jan 02, 2017.
In this article, you will learn how to view LINQ to SQL generated SQL queries and use stored procedures with LINQ to SQL.
Stored Procedure With Output Parameters In LINQ To SQL And What SQLMetal Is
Jan 02, 2017.
In this article, you will learn how to call a stored procedure with output parameters using LINQ to SQL.
How To Use LINQ To SQL For Retrieving Data From SQL Server Database
Jan 01, 2017.
In this article, we will learn how to use LINQ to SQL to retrieve data from the SQL server database.
CRUD Operations Using LINQ To SQL
Jan 01, 2017.
In this article, you will learn about CRUD operations using LINQ to SQL.
Diving Into Visual Studio 2015: Debugging Improvements (Tool Window Support for LINQ and Lambda) - Day Six
May 29, 2016.
In this article, you will learn about Debugging Improvements In Visual Studio 2015.
Export To Excel Data By LINQ to SQL
Apr 11, 2016.
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
Mar 30, 2016.
In this article you will learn how to work with stored procedure with LINQ to SQL.
Some Useful LINQ Query Operators
Mar 24, 2016.
In this article you will get to know about some useful LINQ Query Operators.
Create Dynamic LINQ Using Expressions
Feb 02, 2016.
In this article you will learn how to create Dynamic LINQ using Expressions.
Fetch RSS Feed Content From LINQ To XML
Jan 30, 2016.
In this article we are going to fetch content from LINQ to XML classes and manipulate XML atom feed and get their elements.
How To Bind GridView Using LINQ To SQL
Jan 25, 2016.
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.
CRUD Operation With GridView Using LINQ And Lambda Expressions
Jan 06, 2016.
In this Article, I am going to explain the DML Operation on GridView using LINQ to SQL Classes.
Work With LINQ TO SQL To Perform CRUD Operation
Dec 25, 2015.
In this article I am explaining the step to work with LINQ to SQL for performing CRUD Operation.
Work With LINQ To SQL
Dec 24, 2015.
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
Nov 29, 2015.
In this article I will explain how to use LINQ TO SQL on web form.
CRUD Operations Using LINQ to SQL In ASP.NET
Sep 23, 2015.
In this article I will show you step by step road map of creating an ASP.NET application.
CRUD Operation Using LINQ To XML Documents
Sep 21, 2015.
This article is about creating an ASP.NET website having CRUD operation using LINQ to XML documents.
Best LINQ Book
Sep 14, 2015.
So you want to learn LINQ programming? This article talks about LINQ resources and one of the best book I have read on LINQ.
CRUD Operations With LINQ to SQL in ASP.Net
Jul 28, 2015.
In this article you will learn about CRUD operations with LINQ.
ASP.Net MVC CRUD Operations Using jQuery JSON and LINQ To SQL Class
Jul 25, 2015.
In this article you will learn about MVC CRUD operations with jQuery JSON.
Dynamic LINQ Query In C# Using Predicate Builder
Jun 23, 2015.
This article explains how to create a dynamic LINQ query in c# using Predicate Builder.
Delete Data Using LINQ to SQL Class in WPF
Jun 10, 2015.
This article shows how to delete data using LINQ to SQL in WPF applications.
Select Data Using LINQ to SQL Class in WPF
Jun 10, 2015.
This article shows how to select data using a LINQ to SQL class in WPF applications.
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
Jun 03, 2015.
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
May 27, 2015.
This article shows how to create a register and login page in MVC using LINQ to SQL with Model Validation.
Understanding LINQ in Simple Words
May 21, 2015.
This article explains Language Integrated Query (LINQ) in detail.
Understanding LINQ in One-Liners
May 21, 2015.
This article provides one liner-explanations of terminology used with LINQ.
Working With Multiple Tables in MVC Using LINQ to SQL
May 19, 2015.
This article shows how to use multiple tables in MVC using LINQ to SQL.
Convert LINQ Query to DataTable
May 03, 2015.
This article shows how a LINQ query result can be converted to a datatable and later how the datatable can be consumed depending on the requirements.
CRUD Operations Using LINQ to SQL in MVC
Mar 18, 2015.
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 XML): Tutorial 3
Mar 15, 2015.
This article is the next article in LINQ learning tutorials which will cover LINQ to XML basics.
Various Ways To Write LINQ Queries
Feb 13, 2015.
In this article we will learn various ways to write LINQ queries.
What LINQ is
Feb 05, 2015.
In this article you will learn about LINQ. Language Integrated Query (LINQ) enables us to query any type of data stored in SQL Server, XML documents, List, Arrays and so on.
Understanding Projections In LINQ With Select & SelectMany Enumerable Methods
Jan 02, 2015.
In this article I will try to explain how to use projections in LINQ with a collection of objects.
Learning LINQ Made Easy (LINQ to SQL): Tutorial 2
Dec 31, 2014.
This article will cover LINQ to SQL basics for beginners to understand the framework and the underlying workings of the LINQ to SQL.
Learning LINQ Made Easy: Tutorial 1
Dec 29, 2014.
In this article you will learn about LINQ.
Join Two DataTables Using LINQ In ASP.Net C#
Dec 11, 2014.
In this article we will learn how to join two DataTables using LINQ In ASP.Net C#.
Convert LINQ Query Result to Datatable
Nov 27, 2014.
In this article we will learn how to convert Linq query result into the Datatable.
Dynamic LINQ Query In C#
Jul 31, 2014.
This article shows how to use a dynamic LINQ library in C#. We will learn how to use SELECT Statement at runtime in Linq C#
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
May 28, 2014.
This article explains various types of joins in SQL Server.
Login Form Using LINQ in Windows Forms Application
May 10, 2014.
In this article we create a login form using LINQ (Language integrated Query) in a Windows Forms Application.
Develop a Windows Desktop Application Using LINQ to SQL Class
May 05, 2014.
This shows how to develop a desktop application using LINQ To SQL Class.
Insert, Update, Delete Data in LINQ to SQL Through DataGridView
Mar 05, 2014.
Today in this article I will show you how to in insert, update, delete, display data in LINQ To SQL through DataGridView.
How to Use LINQ To DataSet
Mar 03, 2014.
Here I would like to describe how to use a LINQ query and describe how to query dataset data.
An MVC Application With LINQ to SQL
Jan 13, 2014.
This article introduces how to create a MVC application using LINQ to SQL.
An Understanding of LINQ (Language-Integrated Query)
Nov 21, 2013.
This article discusses the powers of LINQ and how to use it along with an explaination of several methods to increase its productivity.
Inserting Data in the Database Using LINQ to SQL
Nov 03, 2013.
In this article you will learn how to insert data in the database using LINQ to SQL.
Using LINQ With C# 2012
Oct 22, 2013.
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
Sep 26, 2013.
This article explains the differences between the SingleOrDefault and FirstOrDefault Methods in LINQ to SQL.
CRUD Operations Using LINQ to SQL in MVC
Sep 22, 2013.
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
Sep 18, 2013.
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
Creating MVC Application & Perform CRUD operations using LINQ to SQL: Part 2
Jul 11, 2013.
This article focuses on the practical implementation of the MVC Pattern.
What is LINQ and Array Processing Using LINQ
Jun 23, 2013.
This article shows how a LINQ query can process a simple integer array using the C# programming language with nice examples.
Using LINQ in .NET
Mar 21, 2013.
In this article we will discuss the LINQ approach introduced in .NET 3.5 for querying.
Between Functionality Using LINQ App - Select Data
Jan 26, 2013.
Today, in this article let's play around with an interesting and very useful concept in LINQ.
The Like Method LINQ App to Select Data
Jan 26, 2013.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.
Bind List Using LINQ Extension
Dec 26, 2012.
Throughout this article, you will learn how to create a group and sort the records by the group using LINQ.
Take and Skip Operator In LINQ to SQL
Dec 06, 2012.
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
Dec 05, 2012.
In this article I am going to explain how to use aggregate functions in LINQ to SQL as well as in SQL Server.
Parallel LINQ in C#
Nov 29, 2012.
Today, in this article let's play around with one of the interesting and most useful concepts in C# with LINQ.
Insert and Update Data With LINQ Using XSD
Nov 12, 2012.
Today, in this article let's play around with one of the interesting and most useful concept of Insert and Update data in LINQ using XSD.
Select and Delete Data With LINQ Using XSD
Nov 11, 2012.
Today, in this article let's play around with one of the interesting and most useful concept of Select and Delete Data in LINQ.
Easy LINQ to SQL Based Master-Detail Editor in Visual Basic
Nov 10, 2012.
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.
Insert and Update Data Using LINQ With WCF
Nov 10, 2012.
Today, in this article let’s play around with one of the interesting and most useful concept Insert and Update Data using LINQ with WCF.
Select and Delete Data Using LINQ With WCF
Nov 10, 2012.
Today, in this article let's play around with Select and Delete Data concept in LINQ.
Using LINQ in word 2007 with VSTO and VB 2008 in VB.NET
Nov 09, 2012.
This article shows an example of integrating LINQ and Visual Studio 2008 Tools for office to query Word documents properties, via Visual Basic code.
Using LINQ to SQL in Visual Basic
Nov 09, 2012.
This article provides an introduction to employing LINQ to SQL within a Windows Forms application.
Using LINQ to Objects in Visual Basic
Nov 09, 2012.
This article provides an introduction to employing LINQ to Objects queries to support a simple Visual Basic Win Forms application.
Cascading Deletes in LINQ to SQL with Visual Basic
Nov 09, 2012.
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.
Simple Web Report With Pivot Table and Linq to Entity in VB.NET
Nov 08, 2012.
Pivot Table is a way to quickly summarize data and information from your database and also an useful way to organize and present data in your reports.
Executing Stored Procedure using LINQ in VB.NET
Nov 08, 2012.
In this article I will show how to execute Stored Procedure using LINQ in VB.Net.
Perform queries using LINQ in VB.NET
Nov 08, 2012.
In this article I will show you how to extract data from SQL Server using LINQ.
Simple SELECT, INSERT, UPDATE and DELETE Using LINQ to SQL
Oct 28, 2012.
In this article I am going to explain simple Select, Insert, Update and Delete operation using to LINQ to SQL.
Inner Join, Cross Join and Left Outer Join With LINQ to SQL
Oct 28, 2012.
In this article I am going to explain Inner join, Cross join and Left Join with LINQ to SQL.
Inner Join Using LINQ For Multiple Tables (3 Tables Now)
Oct 23, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.
Inner Join Using LINQ For Multiple Tables (3 Tables Now) With Lambda
Oct 22, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.
Inner Join Using LINQ With Lambda
Oct 21, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.
Select Data From XML With Where Clause Using LINQ to XML
Oct 16, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML.
Select Data From XML Using LINQ to XML
Oct 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML.
Insert Data to XML Using LINQ to XML
Oct 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML.
Update Data to XML Using LINQ to XML
Oct 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML.
Delete Data From XML Using LINQ to XML
Oct 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML.
Add Attribute to XML Using LINQ to XML
Oct 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML.
Normal LINQ Query to Compiled LINQ Query to Auto-Compiled LINQ Queries in Entity Framework 5
Sep 26, 2012.
In this article I'll be talking about query performances (EF1 to EF5) so that you can better understand the Entity Framework 5 query performance improvements.
Selecting Single Items With LINQ to SQL
Sep 23, 2012.
LINQ to SQL offers six primary approaches to selecting a single item. This article describes the differences between them and when each should be applied.
CREATE READ UPDATE and DELETE - CRUD Operation Using LINQ to SQL
Sep 22, 2012.
This article is about creation of an ASP.Net website having CRUD operations using LINQ to SQL classes.
Performing Calculations in LINQ Query: Part 10
Sep 05, 2012.
In this post you will learn how to perform some calculations in LINQ query.
Populating GridView in ASP.NET Using LINQ and SQL Stored Procedure
Aug 07, 2012.
This article assumes that developer knows how create a web site and reference the projects using Visual Studio 2008. This article focuses on simple display of data in a GridView control in ASP.NET page using LinqToSql class and by populating the data running a stored procedure.
1
-
100
of
372
<<
1
2
3
4
>>
Search
OUR TRAINING
Web Development Outsourcing
Looking to add more bandwidth to your software team? Web Developers, designers, testers are now available on demand. Flexible hours, very competitive rates, expert team and High Quality work.