Roadmap for becoming a cSharp Software Engineer in 2021:
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?"
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. It would be best if you grew some understanding of why one tool would be better suited for some cases than the other, and remember hip and popular does not always mean best suited for the job
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
-
Learn the prerequisites
- .NET EcoSystem Overview
- A tour of the C# language
- C# Fundamentals for Absolute Beginners - Good For Beginners with no prior exprience.
- C# Fundamentals
- Let's learn C#! - With Scott Hanselman
- Head First C# - A Learner's Guide to Real-World Programming with C# and .NET Core (O'Reilly Media 2020)
- C# W3School
- Object Oriented Programming
- .NET 5
- Entity Framework
- Dapper
- NHibernate
- ASP.NET Core
- SQL Fundamentals
-
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)
- Don't be afraid of using Google, Power Searching with Google
- Learn dotnet CLI
- Resources for Data Structures & Algorithms
-
ASP.NET Core Basics
-
SOLID
-
Dependency Injection
-
Databases
- Relational
- Cloud Databases
- Search Engines
- NoSQL
-
Caching
- Memory Cache
- Distributed Cache
- Entity Framework 2nd Level Cache
-
Logging
-
API Clients & Communications
- REST
- gRPC
- GraphQL
-
Real-Time Communication
- Object Mapping
-
Task Scheduling
-
Testing
- Unit Testing
- Frameworks
- Mocking
- Assertion
- Integration Testing
- Behavior Testing
- E2E Testing
- Unit Testing
-
Micro-Services
- Message-Broker
- Message-Bus
- API Gateway
- Containerization
- Orcherstration
- Reverse Proxy
- Other
-
Continuous Integration & Delivery
-
Design-Patterns
-
Client-Side Libraries
-
Clean Arcitecture
- A starting point for Clean Architecture with ASP.NET Core
- Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers
- This project contains a 10-tier microservices application
- A containerized polyglot microservices consisting of services based on .NET Core, NodeJS and more running on service mesh (istio)
- A starting point for Clean Architecture with ASP.NET Core
- Clean Architecture Solution Template for Angular 8 and .NET Core 3
- Microsft REST API Guidelines
-
Template Engines
-
Good to Know
-
Misc Resources.