|
|
|
|
|
by bobkazamakis
1483 days ago
|
|
>- Web framework is not quite on-par with Django/Rails. Particularly with auth/OIDC. Completely wrong. Not only does Auth work particularly well out of the box, but microsoft documentation is top tier with both c# and asp net core. https://docs.microsoft.com/en-us/aspnet/core/security/authen... asp net core is the single best framework for backend web at this time, but yes, won't be as fast to ship as django/rails. If you like to maintain code, I'd consider it a worthy tradeoff. |
|
The other thing that works against me in having a Django-like experience with web is I always switch away from EntityFramework as early as possible in favour of handwritten SQl. I think a fair comparison probably puts EF level with or ahead of Django.
But this auth documentation looks interesting and definitely an improvement.