Tag - list

C# Keywords Tutorial Part 74: select

C# is a highly adaptable programming language that empowers developers to design potent and effective applications. Among the various functionalities of C#, the "select" keyword is a widely used feature in LINQ (Language-Integrated Query) statements that enable the filtration and modification of data. The primary focus of this blog post is to delve into...

C# Keywords Tutorial Part 36: foreach

C# is a programming language that is popularly used for developing different types of applications, including desktop, web, and mobile apps. It is an object-oriented language that incorporates the "foreach" keyword, which makes it simple and effective to iterate over collections like arrays, lists, and dictionaries. This article delves into the "foreach" keyword, providing...

C# Keywords Tutorial Part 10: by

When it comes to grouping and sorting data as well as LINQ queries, the C# language's "by" keyword is an important tool. We'll examine the "by" keyword in C# and demonstrate its use in various contexts in this blog post. Grouping Data Data grouping is one of the most popular uses of the "by" keyword. The...

C# Keywords Tutorial Part 4: ascending

C# is a strong programming language with a variety of features that aid programmers in creating orderly, effective code. The word ascending, which is used to sort data in ascending order, is one of these properties. We will discuss the ascending keyword in C# and give usage examples in this blog article. What is the...