/AspNetCore-Developer-Roadmap

Roadmap to becoming an ASP.NET Core developer in 2019

ASP.NET Core Developer Roadmap

PRs Welcome Backers on Open Collective Sponsors on Open Collective

Roadmap to becoming an ASP.NET Core developer in 2019:

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! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Roadmap

Roadmap

Resources

  1. Prerequisites

  2. 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
    • Read a few books about algorithms and data structures
  3. Dependency Injection

    1. DI Containers
    2. Life Cycles
    3. Scrutor
  4. Databases

    1. Relational
      1. SQL Server
      2. PostgreSQL
      3. MariaDB
      4. MySQL
    2. Cloud Databases
    3. Search Engines
    4. NoSQL
  5. Caching

    1. Entity Framework 2nd Level Cache
      1. EFSecondLevelCache.Core
      2. EntityFrameworkCore.Cacheable
    2. Distributed Cache
      1. Redis
      2. Memcached
    3. Memory Cache
  6. Logging

    1. Log Frameworks
    2. Log Management System
  7. Template Engines

    1. Razor
    2. DotLiquid
    3. Scriban
    4. Fluid
  8. Real-Time Communication

    1. SignalR
  9. Object Mapping

  10. API Clients

  11. REST

  12. GraphQL

  13. Good to Know

  1. Testing

  2. Unit Testing

    1. Frameworks
    2. Mocking
    3. Assertion
  3. Behavior Testing

  4. Integration Testing

  5. E2E Testing

  6. Task Scheduling

  1. MicroServices

  2. Message-Broker

  3. Message-Bus

  4. SOLID

  1. Design-Patterns

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

Contributors

This project exists thanks to all the people who contribute. [Contribute].

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

License: CC BY-NC-SA 4.0