ASP.NET Core — resources
roadmap.sh: https://roadmap.sh/aspnet-core
Books
- Pro ASP.NET Core (Adam Freeman) — the comprehensive, regularly-updated reference for the framework.
- ASP.NET Core in Action (Andrew Lock) — clear, in-depth coverage from fundamentals to advanced topics.
- C# in Depth (Jon Skeet) — essential for mastering the language underneath ASP.NET Core.
- Entity Framework Core in Action (Jon P. Smith) — the go-to book for EF Core data access.
Courses / practice
- ASP.NET Core Documentation — the official Microsoft Learn docs.
- Microsoft Learn — .NET — free, hands-on guided learning paths.
- .NET Microservices eShopOnContainers — reference architecture and sample app.
- Andrew Lock’s .NET Blog — deep, reliable articles on ASP.NET Core internals.