Welcome to AppMusic example
This example is part of the ASP.NET Web Development course, and shows how to combine ASP.NET Razorpages and MVC. Pages are rendered in ASP.NET backend using C# and Razor syntax. Frontend is using css, javascript, Bootstrap and JQuery. Backend architecture is MVC and MVVM.
We use loosely coupled software layers so we use communicate with a SQL Database either through EntityFramework Core integrated in the application or via a WebApi. All without any code changes in the Application except in the Dependency Injection where we simply inject different services.
External public webapi datasource
Enjoy!