Series

C# Advanced

In this series we will walk through how to get started with Advanced C# practices. 

LINQ Series:

Language Integrated Query, LINQ, provides a consistent syntax to query any data source. More than that, the compiler and libraries translate that consistent syntax to native queries for each different data ...