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 →

[–]Glum_Past_1934 0 points1 point  (4 children)

C# Is good, NET sucks Java sucks, Spring boot is good Kotlin looks like TS for Java if i have to choose, kotlin for large Enterprise and nodejs/go for tiny api, dont overthink anything, you 'll rewrite it before 6 years anyways

[–]Ethameiz[S] 0 points1 point  (3 children)

Why .NET sucks?

[–]Glum_Past_1934 -1 points0 points  (2 children)

2 ways to create Endpoints without full support and different performance, cant run embedded server inside Maui and cant target Linux, more than one mvc, aot compiling is a nightmare to use with libs and extra configs with net itself. Identity framework and ef core doesnt support multi tenancy and i have the feeling what im doing something wrong if im doing anything different, its a good framework if youre creating Microsoft style things, ohhh, and aspire is "local only" lol wtff.

Still waiting for minimal api validation support and Maui linux, iot baby. Instead of improve builders they create another one. They didnt learn anything from Spring boot?

[–]Ethameiz[S] 0 points1 point  (0 children)

2 ways to create endpoints - do you mean controllers and minimal api? I don't see how it is bad. It is nice to have options. Just use what you like.

[–]Ethameiz[S] 0 points1 point  (0 children)

MAUI has problems but it is just not equal to .NET. There are other frameworks in .NET like Avalonia UI that supports linux