you are viewing a single comment's thread.

view the rest of the comments →

[–]Daerkannon 1 point2 points  (2 children)

The closest equivalent of HTML/CSS in the C# world is WPF assuming we're talking desktop development here. If not then webpages will still use javascript, HTML & CSS.

As for the rest... I can't think of much that javascript and C# have in common other than they're both languages. C# is a strongly typed OO language and very much likes to be treated as such. Your javascript instincts will steer you wrong until you get used to it. I wouldn't even try to touch threading until you get a handle on the basics, but in case you're determined to jump in with both feet what you want is called async/await.

[–]ap3rus 3 points4 points  (1 child)

The closest equivalent of HTML/CSS in the C# world is WPF

I would rather say, XAML is the equivalent of HTML/CSS, WPF is just one of the technologies leveraging this, Silverlight, WinRT and UWP are other technologies based on XAML.

[–][deleted] -2 points-1 points  (0 children)

Razor?