How do I become a back-end developer?

Kashmitha Madushan 20 Reputation points
2024-11-21T16:17:29.8633333+00:00

I want to become a back-end developer with ASP.NET. How do I do that? I have some knowledge of C#. What should I do after that? What should I study? What types are there with ASP.NET?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,964 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,664 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,532 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,091 questions
{count} votes

Accepted answer
  1. Jerry Fu - MSFT 901 Reputation points Microsoft Vendor
    2024-11-22T06:30:28.3766667+00:00

    Hi @Kashmitha Madushan,

    At the beginning you could follow video tutorial to make basic Asp.Net core MVC website with using EntityframeworkCore to operate the database. Such as this tutorial. Then you will have a basic full stack view of c# back-end developing.

    After that I recommend you follow this popular roadmap to improve and practice your skills to master every section about back-end developing.

    https://github.com/milanm/DotNet-Developer-Roadmap/blob/main/NET%20Roadmap.png


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 67,916 Reputation points
    2024-11-21T16:36:48.2166667+00:00

    I would guess that asp.net shops are more typically full stack. anyway as a backend you want to focus on:

    • database access and performance
    • micro services
    • data consistency patterns like the saga pattern
    • understand container hosting
    • understand non sql databases
    • understand REST api and gRPC
    • understand caching platforms like resdis
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.