XML Made Easy – LINQ to XML
LINQ to XML is an in-memory XML programming interface that enables XML manipulation. Similar to the...
Introducing LINQ to Entities
When we think about querying databases, the first thing that pops to mind is usually some SQL query. Then other questions arise in regards...
Entity Framework – Just a Few Clicks Away
Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications. It let the developers work with data on...
Different flavors of LINQ queries
The current article continues the series about LINQ. The previous part introduced the LINQ...
Functional F# that slowly appears in C#
For some reason, we often do not use this functionality. Maybe we haven’t got used to it yet. And sometimes we use it, having no idea...
Using Expressions to Filter Data of Database
I would like to start with a description of the problem that I encountered. There are entities in the database that need to be...
Generic Repository Pattern in Entity Framework
A Repository mediates between the domain and data mapping layers, acting like an in-memory domain...
LINQ: Dynamic Creation of Query Filters
Sooner or later, each developer has to create data tables with the possibility to sort by columns. I am not an exception. In our project,...
LinqToSolr – use LINQ to obtain data from Solr
Due to the fact that in my company, Solr was chosen as a full-text search platform, there appeared a strong desire to simplify the work...
Functional C#
C# is a multi-paradigm programming language. Recently, the course has been set towards new...