TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: ASP.NET core

6 点作者 Crowz4k将近 7 年前
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 条评论

xakpc将近 7 年前
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>
Avalaxy将近 7 年前
<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>
jacob9706将近 7 年前
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.