|
|
|
|
|
by chrisandchris
614 days ago
|
|
IMHO, besides the fun to create such a project (and all the thibgs you learn while doing it), it's not for much. It tries to bring a technology somewhere (presuambly the desktop, as asp.net and PHP are already comparable) it's not designed for - which will bring you in trouble sooner or later. It's like JavaScript on the server, it's ok but there are languages better suited for this environment. It's much faster to learn C# in the long term than to run PHP on top of .Net. |
|
https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...
And, it's getting better over time:
https://github.com/dotnet/csharplang/issues/4935
This is essentially how I respond to web requests in my codebases right now: