Hacker News new | ask | show | jobs
by majora2007 1326 days ago
This is actually a big thing for me, even though you can auto generate with IDEs, Java feels very verbose, even when using the Stream operators.

I just learned C# 2 years back and it opened my eyes to basically Java with less boilerplate. Now with ASP.NET, it's the same thing. It's Spring Boot with less boilerplate and more streamlined.

I push new projects to use .NET as much as possible.