Vertical Slice Architecture using .NET5, CQRS, MediatR, EF Core, C#

GitHub Repo https://github.com/srinadimpalli/Vertical-Slice-Architecture-using-.NET-5-CQRS-MediatR-EF-Core–CSharp/tree/master Hi there, in this blog post we are going to understand what is Vertical Slice Architecture and how it is different from traditional layered architecture and finally implementing an ASP.NET Core API

event_note
close

GitHub Repo https://github.com/srinadimpalli/Vertical-Slice-Architecture-using-.NET-5-CQRS-MediatR-EF-Core–CSharp/tree/master Hi there, in this blog post we are going to understand what is Vertical Slice Architecture and how it is different from traditional layered architecture and finally implementing an ASP.NET Core API

Read more

Setup and Configure ASP.NET Core Web API application

In this article, i am going to cover on how to setup ASP.NET Core application (MVC, Web API, Blazor) using .NET Core. ASP.NET Core is Microsoft’s web development platform for processing HTTP Requests, and a

event_note
close

In this article, i am going to cover on how to setup ASP.NET Core application (MVC, Web API, Blazor) using .NET Core. ASP.NET Core is Microsoft’s web development platform for processing HTTP Requests, and a

folder_open .NET Core, ASP.NET Core
Read more

Single project that contain React plus ASP.NET Core MVC Application

In this blog post, I will show how to create a project that contains ASP.NET Core MVC and React application, which means both parts of the projects can be developed using Visual Studio Code or

event_note
close

In this blog post, I will show how to create a project that contains ASP.NET Core MVC and React application, which means both parts of the projects can be developed using Visual Studio Code or

folder_open .NET Core, ASP.NET Core, C#, ReactJS
Read more

Overview of ASP.NET Core and Setting up the Application Configuration

Setting Up the Development Environment: Getting ASP.NET Core is easy, there are two ways to setup the development environment. 1) Install Visual Studio 2017, which will install .NET Core SDK along with VS 2017,  get

event_note
close

Setting Up the Development Environment: Getting ASP.NET Core is easy, there are two ways to setup the development environment. 1) Install Visual Studio 2017, which will install .NET Core SDK along with VS 2017,  get

folder_open ASP.NET Core
Read more