|
You are here |
brianreiter.org | ||
| | | | |
swimburger.net
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs. | ||