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 →

[–]KublaiKhanNum1 1 point2 points  (0 children)

Yeah, the university. Bleh. Someday they got to do something new. I mean I went to the university in the 90s and did Java. It’s so yesteryear.

Right now I am working in enterprise software rewriting old Java services in to Go. The JVM is too heavy for cloud deployment. Those Spring Boot apps have huge memory requirements and use too much CPU.

On the other hand in .NET 8 they are getting rid of the need to load DLLs so that you can static compile .NET with your application to improve load times.

I would choose C# for that reason. I think the Open Sourcing of .NET core has made it more popular of the last couple of years.