Scott Kirkland

Results 3 issues of Scott Kirkland

ASP.NET Core has a very different authentication format which is built on the Microsoft.AspnetCore.Authentication namespace (you can see their code here: https://github.com/aspnet/Security). They already provide many pre-built authentication providers, including...

enhancement

[From Blog Comments, VincentG] Hi Sir, I am using your extensions for an ASP MVC3 VB project, and I really like the NumericAttribute extension, specifically because it can validate numeric...