C# LINQ Part 2In this post on LINQ we will work with Mosh Hamedani and his video course on Udemy.com. With […] November 24, 2018 in C# tagged query / Linq / C# LINQ by Mike
C# Extension Methods 2Most of the time you will be using extension methods instead of creating them, as we did in […] November 24, 2018 in C# tagged method / extension / max / C# Extension Methods by Mike
C# Extension MethodsWhat are extension methods? As the name implies, they are methods that extend or add to the functionality […] November 24, 2018 in C# tagged Shorten / chaining / chain / strings / string / method / extension / this / C# Extension Methods by Mike
C# Lists Book RepositoryIn the previous post we used a list of strings. In this post we are going to create […] November 24, 2018 in C# tagged C# Lists by Mike
C# Lists String RepositoryFirst we can create a list of strings in another class, instead of putting the list right in […] November 24, 2018 in C# tagged C# Lists by Mike