Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

JustJordanT/cSharpSoftwareEngineerRoadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

cSharp-Software-Engineer-Roadmap 🗺️

roads

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?" image

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. 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

Give a Star! ⭐

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

Resources 📚

  1. Learn the prerequisites

  2. General Development Skills

  3. ASP.NET Core Basics

  4. SOLID

  5. Dependency Injection

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

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

    1. Memory Cache
    2. Distributed Cache
      1. Redis
        1. StackExchange.Redis
        2. EasyCaching
      2. Memcached
    3. Entity Framework 2nd Level Cache
      1. EFCoreSecondLevelCacheInterceptor
      2. EntityFrameworkCore.Cacheable
  8. Logging

    1. Log Frameworks
    2. Log Management System
  9. API Clients & Communications

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

  1. Object Mapping
  1. Task Scheduling

  2. Testing

    1. Unit Testing
      1. Frameworks
      2. Mocking
      3. Assertion
    2. Integration Testing
    3. Behavior Testing
    4. E2E Testing
  3. Micro-Services

    1. Message-Broker
    2. Message-Bus
    3. API Gateway
    4. Containerization
    5. Orcherstration
    6. Reverse Proxy
    7. Other
  4. Continuous Integration & Delivery

  5. Design-Patterns

  6. Client-Side Libraries

  7. Clean Arcitecture

  8. Template Engines

  1. Good to Know

  2. Misc Resources.