LINQ

  • submit to reddit

Hosting ASP.NET Web API in LinqPad

StrathWeb - Hosting ASP.NET Web API in LinqPadToday I stumbled upon an interesting Stackoverflow question, where the user was asking how to go...

0 replies - 940 views - 04/08/13 by Greg Duncan in Articles

DistinctBy in Linq (Find Distinct Object by Property)

In this post I am going to discuss about how to get distinct object using property of it from collection. Here I am going to show three different way to...

0 replies - 1637 views - 01/30/13 by Pranay Rana in Articles

New Tech for LINQ Access to HBase and Hadoop

You may ask why you would want to access HBase from .NET.  Well the truth is that Hadoop and the closely coupled NoSQL database, HBase, are built in Java and...

0 replies - 4361 views - 10/10/12 by Mitch Pronschinske in Articles

Entity Framework: Expressing the Missing LINQ

I have worked on quite a few projects that use the Entity Framework. It is a powerful ORM and does quite a lot out of the box. I've worked with code-first,...

0 replies - 1440 views - 09/21/12 by Jeremy Likness in Articles

5 LINQ for JavaScript Libraries

Below are a few JavaScript Libraries that allow you to query JSON objects with LINQ. 1. LINQ to JavaScript (JSLINQ) LINQ to JavaScript is an implementation...

0 replies - 4850 views - 09/20/12 by Senthil Kumar in Articles

Null Sematics in LINQ’s Sum

C# LINQ code is not always executed as C# code. With LINQ-to-SQL or Entity Framework it is translated into SQL instead. This can bring unpleasant surprises...

0 replies - 2638 views - 08/15/12 by Anders Abel in Articles

Code Generation – Blessing or Curse?

There are lot of code generation tools available. Microsoft Visual Studio has had code generation possibilities since I started using it in the mid...

0 replies - 3004 views - 07/24/12 by Anders Abel in Articles

How to Log Your LINQ Query

Most of the beginner developers who are using LINQ to SQL as their back-end to talk with the database (i.e to perform the database CRUD operations), don't...

0 replies - 3506 views - 06/27/12 by Pranay Rana in Articles

Don’t Use LINQ’s Join. Navigate!

One of the greatest benefits of LINQ to SQL and LINQ to Entities is navigation properties that allows queries across several tables, without the need to...

0 replies - 5372 views - 06/26/12 by Anders Abel in Articles

Get Last N Records Using Linq-to-SQL

The small post is about getting last n number of record(s) from the database table or from the collection using LINQ. SQL To get last n number of...

0 replies - 4037 views - 05/27/12 by Pranay Rana in Articles

Keep it Simple by Using LINQ to SQL

One of the fundamental truths of coding is the Kiss Principle. I think that using LINQ to SQL for data access is a splendid example of applying the Kiss...

0 replies - 3210 views - 05/08/12 by Anders Abel in Articles

Progressive Query - LINQ

0 replies - 1933 views - 05/07/12 by Snippets Manager in Uncategorized

Fluent Query - LINQ

0 replies - 1985 views - 05/07/12 by Snippets Manager in Uncategorized

Simple Filter Query - LINQ

0 replies - 2108 views - 05/07/12 by Snippets Manager in Uncategorized

Filter Using Extension Method - LINQ

0 replies - 1804 views - 05/07/12 by Snippets Manager in Uncategorized