navigation

Latest posts on "Linq"

How to use Substring using asp.net c#?

| | Category: Linq

Substring method allow us to retrieve a substring from a string object. Here this example code demonstrate us how can we get a substring from a string in .net framework.

[Solved] LINQ to Entities does not recognize the method 'System.Object get_Item(System.String)' method, and this method cannot be translated into a store expression.

| | Category: Linq

This is caused because of Where-Expression. You should only use variables in there or call methods that can be translated to SQL. First, save your Session value in a variable.

how to take in Linq c#?

| | Category: Linq

This sample uses Take to get only the first 3 elements of the array.

how to skip records in linq c#

| | Category: Linq

this article describes how to skip records using Linq C#.

order by in linq c#

| | Category: Linq

this article describes how to do linq in c# by sorting a list of words alphabetically.

where condition in linq c#

| | Category: Linq

where condition in linq c#. you can filter the record using where condition with keyword operator =

Page 2 of 2