Tag

data manipulation

All blogs tagged with data manipulation

3
Articles
12,095
Total Views

Showing 3 of 3 articles

09
Dec
2023
LINQ
3,343 views

LINQ (Language Integrated Query) is a feature in C# that allows us to perform queries against data sources, which can be arrays, collections, or any type of databases, using a SQL-like syntax. In this article, we will cover some basic concepts and functionalitites of LINQ and learn how to use it in your C# application

Translate Page