Needs advice
on
C#C#JavaScriptJavaScript
and
ReactReact

Hi Everyone,

I have some experience working with JavaScript and React and will now try to learn C# - could you please share some similarities and differences between JS and C# and what rookie mistakes I should watch out for when learning C#?

Also, any tips & good practices are greatly appreciated :)

Thank you

READ LESS
9 upvotes·194.5K views
Replies (4)
Software Engineer at Paralect·

If you want to learn C# to write some backend code you can also check out Node.js which is basically JavaScript running outside the browser. You can create any kind of web servers, APIs, scrapers, automation scripts, etc using all the same JavaScript.

A good entry to Node is Express.js. It is the most common web framework for Node. It's well documented and there are a lot of educational materials for it.

READ MORE
Building a REST API with Node and Express (stackabuse.com)
9 upvotes·195.4K views
Recommends
on
C#

C# is .net framework of a programming language specially different from the programming languages you're used to. If you learn C# you will be experienceed in coding with VIsual Basic .net and also creating web development using ASP and this ASP also include JavaScript function.... I urge you to learn it

READ MORE
3 upvotes·187.3K views
View all (4)
Avatar of Pavel Kalugin

Pavel Kalugin

Software Engineer at Paralect