| by Achyut Kendre | No comments

How to use Areas in ASP.NET Core?

Example Link : https://drive.google.com/file/d/1671rE4a499AQRI1tcoAIJLZQ1OWuKZHp/view?usp=sharing Areas provide a way to partition an ASP.NET Core Web app into smaller functional groups, each with its own set of Razor Pages, controllers, views, and models. An area is effectively a structure inside an app. For a large app, it may be advantageous to partition the app into separate high […]

Read More