I am new to .Net can you please provide me good source for learning i want to know all from bottom to top, for example rendering with razor , hosting etc , and yes some road-map :) for learning web development, and architecture of .net core >2
Stick to Microsoft learning resources, they provide much anything you need
<a href="https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1" rel="nofollow">https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcor...</a><p>They also provide tons of great educational video content
for example on WebAPI
<a href="https://www.youtube.com/watch?v=aIkpVzqLuhA" rel="nofollow">https://www.youtube.com/watch?v=aIkpVzqLuhA</a>
We dont even use Razor internally. Just learn the API controller side of ASP.net core 2.0 while using a modern frontend stack like Svelte/React as hot reloading is a thing that exists.