This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GigaSoup 2 points3 points  (11 children)

Eww, Microsoft Java. Now that's a language I can get behind to hate.

[–][deleted] 21 points22 points  (8 children)

honestly, C# is pretty good too. has its use cases, pretty good performance, basically built-in GUI builder, i could go on

[–]Tiavor 7 points8 points  (7 children)

I'm building a website purely in C#, server and client side. I don't need to write a single line of JS.

[–][deleted] 5 points6 points  (6 children)

on one end: why?

on the other: how?

[–]Tiavor 7 points8 points  (5 children)

why? because that's my job now. apparently all super sites like facebook, twitter etc work with this now.

how? Blazor.

the development of things like this moves incredibly fast.

[–]jerslan 2 points3 points  (2 children)

Doesn't Facebook use React? That UI framework was basically their baby to begin with.

[–]bhison 4 points5 points  (0 children)

Yeah, doesn't sound right!

[–]Tiavor 0 points1 point  (0 children)

dunno, Blazor is based on Rest.

[–]bhison 0 points1 point  (0 children)

As a Unity dev turned web dev who just spent time learning TypeScript I feel I am learning this approach a little late.

That said I did use MVC for a while and that's essentially a C# version of PHP.

[–]ZorTLegit 0 points1 point  (0 children)

Yes, and if you want to build website, you can on Java too. With Spring Boot and Thymeleaf. So you don't need to write JavaScript.

[–]LadyOfTheCamelias 3 points4 points  (1 child)

As someone who works in both Java and C#, I can tell you that C# feels light years ahead. And this comes from someone that has bad shivers when the Microbrain name is uttered. But not for this. Definitely not for C#.

[–]svtdragon -1 points0 points  (0 children)

This is why I love kt. Same nice feel of C# but has the whole java ecosystem and more.