Hi All,
I am currently trying ASP.NET MVC Core 2. Today I come up with a new concept of Razor Pages "roughly" similar to old aspx and code behind file in asp.net web forms. Now the question iswhich approach to use MVC or Razor pages from now?
Thanks.