Ask HN: ASP.NET core
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
https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcor... They also provide tons of great educational video content
for example on WebAPI
https://www.youtube.com/watch?v=aIkpVzqLuhA 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.