Explore >> Select a destination


You are here

www.learmoreseekmore.com
| | damienbod.com
3.4 parsecs away

Travel
| | 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...
| | benfoster.io
3.1 parsecs away

Travel
| | 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.
| | aspnetboilerplate.com
3.2 parsecs away

Travel
| | AspNet Boilerplate (ABP) is an open source and well-documented application framework. See the comprehensive tutorials of ABP for technical information.
| | mherman.org
18.0 parsecs away

Travel
| Here we look at how to add user authentication to Angular using JSON Web Tokens (JWTs).