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

Introduction to Blazor

Microsoft introduced .NET Core to create apps for any Operating system, be it Windows, Linux, iOS, Android or macOS. One thing all of ASP.NETs web solutions have in common is that they are server based.

event_note
close

Microsoft introduced .NET Core to create apps for any Operating system, be it Windows, Linux, iOS, Android or macOS. One thing all of ASP.NETs web solutions have in common is that they are server based.

folder_open .NET Core, Blazor
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