Abundant Code

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

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

VB.NET and LINQ – 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 LINQ 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, LINQ, VB.NET

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

VB.NET and LINQ – 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 LINQ 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 LINQ in VB.NET ? Output Employees […]

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

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

VB.NET and LINQ – 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 LINQ in Visual Basic.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, LINQ, VB.NET

Json.NET & VB.NET – How to Serialize an Collection?

May 3, 2016 by AbundantCode Leave a Comment

Do you want to serialize an collection in your VB.NET application?. Json.NET supports this functionality with ease. The Collection can be an Array , Dictionary or List. You need to simply pass collection to the JsonConvert.SerializeObject static method which would serialize the collection and return you the Json string. How to Serialize a Collection in […]

Filed Under: C# Tagged With: How to, JSON, tutorials, VB.NET

How to Get the Computer Name using VB.NET?

January 24, 2014 by AbundantCode Leave a Comment

Below is a sample code snippet that demonstrates how to get the current computer name using VB.NET? How to Get the Computer Name using VB.NET?

Filed Under: C# Tagged With: Computer Name, Get, How to, VB.NET

How to Make Single Instance Application for VB.NET Application in Visual Studio 2012?

January 22, 2014 by AbundantCode Leave a Comment

When developing a Windows Application in VB.NET, there are times when you want to make your application as single instance application. You can do that easily with just few steps in your VB.NET project. How to Make Single Instance Application for VB.NET Application in Visual Studio 2012? Launch Visual Studio 2012 and Open your VB.NET […]

Filed Under: Windows Forms Tagged With: Application, How to, Single Instance, VB.NET, Visual Studio 2012

How to Enable or Disable Visual Styles in your VB.NET Winforms Application?

January 22, 2014 by AbundantCode Leave a Comment

You can enable or Disable the Visual Styles in your VB.NET Winforms Application by following the below steps. How to Enable or Disable Visual Styles in your VB.NET Winforms Application? 1. Launch Visual Studio 2013 and Open your VB.NET Project. 2. Right Click on the project and open the Project Properties. 3. In the Project […]

Filed Under: Windows Forms Tagged With: Application, disable, enable, How to, VB.NET, Visual Styles, Winforms

  • 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,729,398 hits

Archives

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to open display settings from command line in Windows 10 ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to Extract number from a string using C# ?
  • C Program to display half-pyramid using alphabets
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • Tools to Convert Java to C# Source Code
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • How to Check if Integer is a multiple of a number in Java?
  • C# Program - How to Calculate Age based on DateTime ?

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
  • How to open display settings from command line in Windows 10 ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to Extract number from a string using C# ?
  • C Program to display half-pyramid using alphabets
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • Tools to Convert Java to C# Source Code
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • How to Check if Integer is a multiple of a number in Java?
  • C# Program - How to Calculate Age based on DateTime ?

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