Advice on best ASP.net Framework to use for Web Application

JOHAN UYS 1 Reputation point
2022-11-18T12:05:55.593+00:00

Good day

I would like advice on which ASP.net framework would be most appropriate to use for a web application that needs to be able to deliver the following basic functional requirements:

1) Full Cloud Deployment.

2) Have a portal login with identity authorization - Super Admin, Admin, User.

3) Perform basic CRUD operations with SQL Azure data store display / update / delete a Legal Register on the front end (display Laws for environmental compliance.

4) Allow user to track compliance actions (eg. leave a comment next to applicable law in legal register with steps taken to comply.

5) Able to integrate with Power BI.

Any adivice on the best ASP.net Framework and or system design / system architecture as a starting point and advice on resources to follow would be immensely appreceated!

Johan

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

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,931 Reputation points
    2022-11-18T16:26:15.763+00:00

    Asp.net 6 with razor pages is probably the best choice.

    Power bi requires azure ad authentication, so not sure why the web app would not use the same. Just look at custom claims.

    Integrate power bi

    https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-organization-app

    0 comments No comments