c#

  • static vs keyword

    Static Vs Readonly Keyword in C#

    .

    In C#, both the static and readonly keywords are used to define fields, but they serve different purposes and are used in distinct scenarios. Understanding when and how to use these keywords is essential for writing efficient and maintainable code….

  • Sealed Class in C#

    Sealed Class in C# – Easy Explanation

    .

    Sealed classes restrict users from inheriting them. We can use sealed keywords to make a class sealed. The keyword tells the C# compiler that the class is sealed and cannot be extended. A method can also be sealed., and hence…

  • .NET MVC Tutorial
    ,

    .NET MVC with SQL Server Database

    .

    In this article, we will learn .NET MVC with SQL Server database and entity framework. Previous Chapter: Routing in MVC The .NET MVC (Model-View-Controller) framework is a popular framework for building web applications. It promotes a clean separation of concerns…

  • .NET MVC Tutorial
    ,

    Temp Data, View Bag, and View Data in .NET MVC

    .

    In the previous article, we created the first MVC application in Visual Studio 2022. In this article, we will learn the mechanism available in ASP.NET MVC for managing and passing data between your controller and views – Temp Data, View…

  • .NET MVC Tutorial

    First .NET MVC Application using Visual Studio

    .

    MVC is a widely adopted software design pattern that separates an application’s data, user interface, and control logic into three interconnected components: the Model, the View, and the Controller. This architectural pattern promotes code organization, scalability, and maintainability. In our…

  • Cached Repository Pattern
    , ,

    Cached Repository Pattern in C#

    .

    In this article, we will learn about Caching a Repository Pattern in C# and .NET 8 and we call this Cached Repository Pattern. If you are new to design patterns then please read this – Design Pattern in C# Download…

  • C# Amazing New Features

    C# Amazing New Features

    .

    In this article, we are going to learn about C# amazing new features available in recent releases. For this article, we are picking a couple of the most exciting features of C# versions 10, 11 and 12. So, let’s start….

  • .NET 6, .NET 7 and .NET 8 Performance Comparison
    ,

    .NET 6, .NET 7 and .NET 8 Performance Comparison

    .

    As per Microsoft .NET 8 is more optimized than .NET 7 and .NET 6. Also, .NET 8 is the fastest version compared to .NET 6 and 7. In this article, we will compare .NET 6, 7 and 8 performance with…

  • Foreach loop in C#

    C# Foreach and Parallel Foreach Loop

    .

    C# programming offers numerous iteration statements to iterate through an array. Some of the iteration statements are for loop, foreach loop. In this article, we will learn the use of the foreach loop in C#. Understand the Iteration concept Iteration…

  • Delegate in C#

    Everything about Delegate in C# with Example

    .

    A Delegate is a very important topic in C# programming. In almost all C# interviews, we face these questions.So let’s understand this topic well so that we can tell anyone about the delegate at any time. What is a Delegate…


RSS
YouTube
YouTube
Instagram