Skip to content
  • About Us
  • C# Editor
  • Contact Us
  • Disclaimer
  • Discussion Forum
  • DWQA Ask Question
  • DWQA Questions
  • Enquiry
  • Home
  • Home
  • landingpage
  • Portfolio
  • Privacy Policy
  • Products
  • Sample Page
  • Services
  • SQL Question
  • Terms and Conditions (“Terms”)
  • Home
  • About Us
  • Blog
    • .Net
      • ASP.NET
      • ASP.NET MVC
      • C#
      • C# Program
      • Entity Framework
      • Linq
      • REST
      • WCF
      • Web API
      • Windows Application
    • JS
      • Angular 2
      • Angular JS
      • Backbone JS
      • Jquery
      • JSON
      • Knockout Js
      • Node.Js
    • CSS
      • Bootstrap
    • Database
      • SQL Server
    • Interview Questions
      • SQL Interview Questions and Answers
      • Interview Questions and Answers on Method and Property in .NET
      • Interview Questions & Answers on .NET
      • Interview Questions And Answers on Oops-Part 1
  • Contact Us
  • Home
  • About Us
  • Blog
    • .Net
      • ASP.NET
      • ASP.NET MVC
      • C#
      • C# Program
      • Entity Framework
      • Linq
      • REST
      • WCF
      • Web API
      • Windows Application
    • JS
      • Angular 2
      • Angular JS
      • Backbone JS
      • Jquery
      • JSON
      • Knockout Js
      • Node.Js
    • CSS
      • Bootstrap
    • Database
      • SQL Server
    • Interview Questions
      • SQL Interview Questions and Answers
      • Interview Questions and Answers on Method and Property in .NET
      • Interview Questions & Answers on .NET
      • Interview Questions And Answers on Oops-Part 1
  • Contact Us

Debug On Web

  • Follow
    • RSS
    • Login
    • Lost Password
Header Image
Category

Linq

9 Posts

Featured

Posted byVinod palne
Any Operator in Linq
Posted byVinod palne
Count operator in Linq
Posted byVinod palne
Average method in Linq
Posted byVinod palne
Distinct Operator in Linq

Any Operator in Linq

  • Posted inLinq
  • 1 Comment on Any Operator in Linq
  • Posted byVinod palne
  • January 19, 2020January 19, 2020

Hello Friends, In this tutorial we are going to understand what is Any Operator in Linq? Any Operator is a Qualifier Operators in Linq Query Operators. It returns a boolean value. It is used to check whether any elements in a sequence satisfy a condition or not. What is Any Operator in Linq? Any Operator is…

Count operator in Linq

  • Posted inLinq
  • 574 Comments on Count operator in Linq
  • Posted byVinod palne
  • January 19, 2020January 19, 2020

Hello my friends, In this tutorial, we are going to understand Count operator in Linq. Count operator is similar to count() in SQL server which is used to return the number of elements in a collection or the number of elements that have satisfied a given condition. Count operator in Linq: Count operator is used…

Average method in Linq

  • Posted inLinq
  • 3 Comments on Average method in Linq
  • Posted byVinod palne
  • January 19, 2020January 19, 2020

Hi friends, In this tutorial, we will see the Average method in Linq. An average is an extension method in System.Linq namespace to compute the average of the numeric values in a collection. An average method in Linq: Average function is used to compute the average of numeric values in a collection. Example1: Calculate the…

Distinct Operator in Linq

  • Posted inLinq
  • 163 Comments on Distinct Operator in Linq
  • Posted byVinod palne
  • January 10, 2019August 10, 2015

Hi folks, In this tutorial, We are going to understand Distinct Operator in Linq which is comes under the Set operator’s category in LINQ query operators. A distinct operator is used to remove duplicate values from the collection and return the unique values of the collection. What is Distinct Operator in Linq? The distinct operator comes…

Max operator in Salesforce

  • Posted inLinq
  • 328 Comments on Max operator in Salesforce
  • Posted byVinod palne
  • January 3, 2019September 22, 2014

Hello friends, In this tutorial, We are going to understand Max operator in Linq. Like SQL Server Linq also have the ability to perform max over the collection. Max Operator in Linq: Max operator is used for returning the largest numeric element from a collection. Example 1: Find the largest element in a collection. using System;…

Posts navigation

1 2 Next Posts
Debug On Web
WordPress theme by componentz

Recent Posts

  • How to Create Lightning Component Tab in Salesforce
  • Bootstrap DateTimePicker using Angular JS in ASP.NET MVC
  • Create a Custom Detail Page Button on Standard Object
  • Calling a WebMethod with jQuery in ASP.NET WebForms
  • DirectoryInfo class in C#

Recent Posts

  • How to Create Lightning Component Tab in Salesforce
  • Bootstrap DateTimePicker using Angular JS in ASP.NET MVC
  • Create a Custom Detail Page Button on Standard Object
  • Calling a WebMethod with jQuery in ASP.NET WebForms
  • DirectoryInfo class in C#
Hit enter to search or ESC to close