VOOZH about

URL: https://codingsight.com/tag/linq/

⇱ linq Archives - {coding}Sight


Tag: linq

Syntax of LINQ GroupBy Method in C#

October 02, 2022β€’ SQL Server

We are continuing our series dedicated to LINQ technologies with a more detailed look at some...
Read More β†’

Different types of LINQ queries: Query Syntax and Method Syntax

October 02, 2022β€’ Languages & Coding

The current article continues the series about LINQ. The previous part introduced the LINQ technologies and demonstrated its usage on some...
Read More β†’

LINQ to Entities – Tutorial with Examples

August 03, 2022β€’ Basics of C#, Languages & Coding

When we think about querying databases, the first thing that pops to mind is usually some SQL query. Then other questions arise in regards...
Read More β†’

Entity Framework – Just a Few Clicks Away

June 09, 2021β€’ Frameworks, Languages & Coding

Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications. It let the developers work with data on...
Read More β†’

LINQ in C#: A tutorial with Query Examples in LINQ to Objects

April 22, 2021β€’ Basics of C#, Languages & Coding

Less is more – this is definitely true when it comes to object collections and LINQ queries. One of the most valuable advantages is the...
Read More β†’

Functional F# that slowly appears in C#

December 18, 2017β€’ ASP .NET CORE, Basics of C#, Languages & Coding β€’ One Comment

For some reason, we often do not use this functionality. Maybe we haven’t got used to it yet. And...
Read More β†’

Using Expressions to Filter Data of Database

November 10, 2017β€’ Database administration, Work with data

I would like to start with a description of the problem that I encountered. There are entities in the database that need to be...
Read More β†’

Generic Repository Pattern in Entity Framework

September 07, 2017β€’ Frameworks, Languages & Coding β€’ 2 Comments

A Repository mediates between the domain and data mapping layers, acting like an in-memory domain object collection. Client objects...
Read More β†’

LINQ: Dynamic Creation of Query Filters

September 01, 2017β€’ ASP .NET CORE, Languages & Coding

Sooner or later, each developer has to create data tables with the possibility to sort by columns....
Read More β†’
Write for us

CodingSight is open for new authors and partnership proposals. Send your offers and ideas to [email protected] and we will get back to you at the earliest opportunity.

Close