ASP.NET Core Developer Roadmap

- Read-me in Traditional Chinese
- Read-me in Simplified Chinese
- Read-me in Turkish
- Read-me in Japanese
- Read-me in Russian
Roadmap to becoming an ASP.NET Core developer in 2026:
Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become an ASP.NET Core developer. I made this chart as a tip for everyone who asks me, "What should I learn next as an ASP.NET Core developer?"
Disclaimer
The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job.
Give a Star! :star:
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
Roadmap

Resources
-
General Development Skills
- Learn Git, create a few repositories on GitHub, share your code with other people
- Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS, etc.)
- What is TLS?
- What is SSL?
- Don't be afraid of using Google, Power Searching with Google
- Read a few books about algorithms and data structures
- AI / LLMs
- LLMs
- OpenAI (ChatGPT)
- Claude
- Gemini
- IDE / Tools
- Cursor
- Claude Code
- Lovable
- Libraries
- Semantic Kernel
- OpenAI .NET
-
C#
- C#
- .NET 10
- .NET CLI
- StyleCop rules
-
SQL Fundamentals
- Tutorials 📚
- Pluralsight Learning Path: Querying Data with T-SQL from SQL Server
-
ASP.NET Core Basics
- MVC
- Minimal APIs
- REST
- Application Settings & Configurations
- Middlewares
- Filters & Attributes
- Background Tasks
- Authentication
- Authorization
- IdentityServer
- Duende IdentityServer
- OpenIddict
- Auth0
- OIDC
- Caching
- Razor Pages
- Razor Components
- Tutorials 📚
- From Zero to Hero: REST APIs in .NET
- From Zero to Hero: Minimal APIs in .NET with C#
-
SOLID
- Single Responsibility Principle (SRP)
- Open-Closed Principle (OCP)
- Liskov Substitution Principle (LSP)
- Interface Segregation Principle (ISP)
- Dependency Inversion Principle (DIP)
-
ORM
- Entity Framework Core
- Tutorials 📚
- From Zero to Hero: Entity Framework Core in .NET
- Dapper
-
Dependency Injection
- DI Containers
- Microsoft.Extensions.DependencyInjection
- AutoFac
- Scrutor
- Tutorials 📚
- From Zero to Hero: Dependency Injection in .NET
-
Databases
- Relational
- SQL Server
- PostgreSQL
- MariaDB
- MySQL
- Search Engines
- ElasticSearch
- Meilisearch
- ManticoreSearch
- OpenSearch
- NoSQL
- On-Premises
- Redis
- MongoDB
- Apache Cassandra
- LiteDB
- RavenDB
- CouchDB
- Cloud
-
Caching
- Memory Cache
- Distributed Cache
- Redis
- StackExchange.Redis
- EasyCaching
- Memcached
- Application-Level
- Response Caching
- Built in
- Marvin.Cache.Headers
- Output Caching
- Entity Framework 2nd Level Cache
-
Log Frameworks
- Serilog
- NLog
- Tutorials 📚
- From Zero to Hero: Logging in .NET
-
API Clients & Communications
- REST
- Gridify
- OData
- REPR Pattern
- Minimal APIs
- Ardalis.Endpoints
- Fast Endpoints
- gRPC
- GraphQL
- HotChocolate
- GraphQL-dotnet
- Tutorials 📚
- From Zero to Hero: REST APIs in .NET
- From Zero to Hero: Minimal APIs in .NET with C#
- From Zero to Hero: gRPC in .NET
-
Real-Time Communication
-
Object Mapping
- Manual mapping!
- Mapperly
- AutoMapper
-
Background Task Scheduler
- Native BackgroundService
- HangFire
- Quartz
- Coravel
-
Testing
- Unit Testing
- Frameworks
- Mocking
- Moq
- NSubstitute
- FakeItEasy
- Assertion
- Fake Data Generators
- Integration Testing
- WebApplicationFactory
- .NET Aspire
- Test Containers
- Respwan
- Snapshot Testing
- Behavior Testing
- E2E Testing
- Performance Testing
- K6
- JMeter
- Crank
- Bombardier
- Architecture Testing
- Tutorials 📚
- From Zero to Hero: Unit testing in C#
- From Zero to Hero: Integration testing in ASP.NET Core
- From Zero to Hero: Test-Driven Development in C#
-
Microservices
- Message-Brokers
- RabbitMQ
- Apache Kafka
- Azure Service Bus
- Amazon SQS
- NetMQ
- Message-Bus
- MassTransit
- NServiceBus
- EasyNetQ
- API Gateway
- Containerization
- Orchestration
- Other
- .NET Aspire
- Orleans
- Proto.Actor
- Dapr
- Akka.NET
- Tutorials 📚
- Getting Started: Microservices Architecture
- Getting Started: Solution Architecture
- From Zero to Hero: Docker for Developers
-
Continuous Integration & Continuous Delivery
- GitHub Actions
- Azure Pipelines
- GitLab CI/CD
- TeamCity CI/CD
-
Design Patterns
- Categories
- Creational
- Structural
- Behavioral
- Tutorials 📚
- Pluralsight Learning Path: Design Patterns in C#
-
Monitoring/Logging/Tracing/Alerting
- Monitoring
- Logging
- On-Premises
- Cloud
- Tutorials 📚
- From Zero to Hero: Logging in .NET
- Tracing
- Alerting
-
Client-Side .NET
- Template Engines
- Frameworks
-
Good to Know
- Scalar
- MediatR
- Fluent Validation
- Polly
- Benchmark.NET
- Distributed Lock
- EF Core Bulk Extensions
- Nuke Build
- Marten
Microsoft courses
Microsoft has some very interesting online courses on its technologies. They're all free.
Wrap Up
If you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.
Idea from : React Developer RoadMap
Contribution
Want to contribute? We encourage community feedback and contributions. Please follow our contributing guidelines.
Credits
Backers
Thank you to all our backers! 🙏 [Become a backer]

Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License
