C# roadmap please
Do you can recommended information to be backend in c#? I wanna understand the concepts.
15 Replies
How much C# and/or other programming experience do you have?
I'm beginner.
I have 5 months learn but I want understand the logic
the logic of what?
Also, there is right now a discussion about roadmaps in #chat, might be worth reading. Starts here: https://discord.com/channels/143867839282020352/143867839282020352/1273251203119190067
ris
Is it a good approach if i follow some roadmap while learning and later continue with the projects or should i directly jump into projects ?
Quoted by
<@105026391237480448> from #chat (click here)
React with ❌ to remove this embed.
roadmap sh is good?
i want backend in c#
Well.. no.
It lists way too much things and would take several years to even just briefly go through
I understand, i saw
what is your recommendation bro ?
I want backend developer and work with api.
I don't think roadmaps are good, so I'd say go do $helloworld to learn C# basics, then move onto ASP.NET
its very easy to get started with webapis using .NET, but you must understand stuff like the type system, methods, etc
once you do, just
dotnet new webapi
and go to townok, the basic topics
I understand method but i have to understand better.
yeah, the fundamentals are... fundamental. Everything builds on them
Okay... Have you read the C# documentation on methods? Experimented with them in a playground project? Written a few small but functional programs using methods?
Yes, bro
I do
Then I have no further suggestions. If that wasnt enough to learn what methods are, I don't know what would be.
In the part connected is very hard for me