Hacker News new | ask | show | jobs
by mattfrommars 111 days ago
Tbh, the only thing that sucks about .NET is their package manager or the entire build process. It just feels more fun to write C# then Java but when it comes down to building the application and general work, its absolute pain. Nuget and all. Gradle just works better in comparison.
1 comments

Care to elaborate what problems you have with .NET package manager (Nuget) and build process? I think having a single way of doing things a is in itself a big bonus compared to the situation in Java (Maven vs Gradle).