Explore >> Select a destination


You are here

www.code4it.dev
| | www.nexsoftsys.com
2.5 parsecs away

Travel
| | In this article, let's take a deep dive to Dependency Injection mechanism of .NET Core 3.1 to achieve Inversion of Control (IoC) between classes and their dependencies.
| | blog.peterritchie.com
2.1 parsecs away

Travel
| |
| | montemagno.com
2.4 parsecs away

Travel
| | Learn how easy it is to use an appsettings.json in your .NET MAUI app for complete control over configuration.
| | damienbod.com
29.8 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...