8/1/20 - 9/1/20

Create custom linked list in C#

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. In this video tutorial I will...

santosh 1 Sep, 2020

Understanding the LINQ GroupBy Operator in C#

Understanding the LINQ GroupBy Operator in C# LINQ, or Language Integrated Query, is a powerful feature in C# that allows developers to ...

santosh 31 Aug, 2020

How to calculate hash of given string in C# [Video Tutorial]

Hashing is the process of converting a given key into another value. A hash function is used to generate the new value according to a mathem...

santosh 30 Aug, 2020

How to find nth Highest Salary using Linq/SQL In C# [Video Tutorial]

In this video tutorial I will show you how to find the nth highest salary using LINQ in C#

santosh 29 Aug, 2020

How to integrate Serilog in .Net Core Application

Serilog is a newer logging framework for.NET. It was built with structured logging in mind. It makes it easy to record custom object propert...

santosh 20 Aug, 2020

How to Implement DI in .net Core Console Application

In this video tutorial, I will show you how to implement Dependency injection in the C# console application. Dependency injection is a t...

santosh 19 Aug, 2020