Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
irene33945y@sirjofri .Net Core is the biggest waste of space. Visual Studio is why ASP.Net was so popular. Now we are using fancy text editor type IDEs or shell editors and we are figuring out how to do the work that the IDE used to do on top of the programming work.
Compare node and Dotnet core for a simple rest api. We love to hate javascript but it is very easy to set up Node.js + Express. Express won't strong-arm you into putting in excess middleware. Build times are tiny. Everything is explicitly typed so if you read the code you will figure out what is happening. You can use nodemon to watch for changes as you build instead of compiling. You know how it is going to go into a docker container. You can scale the app horizontally easily without fear that the framework used singleton pattern in a class somewhere. Node handles json without hassle.
Dotnet core is salable to a business for microsoft but it isn't good for actual development. -
sirjofri5195y@irene I especially meant like: you hate it because you use it. If you never use it, you won't hate it that much, because you are not confronted by it or you automatically avoid it. If you are forced to use it you will learn to hate it more and more and then you rant about it on devrant
Related Rants
I spend most of my time working with languages and frameworks that I hate.
rant
tools