You are here |
conradakunga.com | ||
| | | |
csharp.christiannagel.com
|
|
| | | | Authentication and authorization is a built-in feature of ASP.NET Core. Creating an application, you can select to authenticate with the Azure Active Directory or the Azure Active Directory B2C, or store user information in a local database with the Web application. This article gives you the information to use local accounts, create roles programmatically from... | |
| | | |
wildermuth.com
|
|
| | | | description | |
| | | |
nodogmablog.bryanhogan.net
|
|
| | | | Fullsource code is available here. A common problem is validating an object using a complicated set of rules. I started using the Fluent Validation package some time back, it is commonly used with MVC and Web API applications but can be used with in any scenario that requires validation. | |
| | | |
dylanbeattie.net
|
|
| | Using ASP.NET Core and Azure OpenID Connect to restrict access to admin features based on an authenticated user's email domain. |