Build an online survey using ASP.NET core MVC

john john Pter 300 Reputation points
2024-08-11T20:37:20.29+00:00

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:-

  1. ASP.NET Core MVC
  2. Entity Framework
  3. 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

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 63,916 Reputation points
    2024-08-11T21:36:00.37+00:00

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.