Creating Admin Area and Implement Area Routing | - ASP.NET CORE 3 | Angular 10 | Bootstrap 4

preview_player
Показать описание
In this video tutorial, we will learn how to create and Use Areas in ASP.NET CORE 3.0 project. I will show you how to create the ADMIN area and Implement Area Routing.

----Video Number : 12
----BLOG

We will also be installing the Razor.RuntimeCompilation package to the project to make sure that we can see changes in Views when we refresh the browser.

----What would you be Learning :
* Creating Areas Section in the Asp.Net Core Application
* Creating Controllers and Views for the Admin Area
* Installing Razor Runtime Compilation Package
* Implementing Admin Area Routing

--NUGET PACKAGE
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation

======FOR SOURCE CODE USE ANY OF THE FOLLOWING REPO LINKS=====
***SOURCE CODE DEV OPS REPO***
***SOURCE CODE GITHUB LINK***

---TAGS
Рекомендации по теме
Комментарии
Автор

The tutorial is very helpful, but are you sure you are using angular for the frontend? I checked the repo and there are no new angular components

bbloodyy
Автор

Thanks for this video tutorial series this is really helpful to me. can you make blazor tutorial same as this angular project If it possible? Thanks again.

mandardesai
Автор

when scaffolding area, model not retrieving fields value whereas same model outside area is working perfectly. even [HttpPost] not working in area controller and had to use method= "post" in the form tag additionally! please do try and respond whats wrong with area with model or [httppost] in asp.net core mvc area

biratshrestha