Syntax of LINQ GroupBy Method in C#
We are continuing our series dedicated to LINQ technologies with a more detailed look at some...
Different types of LINQ queries: Query Syntax and Method Syntax
The current article continues the series about LINQ. The previous part introduced the LINQ technologies and demonstrated its usage on some...
LINQ to Entities – Tutorial with Examples
When we think about querying databases, the first thing that pops to mind is usually some SQL query. Then other questions arise in regards...
Machine Learning {.NET} Image Classification
One of the best scenes from Silicon Valley is Jian Yang demoing his “Hotdog, not hotdog”...
ML{.NET} Introduction
Machine Learning (ML) has come from a buzzword that is nice to have in your application to a must-have feature that works and adds value....
LINQ to XML: Easy Work in C#
LINQ to XML is an in-memory XML programming interface that enables XML manipulation. Similar to the more traditional Document Object Model...
Entity Framework – Just a Few Clicks Away
Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications....
LINQ in C#: A tutorial with Query Examples in LINQ to Objects
Less is more – this is definitely true when it comes to object collections and LINQ queries. One of the most valuable advantages is the...