Archives

  • Pros and Cons of Blazor Server vs Blazor WebAssembly

    Pros and Cons of Blazor Server vs Blazor WebAssembly

    what is Blazor, comparison of Blazor Server vs Blazor WebAssembly and compare pros and cons Read more

  • New Features in C#10

    New Features in C#10

    In this article, we are going to have a look on C#10 new features. .NET 6 supports the latest release C# version, to use C#10 in projects, we require the latest /NET 6 SDK / Visual Studio 2022 (which includes the SDK). Refer the Visual Studio 2022 announcement and the .NET 6 announcement to find out more, and steps… Read more

  • Understanding C# Covariance and Contravariance in Simple Terms

    Today we are going to learn and understand : What is Covariance, What is Contravariance, Examples of Covariance and Contravariance. C# is a versatile programming language that allows developers to create powerful and efficient applications. One of the advanced features of C# that can make your code more flexible and expressive is covariance and contravariance.… Read more

  • Everything about C# Certification

    Everything about C# Certification

    Today we are going to discuss on how to obtain the certification on C#. Introduction Microsoft has come up with Foundational C# Certification in collaboration with freeCodeCamp. freeCodeCamp is a charity that creates free learning resources for math, programming, and computer science. The Foundational C# Certification is completely free, globally available, and includes a full 35-hour… Read more

  • Understanding C# Inheritance: Building Hierarchies with Simple Examples

    Introduction: Inheritance is a fundamental concept in object-oriented programming (OOP) that allows developers to create new classes based on existing ones. It facilitates code reuse, improves organization, and promotes better maintenance in C# applications. In this blog, we’ll explore C# inheritance in simple English, breaking down the concept with easy-to-understand examples. What is Inheritance? Inheritance… Read more

  • .NET Framework 4.5.2 released

    The  Microsoft .NET Framework 4.5.2 is a highly compatible, in-place update to the Microsoft .NET Framework 4, Microsoft .NET Framework 4.5 and Microsoft .NET Framework 4.5.1. The offline package can be used in situations where the web installer cannot be used due to lack of internet connectivity You can download the web installer from here instead of… Read more

Blog at WordPress.com.