LINQ Articles (11) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

11 records found.
 
Self-Innovator
Binding Grid View Control using LINQ 
Last updated on: 19 Feb 2015 04:23:26 PM by Self-Innovator | Views: 9384 | Category: LINQ |
In this article we will see the uses of LINQ in .NET Applications. The abbreviation for LINQ is Language Integrated Query primarily works with objects in an application.
Niladri.Biswas
Find the N-th highest salary of employee using LINQ/Lambda. 
Last updated on: 29 Apr 2013 11:09:38 PM by Niladri.Biswas | Views: 61895 | Category: LINQ |
Votes: 1 | Rating: 4 out of 5
In this article, we will find the N-th highest salary of employee using LINQ/Lambda.
Suwarna
LINQ: Perform CRUD operations by using ADO.NET Entity FrameWork 
Last updated on: 15 Apr 2013 05:49:34 AM by Suwarna | Views: 26974 | Category: LINQ |
Votes: 1 | Rating: 3 out of 5
Entity Data Model (EDM) is bridge between application and database. LINQ(Language Integated Query) to entity which performs CRUD operations against the Entity Data Model(EDM)
Niladri.Biswas
Row_Number simulation in LINQ 
Last updated on: 03 Oct 2012 05:25:35 AM by Niladri.Biswas | Views: 61062 | Category: LINQ |
Votes: 2 | Rating: 4.5 out of 5
In this article , we will look into as how we can implement Row_Number() function of Sql Server in LINQ using C# as the language of choice.
SheoNarayan
Simple way of using transactions in ADO.NET Entity framework 
Last updated on: 30 Nov 2011 01:45:17 AM by SheoNarayan | Views: 22487 | Category: LINQ |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to use transactions in ADO.NET Entity framework in simplified manner.
Madhu.b.rokkam
LINQ to XML Details 
Last updated on: 27 Feb 2011 03:06:29 AM by Madhu.b.rokkam | Views: 10204 | Category: LINQ |
Votes: 1 | Rating: 5 out of 5
This article deals with using LINQ to Xml in C#.
SheoNarayan
Frequently used LINQ Extension methods 
Last updated on: 31 Jan 2016 10:11:13 PM by SheoNarayan | Views: 56522 | Category: LINQ |
Votes: 7 | Rating: 5 out of 5
In this article, I shall show how to use frequently used LINQ extension methods. In order to work with LINQ we need to use from System.Linq namespace.
  • SheoNarayan
    WCF 4.0 Multi-tier Services Development with LINQ to Entities - Book review 
    Last updated on: 18 Aug 2010 08:43:54 AM by SheoNarayan | Views: 14977 | Category: LINQ |
    Votes: 1 | Rating: 5 out of 5
    I got a chance to review the book titled "WCF 4.0 Multi-tier Services Development with LINQ to Entities" written by Mike Liu and published by Packt Publishing. This post highlights the featured covers in this book that is very useful for the developers.
    Mehulthakkar1
    How to Use Linq 
    Last updated on: 30 Dec 2009 06:33:48 PM by Mehulthakkar1 | Views: 23171 | Category: LINQ |
    Votes: 3 | Rating: 5 out of 5
    This is the article which will explain how to use linq
    Muhilan
    Lambda Expressions in C# 
    Last updated on: 01 Dec 2009 07:36:59 AM by Muhilan | Views: 14048 | Category: LINQ |
    This Article demonstrate the basic functionality of Lambda Expression in C#(Console Application).
    Abhisek
    What is LINQ to XML? 
    Last updated on: 29 Nov 2009 09:31:01 AM by Abhisek | Views: 10327 | Category: LINQ |
    The article demonstrates the different core concepts of LINQ to XML with an easy console application that will create an XML document dynamically.