Explore >> Select a destination


You are here

codeblog.jonskeet.uk
| | goatreview.com
18.0 parsecs away

Travel
| | Unlock the full potential of your ASP.NET Core applications with our definitive guide to middleware-based exception handling. Learn how to gracefully manage errors, boost your application's resilience, and protect against downtime with practical, easy-to-follow strategies
| | www.softacom.com
18.8 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.
| | brianreiter.org
11.9 parsecs away

Travel
| | Monterey uses TCP:5000 by default for a system process which stops aspnet core apps from starting properly as configured in launch.json in all of our aspnet core projects in vscode because that is the default template. "env": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "https://*:5001;http://*:5000" } [master] $ ASPNETCORE_URLS="https://*:5001;http://*:5000" dotnet bin/Debug/netcoreapp3.1/WebApp-OpenIDConnect-Group-Role-Transform.dll crit: Microsoft.AspNetCore.Server.Kestrel[0] Unable t...
| | sandrino.dev
94.8 parsecs away

Travel
| An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs.