Explore >> Select a destination


You are here

brianreiter.org
| | swimburger.net
11.0 parsecs away

Travel
| | Blazor WebAssembly can be served as static files. These files can be hosted in static hosting services such as DigitalOcean App Platform.
| | codeblog.jonskeet.uk
10.9 parsecs away

Travel
| | As part of my church A/V system (At Your Service), I run a separate local web server to interact with the Zoom SDK. Initially this was because the Zoom SDK would only run in 32-bit processes and I needed a 64-bit process to handle the memory requirements for the rest of the app. However, it's...
| | csharp.christiannagel.com
9.0 parsecs away

Travel
| | In a previous version of a Professional C# book I've written a complete chapter on how to create Windows Services with the .NET Framework. Using .NET Core 3.0, it's a lot easier to create Windows Services: just a single line of code is needed to convert a background worker to a Windows Service. See Creating...
| | sandrino.dev
67.4 parsecs away

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