This is not a very difficult nor performance laden project, so there is no best (most examples are probably python). Pick what you are most comfortable with. Razor pages is a little more modern than MVC, but may not be worth it if you know MVC.
Build an online survey using ASP.NET core MVC
john john Pter
300
Reputation points
Hi All,
I want to build an online survey application, where admins post questions and answers and share them with users, where users answer the questions. and the app allow to show statistics for the results and so on...
Now i am planning to build this application using these technologies:-
- ASP.NET Core MVC
- Entity Framework
- SQL server
so my question is if ASP.NET Core MVC the best framework for this application? or there is a more recent framework i can use?
Thanks