dot-net-core

  • How to Migrate from ASP.NET Core 2.2 project to .NET Core 3.1?

    .

    In this article, I will write down the process which I used to Migrate from ASP.NET Core 2.2 project to .NET Core 3.1. Read my previous articles which are related to the migration process – .NET Core 3.1 API returns…

  • .NET Core 3.1 API returns empty JSON objects – Solved

    .

    I faced one strange issue during the migration process of .NET Core 2.2 to .NET Core 3.1. All the steps as per Microsoft was done and the API runs successfully in .NET Core 3.1. I feel very excited, but when…

  • How to Check C# Version in Visual Studio?

    .

    In this article, we will learn how to check the C# version in Visual Studio 2022. However, this solution will work with all versions of Visual Studio. Recently, I came across a real-time project in which I had to migrate…

  • , ,

    Game-Changing Features of .NET 6

    .

    .NET 6 was released on November 8 2021. In this article, we will learn new features of .NET 6. Dot NET 6 conveys the latest pieces of the .NET unification plan that began with .NET 5. Dot NET 6 combines…

  • , ,

    Evolution of ASP.NET Framework to .NET Core

    .

    In this article, we will look into the Evolution of the .NET framework to .NET Core year by year. Dot Net or ASP.NET is a framework given by Microsoft for building desktop, mobile and web-based applications. It gives runtime, libraries,…

  • What is the difference between Blazor Server and Blazor WebAssembly?

    .

    Blazor is Microsoft’s latest web framework technology. In coming days it might be a popular choice for building web applications along with Dot Net framework such as .NET 5 or .NET 6. If you will open Visual Studio 2019, you…

  • JWT Token Authentication Example with .NET 5

    .

    In this article, we will learn about JWT Token Authentication and how to create JWT Token-based Web API in .NET 5 or .NET Core. What is JWT Token Authentication? As per JWT.io – “JSON Web Tokens are an open, industry-standard…

  • Middleware Concept in .NET Core

    .

    In this article, we will learn about Middleware in .NET Core. Middleware in .NET Core is similar to HttpHandlers and HttpModules which were part of classic ASP.NET. When a user hits the request from a client such as a browser…

  • .NET Core Microservice Architecture implementation with Ocelot

    .

    In this article, we will see about .NET Core Microservice Architecture and we will also see the implementation of Microservice Architecture with Ocelot API Gateway. What is Microservice Architecture? Microservice is a technique to build small services and each running…

  • Service lifetime – .NET Core

    .

    There are 3 service lifetime available in .NET Core with Dependency Injection. They are Transient, Scoped and Singleton. As you know that Dependency Injection is at the core of .Net Core. To register dependency injection in .Net Core application we…


RSS
YouTube
YouTube
Instagram