Ok, so in our current application we're using Active Directory (Windows authentication) for authentication, SQL Roles for our authorization, and also grabbing a user's email address from AD and saving ...
Eric Vogel follows up on his previous post on getting started with ASP.NET Core security. Now that .NET Core 3.0 is out, he shows how to upgrade the code from Part 1 to ASP.NET Core 3.0, put pages ...
I hate creating two or more Views that share a lot of HTML because it doubles my maintenance burden by forcing me to keep the two Views in sync. The usual reason I'm doing this is because I have ...