TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: ASP.NET core

6 pointsby Crowz4kalmost 7 years ago
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

3 comments

xakpcalmost 7 years ago
Stick to Microsoft learning resources, they provide much anything you need <a href="https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;aspnet&#x2F;core&#x2F;?view=aspnetcore-2.1" rel="nofollow">https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;aspnet&#x2F;core&#x2F;?view=aspnetcor...</a><p>They also provide tons of great educational video content for example on WebAPI <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=aIkpVzqLuhA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=aIkpVzqLuhA</a>
Avalaxyalmost 7 years ago
<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Pro-ASP-NET-Core-MVC-2&#x2F;dp&#x2F;148423149X&#x2F;ref=mt_paperback?_encoding=UTF8&amp;me=&amp;qid=" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Pro-ASP-NET-Core-MVC-2&#x2F;dp&#x2F;148423149X&#x2F;...</a>
jacob9706almost 7 years ago
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&#x2F;React as hot reloading is a thing that exists.