@DamianEdwards @davidfowl The fact that we have to use jQuery to add client-side validation in MVC/Razor Pages is pretty embarrassing... Any chance we could get something that uses modern browser APIs instead? It's 2022 after all...😉 #dotnet #aspnetcore
Especially with all the efforts to have people acknowledge .NET as a "modern" framework.. jQuery had its day obviously, but it shouldn't be the "official" and ONLY way to do this
@andrewlocknet @DamianEdwards @davidfowl As a company we ran into this issue frequently so built out this replacement for the jquery validation library. github.com/stormid/storm-…
@andrewlocknet @DamianEdwards @davidfowl There is an open issue on that github.com/dotnet/aspnetc…
@andrewlocknet @DamianEdwards @davidfowl Is there any reason why one should still use MVC/Razor pages in green field projects? IMO there are much better options. I still love me some good #dotnet webapi.
@andrewlocknet @DamianEdwards @davidfowl i write jQuery weekly! i say keep it in!
@andrewlocknet @DamianEdwards @davidfowl Finally someone said it!!