C
C#6mo ago
Sk

✅ Any tips for learning ASP.NET MVC Core?

I have done a few minor "projects" but am just looking to see if anyone has any tips on how to get better. Thanks in advance
4 Replies
Angius
Angius6mo ago
The general advice is to keep making stuff
Sk
Sk6mo ago
okay ty
MiKom
MiKom6mo ago
As a starter, I used a book from this series: https://www.manning.com/books/pro-aspdotnet-core-7-tenth-edition
Manning Publications
Pro ASP.NET Core 7, Tenth Edition
Now in its tenth edition, this industry-leading guide to ASP.NET Core teaches everything you need to know to create easy, extensible, and cloud-native web applications. Inside Pro ASP.NET Core 7 you will learn how to: Configure the ASP.NET Core request pipeline to handle requests Create RESTful web services with MVC controllers Create HTML res...
MiKom
MiKom6mo ago
In the first part it has a quick intro and you build a relatively simple project and the second part is deep-dive into various aspects of asp.net