Hi There,
After 12 years break , I am trying to develop a web application using ASP .NET C#. Downloaded Visual Studio 2019 community version and started brusing up my skills. However, I am very much confused with the terms MVC, Razor and Blazor.
I read many articles in this regard and understood that Blazor is the framwork to implement client & server applications using C#.
However, still I am confused about when & where to use these. Also, for a medium sized web application which one is the best approcah.
Also, please note that I am trying to develop a sample web application to manage course information which needs to store, retrevie and iterate through hundreds of infomration related to each course.
Can anyone help me in this please?
Best Regards,
Kans.
Sachin SinghPosted Oct 13, 2021, 1:42 PM
.NET = Developer platform (Theoritical term)
.NET Fremework
.NET Core
for indepth visit my article
https://www.sharpencode.com/article/ASPNETCore/introduction-to-net-core
Priyanka K SPosted Oct 13, 2021, 10:38 AM
Hi,
My suggestion is to go with ASP.Net MVC. It's simple and you can build dynamic web applications using ASP.NET MVC framework that enables a clean separation of concerns, fast development, and TDD friendly.