| Articles |
Find the N-th highest salary of employee using LINQ/Lambda.In this article, we will find the N-th highest salary of employee using LINQ/Lambda.Views: 571 | Posted by: Niladri.Biswas | |
LINQ: Perform CRUD operations by using ADO.NET Entity FrameWorkEntity 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)Views: 1196 | Posted by: Suwarna | Votes: 1 | Rating: 3 out of 5 |
Row_Number simulation in LINQIn 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.Views: 3305 | Posted by: Niladri.Biswas | Votes: 1 | Rating: 4 out of 5 |
|
|
Simple way of using transactions in ADO.NET Entity frameworkIn this article, we shall learn how to use transactions in ADO.NET Entity framework in simplified manner.Views: 6971 | Posted by: SheoNarayan | Votes: 1 | Rating: 5 out of 5 |
LINQ to XML DetailsThis article deals with using LINQ to Xml in C#.Views: 4781 | Posted by: Madhu.b.rokkam | Votes: 1 | Rating: 5 out of 5 |
Frequently used LINQ Extension methodsIn 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.Views: 21326 | Posted by: SheoNarayan | Votes: 6 | Rating: 5 out of 5 |
WCF 4.0 Multi-tier Services Development with LINQ to Entities - Book reviewI 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.Views: 7313 | Posted by: SheoNarayan | Votes: 1 | Rating: 5 out of 5 |
How to Use LinqThis is the article which will explain how to use linqViews: 13073 | Posted by: Mehulthakkar1 | Votes: 3 | Rating: 5 out of 5 |
|
|
Lambda Expressions in C#This Article demonstrate the basic functionality of Lambda Expression in C#(Console Application).Views: 6023 | Posted by: Muhilan | |
What is LINQ to XML?The article demonstrates the different core concepts of LINQ to XML with an easy console application that will create an XML document dynamically.Views: 4825 | Posted by: Abhisek | |