Category: ASP.NET Core

ASP.NET Core MVC

MVC Areas with ASP.NET Core

Areas in MVC allow you to separate your web application into segments, each with their own set of Controllers and Views, for better organization and intuitive access via routing. I decided to play with this MVC Areas feature in ASP.NET Core and thought I’d share my experience in case it might help others using this […]

CONTINUE READING