Category - LINQ
18 Jan 2023 18 Jan 2023 0 Comments  1508 Views
Here Mudassar Khan has explained with an example, how to use Linq Skip and Take functions for implementing Paging (Pagination) with Entity Framework in ASP.Net Core Razor Pages.
18 Jan 2023 18 Jan 2023 0 Comments  1282 Views
Here Mudassar Khan has explained with an example, how to use Linq Skip and Take functions for implementing Paging (Pagination) with Entity Framework in ASP.Net Core.
18 Jan 2023 18 Jan 2023 0 Comments  1250 Views
Here Mudassar Khan has explained with an example, how to use Linq Skip and Take functions for implementing Paging (Pagination) with Entity Framework in ASP.Net MVC.
14 Jun 2022 14 Jun 2022 0 Comments  9898 Views
Here Mudassar Khan has explained with an example, how to convert LINQ query result to DataTable using C# and VB.Net.
02 Dec 2019 02 Dec 2019 0 Comments  13850 Views
Here Mudassar Ahmed Khan has explained with an example, how to use Group By Clause in LINQ with Entity Framework using C# and VB.Net.

This article will illustrate how to use Group By Clause in LINQ with Entity Framework and then later use it to populate GridView control in ASP.Net with C# and VB.Net.
31 May 2018 31 May 2018 0 Comments  13136 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind and populate ASP.Net DropDownList control using LINQ to SQL Framework (dbml classes) using C# and VB.Net.

This article covers the basics of adding and generating dbml classes, connecting to database, adding Table entities and Stored Procedures.
17 Jan 2018 17 Jan 2018 0 Comments  79831 Views
Here Mudassar Ahmed Khan has explained with an example, how to solve the following error (exception) when using LINQ to SQL or Lamba expressions on DbSet records returned by Entity Framework in C# .Net.

LINQ to Entities does not recognize the method System.String ToString() method, and this method cannot be translated into a store expression.
22 Sep 2017 22 Sep 2017 0 Comments  47856 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the LINQ to select multiple records from DataTable in C# and VB.Net.

The LINQ select query will be used to fetch multiple records from DataTable in C# and VB.Net.
22 Sep 2017 22 Sep 2017 0 Comments  81853 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the LINQ to select multiple columns from DataTable in C# and VB.Net.
22 Sep 2017 22 Sep 2017 0 Comments  106336 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the LINQ select query on DataTable in C# and VB.Net.

The LINQ select query will be used to fetch records from DataTable in C# and VB.Net.
22 Sep 2017 22 Sep 2017 0 Comments  109416 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the LINQ to select specific columns from DataTable in C# and VB.Net.
22 Sep 2017 22 Sep 2017 0 Comments  93712 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the LINQ WHERE clause with DataTable in C# and VB.Net.

The LINQ WHERE clause is used to filter records of the DataTable in C# and VB.Net.
22 Sep 2017 22 Sep 2017 0 Comments  38173 Views
Here Mudassar Ahmed Khan has explained with an example, how to filter DataTable (DataSet) based on Column value using LINQ in ASP.Net, C# and VB.Net.

Actually it’s the DataTable inside the DataSet which can be filtered based on Column value using the LINQ WHERE clause in C# and VB.Net and hence this article is applicable for both DataTables and DataSets.
30 Jul 2015 30 Jul 2015 0 Comments  66381 Views
Here Mudassar Ahmed Khan has explained with an example, how to perform Select, Insert, Edit, Update and Delete operations using LINQ to SQL Framework in ASP.Net GridView using C# and VB.Net.
This process is also known as CRUD i.e. Create, Read, Update and Delete in GridView using LINQ to SQL Framework in ASP.Net.
29 Jul 2015 29 Jul 2015 0 Comments  54651 Views
Here Mudassar Ahmed Khan has explained with an example, how to perform Select, Insert, Edit, Update and Delete operations using LINQ to SQL Framework in ASP.Net using C# and VB.Net.
This process is also known as CRUD i.e. Create, Read, Update and Delete in GridView using LINQ to SQL Framework in ASP.Net.
25 May 2015 25 May 2015 1 Comments  44217 Views
Here Mudassar Ahmed Khan has explained with an example, how to call a Stored Procedure using LINQ to SQL in ASP.Net using C# and VB.Net.
03 May 2014 31 May 2018 17 Comments  122917 Views
Here Mudassar Ahmed Khan has explained a simple tutorial with example to integrate LINQ to SQL Framework (dbml classes) in ASP.Net using C# and VB.Net.

This article covers the basics of adding and generating dbml classes, connecting to database, adding Table entities and Stored Procedures.
03 May 2014 30 May 2018 1 Comments  34101 Views
Here Mudassar Ahmed Khan has explained how to bind and populate ASP.Net GridView control using LINQ to SQL Framework (dbml classes) using C# and VB.Net.

This article covers the basics of adding and generating dbml classes, connecting to database, adding Table entities and Stored Procedures.