Originally posted by Volta
View Post
Originally posted by Volta
View Post
VS Code is hugely popular, perhaps the most development environment on Linux. It it is not trash, people like it.
As for .NET, it could be argued that the old .NET Framework 4.8 and earlier were trash (binding redirects were a hell), but the new .NET (formerly known as .NET Core) is great. It is a better Java than Java. It is not trash.
As for ASP.NET Core, it performs well when benchmarked against other web frameworks. It has a modular architecture with middleware that plug into a pipeline so you can use it for the smallest projects for a small footprint, or you can extend it with any middleware you like with pluggable authentication schemes and support for Websockets, gRPC, JWT, etc. It is probably the best web backend in existence.
EF Core have great conventions to easy get going, all the while offering lots of configuration which lets you create entities that map to the database and lets you use domain-driven design for your entities. It is probably the best ORM in existence.
PowerShell is a different take on shells, as contrary to other shells which are text-based, this is object-based, which is pretty cool. Might not everyone's cup of coffee though, and personally I don't care so much for it. It's not trash though.
As for Edge, it is okay, but I much prefer Firefox. Any day of the week. Firefox!
Still it nice for all web developers that Edge is available on Linux so you can use it for testing.
Leave a comment: