Abundant Code

  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • F#
  • JavaScript
  • ASP.NET
  • C
  • Java
  • SQL Server
  • Assembly Lang
Home » Lambda

VB.NET and Lambda – Filter elements from object collection with Logical Operators

November 19, 2016 by AbundantCode Leave a Comment

Here’s a sample code snippet demonstrating how to filter elements from a list of objects using the where clause using Lambda in VB.NET. This sample gets all the employees who salary is greater than 20000 GBP and age is greater than 22. How to Filter Employees List whose salary is greater than 20000 GBP and […]

Filed Under: VB.NET Tagged With: 101 Samples, Lambda, VB.NET

C# and Lambda – Filter elements from object collection with Logical Operators

November 19, 2016 by AbundantCode Leave a Comment

Here’s a sample code snippet demonstrating how to filter elements from a list of objects using the where clause using Lambda in C#. This sample gets all the employees who salary is greater than 20000 GBP and age is greater than 22. How to Filter Employees List whose salary is greater than 20000 GBP and […]

Filed Under: C# Tagged With: 101 Samples, csharp, Lambda

VB.NET and Lambda – Filter elements from object collection using where clause

November 19, 2016 by AbundantCode Leave a Comment

Here’s a sample code snippet demonstrating how to filter elements from a list of objects using the where clause using Lambda in VB.NET. This sample gets all the employees who salary is greater than 20000 GBP. How to Filter Employees List whose salary is greater than 20000 GBP using Lambda in VB.NET ? Output Employees […]

Filed Under: VB.NET Tagged With: 101 Samples, Lambda, VB.NET

C# and Lambda – Filter elements from object collection using Where method

November 19, 2016 by AbundantCode Leave a Comment

Here’s a sample code snippet demonstrating how to filter elements from a list of objects using the where clause using Lambda in C#. This sample gets all the employees who salary is greater than 20000 GBP. How to Filter Employees List whose salary is greater than 20000 GBP using Lambda in C# ? Output Employees […]

Filed Under: C# Tagged With: 101 Samples, csharp, Lambda

VB.NET and Lambda – Finding all the elements of an integer array less than 35

November 13, 2016 by AbundantCode Leave a Comment

Here’s a sample code snippet demonstrating how to find all the elements of an integer array that is less than 35 using Lambda expression in VB.NET. The Where keyword in VB.NET is used to filter the elements from a collection based on the specified criteria. How to find all the elements of an integer array […]

Filed Under: VB.NET Tagged With: 101 Samples, Lambda, VB.NET

C# and Lambda – Finding all the elements of an integer array less than 35

November 13, 2016 by AbundantCode Leave a Comment

Here’s a sample code snippet demonstrating how to find all the elements of an integer array that is less than 35 using Lambda expression in C#. The Where keyword in C# is used to filter the elements from a collection based on the specified criteria. How to find all the elements of an integer array […]

Filed Under: C# Tagged With: 101 Samples, C#, Lambda

Example of Lambda Expression with Action method with String as Parameter in C#

April 1, 2014 by AbundantCode Leave a Comment

Below is a sample code snippet that demonstrates the lambda expression with action method with string as parameter in C#. Example of Lambda Expression with Action method with String as Parameter

Filed Under: C# Tagged With: C#, Expression, How to, Lambda, Parameter, tutorials

Example of Lambda Expression with Action Method in C#

April 1, 2014 by AbundantCode Leave a Comment

Below is a sample code snippet that demonstrates the lambda expression with action method in C#. Example of Lambda Expression with Action Method in C#

Filed Under: C# Tagged With: Action, Action method, C#, Example, Lambda, Lambda Expression, Method

Example of Function Delegates in C#

April 1, 2014 by AbundantCode Leave a Comment

Below is a sample code snippet that demonstrates the function delegates or lambda expression in C# . Example of Function Delegates in C#

Filed Under: C# Tagged With: C#, delegates, Example, Function Delegates, Lambda, Lambda Expression

How to List Odd Numbers from a List of Integers using Lambda Expression in C#?

February 26, 2014 by AbundantCode Leave a Comment

Are you looking out for a simple logic to retrieve the odd numbers from the list of integers using Lambda Expression in C#? Below is a sample code snippet demonstrating how to do it. How to List Odd Numbers from a List of Integers using Lambda Expression in C#?

Filed Under: C# Tagged With: C#, Expression, Integers, Lambda, List, Odd Numbers

  • 1
  • 2
  • Next Page »
RSS
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval

Categories

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML

Blog Stats

  • 8,730,834 hits

Archives

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • C Program to display half-pyramid using alphabets
  • How to open display settings from command line in Windows 10 ?
  • How to Extract number from a string using C# ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to clean up unused PowerPoint master slides in PowerPoint?
  • Json.NET & VB.NET - How to Serialize an Object ?
  • How to retrieve the URL of the current Page in ASP.NET MVC 4 Controller ?
  • How to get the Relative Server Path in ASP.NET Web API ?
  • How to compare two Byte Arrays in C#?

Categories

  • Android
  • Angular 2
  • ASP.NET
  • Assembly Language
  • C
  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • Excel
  • F#
  • HTML
  • Interview Questions
  • Java
  • JavaScript
  • jQuery
  • Microsoft Office
  • MySQL
  • NETWORK
  • News
  • PHP
  • popular
  • PowerShell
  • Python
  • Ruby
  • SharePoint
  • SQL Server
  • SQL Server
  • Unix
  • VB.NET
  • Visual Studio
  • WebAPI
  • Windows
  • Windows Azure
  • Windows Forms
  • XAML

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • C Program to display half-pyramid using alphabets
  • How to open display settings from command line in Windows 10 ?
  • How to Extract number from a string using C# ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to clean up unused PowerPoint master slides in PowerPoint?
  • Json.NET & VB.NET - How to Serialize an Object ?
  • How to retrieve the URL of the current Page in ASP.NET MVC 4 Controller ?
  • How to get the Relative Server Path in ASP.NET Web API ?
  • How to compare two Byte Arrays in C#?

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval
  • Python Program to Check Prime Number
  • Python Program to Find the Largest Value Among Three Numbers
  • Python Program to Check If a Given Year is Leap Year
  • Python Program to Check if a Number is Odd or Even
  • Python Program to Check if a Number is Positive, Negative or Zero

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML