Explore >> Select a destination


You are here

aaronluna.dev
| | kaylumah.nl
4.6 parsecs away

Travel
| | An experiment to create reusable mocks in my testing code
| | wrapt.dev
3.9 parsecs away

Travel
| | Let's make our integration tests more reliable by dynamically spinning up a database in Docker that mimics production and makes your project easy to test on any dev box.
| | www.softacom.com
4.1 parsecs away

Travel
| | Learn how to build a fast and scalable .NET Core API using async and await. See code examples including cancellation tokens, parallel requests, and ConfigureAwait optimization.
| | damienbod.com
17.1 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...