Giter Club home page Giter Club logo

aspnetcore-developer-roadmap's Introduction

ASP.NET Core Developer Roadmap

PRs Welcome Backers on Open Collective Sponsors on Open Collective

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

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. General Development Skills

  2. C#

  3. SQL Fundamentals

  4. ASP.NET Core Basics

  5. SOLID

  6. ORM

  7. Dependency Injection

    1. DI Containers
    2. Scrutor
  8. Databases

    1. Relational
    2. Search Engines
    3. NoSQL
  9. Caching

  10. Log Frameworks

  11. API Clients & Communications

    1. REST
    2. gRPC
    3. GraphQL
  12. Real-Time Communication

  13. Object Mapping

  14. Background Task Scheduler

  15. Testing

    1. Unit Testing
    2. Integration Testing
    3. Snapshot Testing
    4. Behavior Testing
    5. E2E Testing
    6. Performance Testing
    7. Architecture Testing
  16. Microservices

    1. Message-Brokers
    2. Message-Bus
    3. API Gateway
    4. Containerization
    5. Orchestration
    6. Other
  17. Continuous Integration & Continuous Delivery

  18. Design Patterns

  19. Monitoring/Logging/Tracing/Alerting

  20. Client-Side .NET

  21. Good to Know

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

License: CC BY-NC-SA 4.0

aspnetcore-developer-roadmap's People

Contributors

arunpratap26 avatar babaktaremi avatar bakhtiyark avatar buzurgmexrubon avatar cosminpopescu14 avatar doggy8088 avatar enescaakir avatar furkankapukayaa avatar gongxic avatar halvita avatar hamedhajiloo avatar ihordyrman avatar imba-tjd avatar imgbotapp avatar jasonhua95 avatar jessicabarclay avatar k2491p avatar kkbruce avatar lucky125111 avatar mjebrahimi avatar moientajik avatar mojtabatajik avatar monkeywithacupcake avatar mykola-tereshchenko avatar poychang avatar warbin-hub avatar yuanrui avatar yunusunver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aspnetcore-developer-roadmap's Issues

SQLite

What do you think about adding SQLite to to relational databases section? I've never used it personally, but I know it is widely used and it is something that has been on my personal "learn it" list. SQLite Homepage

add Japanese ver

Hi @MoienTajik,

I translated into Japanese.
I'll make PR later.

Notice:
There is only a trial version of xMind, so there will be a watermark after the image is exported, but I think that will not affect our content.

Wrong Icon?

Why does Client Side Libraries has a red flag (Must Know) whereas its subitem Blazor has a blue flag (Interesting to know)

Mixed indentation

图片

Some of them are 3-spaces indented, but some others are 4-spaces indented.

Add subsections to the Design Patterns section

Please add subsections to the Design Patterns section like:
(These are 21 classic GOF patterns)

PATTERNS

  • Creational
    Abstract Factory
    Builder
    Factory Method
    Object Pool
    Prototype
    Singleton
  • Structural
    Adapter
    Bridge
    Composite
    Decorator
    Facade
    Flyweight
    Private Class Data
    Proxy
  • Behavioural
    Chain of responsibility
    Command
    Interpreter
    Iterator
    Mediator
    Memento
    Null Object
    Observer
    State
    Strategy
    Template method
    Visitor

Tool used for chart?

Hi,

I found the chart very informative and wanted to know what tool was used to generate it?

Regards

How to open the .xml?

Hi. I'd like to update the zh-cn translation, but I don't know how to open the aspnetcore-developer-roadmap.zh-Hans.xml?

日志框架部分 Exceptionless

日志框架部分有个开源的项目Exceptionless,希望能加入到节点上,这样,可以用这个路线图作为知识储备的备忘

The roadmap includes courses behind a paywall

While this roadmap might be great I don't think it should include courses behind a paywall/subscription service.

For example the first course uses pluralsight, which is not a free resource. An alternative should be found.

a advice

Maybe you can insert Job Scheduler to this roadmap.

Image Missing in ReadMe

The source image of the following image tag is missing in the ReadMe:

<img src="https://opencollective.com/AspNetCore-Developer-Roadmap/contributors.svg?width=890&button=false" />

Add subsections to the Design Patterns section (A copy of a closed problem, because it is relevant)

Judging by the number of likes the problem closed today, I still decided to create another one with the same quest, please do not ignore it, learning GOF patterns is an important step in backend developer learning

Please add subsections to the Design Patterns section like:
(These are 21 classic GOF patterns)

PATTERNS

  • Creational
    Abstract Factory
    Builder
    Factory Method
    Object Pool
    Prototype
    Singleton
  • Structural
    Adapter
    Bridge
    Composite
    Decorator
    Facade
    Flyweight
    Private Class Data
    Proxy
  • Behavioural
    Chain of responsibility
    Command
    Interpreter
    Iterator
    Mediator
    Memento
    Null Object
    Observer
    State
    Strategy
    Template method
    Visitor

Auth and Identity

Learning something about Auth, Identity, and Security probably deserves more of a mention than a bullet under ASP.NET Core. There's ASP.NET Identity, token vs. cookie auth, identity server, OIDC, SAML, other protocols, JWT tokens. I'd probably also include security and OWASP top 10 in the list somewhere as well.

Add Dapper to the list

Dapper is a micro ORM which is alternative to Entity Framework core with better performance than EF

Consider adding Authentication & Authorization

Authentication & authorization is a really huge part of AspNet Core, not mentioning that it is really important. I think it would be worth to add them. I would also suggest inclusion of OAuth and IDOpenConnect with IdentityServer4 implementation.

Add Monitoring section

It would be nice to add section:
Monitoring

  • Graphana (Prometheus)
  • Zabbix (PostgreSQL)

(Maybe more in this section?)

Add Stress testing section

It would be nice to add Stress testing section (Or subsection of Tests section may be?):
Stress testing

  • Apache JMeter
  • Gatling
  • Locust
  • K6

(Maybe more in this section?)

gRPC

Since gRPC was added to .NET Core 3.0, maybe it's time to add this framework to the roadmap?

ASP.NET Core Basics Branch

#69 I added fresh articles that came across to me during the study. I think they will be usefil to many. What do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.