Videos

  • 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. Let’s dive into the differences and specific use cases for each. Please read this blog:…

  • 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 this method can not be overridden. In this article, we will learn about the sealed…

  • How to Add Serial Numbers to a List of Records in MVC

    .

    Adding serial numbers to a list of records in an MVC application is a common requirement. It helps users to easily reference and identify records. In this article, we will walk you through how to achieve this in an ASP.NET MVC application. Before we proceed further If you want to go through with the MVC…

  • .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 by dividing the application into three main components: When working with an SQL Server database…

  • .NET Core Minimal API with Example

    .

    In this article, we will learn about the minimal API concept in .NET Core. What is a Minimal API? A Minimal API is a simplified approach to building APIs in .NET, introduced in .NET 6. It streamlines the process of creating HTTP services by reducing boilerplate code and configuration, making it easier to set up…

Subscribe to my news letter

    RSS
    YouTube
    YouTube
    Instagram