adams85 / aspnetskeleton2

A foundation for building robust web applications on ASP.NET Core.
MIT License
8 stars 4 forks source link

Can you please also add ASP MVC views #2

Closed fasteddys closed 2 years ago

fasteddys commented 2 years ago

Hello I am trying to use this skeleton for asp core view for a dashboard, can you also add ASP MVC views

adams85 commented 2 years ago

Hi!

As a matter of fact, the dashboard used to use MVC views earlier but I migrated it to Razor Pages because I found that architecture a better fit for this kind of an application. So I don't plan to re-add this, however, if you still want this, you can create a branch at the last commit before the migration and cherry-pick the changes made after that.