You are here |
brianreiter.org | ||
| | | |
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... | |
| | | |
damienbod.com
|
|
| | | | This article shows how to implement a secure web application using Vue.js and ASP.NET Core. The web application implements the backend for frontend security architecture (BFF) and deploys both technical stack distributions as one web application. HTTP only secure cookies are used to persist the session. Microsoft Entra ID is used as the identity provider... | |
| | | |
lowleveldesign.org
|
|
| | | | While playing with EventPipes, I wanted to better understand the Diagnostic IPC Protocol. This protocol is used to transfer diagnostic data between the .NET runtime and a diagnostic client, such as, for example, dotnet-trace. When a .NET process starts, the runtime creates the diagnostic endpoint. On Windows, the endpoint is a named pipe, and on... | |
| | | |
andreas.heigl.org
|
|
| |