C# C# Object and Dynamic Types This blog provides an in-depth explanation of object and dynamic types in C#. Object Type 1. Overview object ... Thursday, February 20, 2025 comments
C# Free Microsoft Certification : C# Microsoft announced a new Foundational C# certification in collaboration with FreeCodeCamp. The Foundational C# certification is completely ... Sunday, September 3, 2023 comments
C# Visual Studio 2022: C# Global Namespace Global usings were introduced in C# 10 and .NET Core 6.0 and later versions. This feature proves to be highly beneficial as it allows you to... Saturday, August 26, 2023 comments
C# DateOnly And TimeOnly Types In .NET 6 -.NET Core In this article, we will discuss Microsoft introduced new types DateOnly and TimeOnly in C# and examine the unique functionalities offered b... Saturday, July 22, 2023 comments