✅ How do i learn C#, as a Junior Frontend Developer who have used JavaScript and React, TailwindCSS
Hello internet strangers,
I want to learn C#, Where is the best place for me to learn it, as a Junior Frontend Developer who have used JavaScript and React, TailwindCSS?
I have already built webapps with React, and NEXT.js etc. So i wouldnt say am a noob noob, but wont give myself the title of a Pro
14 Replies
for a very basic intro $helloworld
then if you want to keep with the web theme you could look at ASP.NET Core
I want also seen something called Blazor which seems sooo cool
but shouldnt i first learn C# firstly?
it's all C#
So C# > ASP.NET Core > Blazor?
blazor is part of ASP.NET Core, which is the name for the standard libraries for web development
So i shouldnt buy a course on Udemy, am better of using the free stuff?
i personally don't find value in paid courses, up to you though
there is more than enough free content available
Just to add to what others have said here, as a c# developer who recently learnt react, I would recommened you to stick to your guns and master react + asp.net core. Here is a nice roadmap you can follow: https://roadmap.sh/aspnet-core
roadmap.sh
Learn to become a modern ASP.NET core developer
Community driven, articles, resources, guides, interview questions, quizzes for asp.net core development. Learn to become a modern ASP.NET core developer by following the steps, skills, resources and guides listed in this roadmap.
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
agreed, it makes more sense to do database later now because of entity framework which pretty much writes the sql code for you. If I was to relearn dotnet, I would also follow C# Basic => AspNetCore, and eventually Database
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
yes, thats indeed a good approach, I recall that is also a common interview exercise where the recruiter asks the candidate to do CRUD without using a DB in .net