Ankit kumar has Published 16 Articles

C# Program to Generate Random Even Numbers Using LINQ Parallel Query

Ankit kumar

Ankit kumar

Updated on 04-Apr-2023 16:14:46

980 Views

Introduction In this article we will learn how to write a C# program that uses LINQ parallel query to generate random even numbers. Let's quickly review the language. The C# programming language is basically used to create desktop, internet, and mobile apps. Linguistic Integrated Query, also known as LINQ, is ... Read More

C# Program to estimate the size of the file using LINQ

Ankit kumar

Ankit kumar

Updated on 31-Mar-2023 16:54:59

296 Views

Introduction Let us try to understand the C# program to estimate the size of the file using LINQ. We will be understanding the LINQ (Language Integrated Query) and its methods and classes and how with their help, we will get the desired output. Language Integrated Query aka LINQ is ... Read More

C# Program to Create File and Write to the File

Ankit kumar

Ankit kumar

Updated on 31-Mar-2023 16:53:22

8K+ Views

Introduction Creating a file and writing in it is the basics of file handling. Here, we are going to discuss a way to write a C# program to create the file and write to the file. File handling or file management in layman's terms the various processes such as making ... Read More

C# Program to Generate Odd Numbers in Parallel using LINQ

Ankit kumar

Ankit kumar

Updated on 31-Mar-2023 15:16:16

550 Views

Introduction This article will teach you how to create a C# program that uses LINQ to generate odd numbers in parallel. Let's take a quick look at the language. The creation of desktop, online, and mobile apps generally uses the C# programming language. One of the strengths of C# is ... Read More

C# Program to Find the Negative Double Numbers From the List of Objects Using LINQ

Ankit kumar

Ankit kumar

Updated on 31-Mar-2023 15:09:37

566 Views

Introduction In this article, we will learn how to write a C# program to find the negative double numbers from the list of objects using LINQ. Let's have a small overview of the language. The C# programming language is frequently used to develop desktop, web, and mobile apps. Working ... Read More

C# Program to Find the List of Students whose Name Starts with ‘S’ using where() Method of List Collection using LINQ

Ankit kumar

Ankit kumar

Updated on 31-Mar-2023 15:07:55

563 Views

Introduction The topic to learn in this article is writing a C# Program to Find the List of Students whose Name Starts with 'S' using the where() Method of List Collection using LINQ. Language Integrated Query aka LINQ is used to generate queries in C# language. Previously we had ... Read More

Advertisements