Fayyaz Ahmed
Fayyaz Ahmed

Reputation: 3

Areas in ASP.NET Core 6 MVC application

I am going to build an ASP.NET Core 6 MVC application with SQL Server 2019. The possible users of my application are employees and students.

The employees may be teachers, accountants, managers. The employees may be in different offices. Now I am confused to map separate roles of users and application modules.

My application deals with examinations, payroll, attendance, and some academic tasks. An ASP.NET Core MVC application gives the option of areas.

Should I use areas for distinct roles or a new project for each role? I am confused how to work around modules, projects, and areas. Can anybody help me resolve my confusion?

Upvotes: 0

Views: 328

Answers (0)

Related Questions