c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

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