|
You are here |
www.learmoreseekmore.com | ||
| | | | |
damienbod.com
|
|
| | | | | The article shows how to implement user management for an ASP.NET Core application using ASP.NET Core Identity. The application uses custom claims, which need to be added to the user identity after a successful login, and then an ASP.NET Core policy is used to authorize the identity. Code: https://github.com/damienbod/AspNetCoreAngularSignalRSecurity History 2023-01-07 Updated .NET 7, Angular... | |
| | | | |
d.sb
|
|
| | | | | Visual Studio 2015 was recently released, and with it came a newer beta of ASP.NET 5 (formerly referred to as "ASP.NET vNext"). ASP.NET 5 is a complete rewrite of ASP.NET, focusing on being lightweight, composible, and cross-platform. It also includes an alpha version of Entity Framework 7. However, EF7 is not yet prod... | |
| | | | |
benfoster.io
|
|
| | | | | The next in my series on building multi-tenant applications with ASP.NET Core, this post looks at how to achieve database isolation with Entity Framework Core, using a database-per-tenant strategy. | |
| | | | |
newdevsguide.com
|
|
| | | JWT authentication can be a tricky concept to grasp, but the hotel keycard metaphor holds up remarkably well when explaining it. Let's see how that works. | ||