How to convert nullable System.DateTime? to System.DateOnly? Converting Nullable Date Time to Date Only in C Problem You have a nullable System Date Time object and need to convert it to a System Date Only object The chal 2 min read 05-10-2024 10
Net48 to net60 migration: Could not load file or assembly 'System.Runtime, Version=6.0.0.0...' Migrating from NET Framework 4 8 to NET 6 Addressing Could not load file or assembly System Runtime Version 6 0 0 0 Errors Migrating your application from NET F 2 min read 05-10-2024 11
Which is the fastest way to tell if a Channel<T> is empty? The Fastest Way to Check if a Channel is Empty in Go In Go channels are powerful constructs for communication between goroutines But sometimes you need to know 2 min read 05-10-2024 7
Which event in a MudBlazor MudSelect is called when selection is changed and how would it be implemented? Mastering Mud Blazors Mud Select Reacting to Selection Changes Mud Blazors Mud Select component offers a versatile way to create dropdown menus in your Blazor a 2 min read 05-10-2024 9
WinUI 3 Intercept Keyboard event Intercepting Keyboard Events in Win UI 3 A Guide for Developers Win UI 3 the modern user interface framework for Windows apps empowers developers to create visu 3 min read 05-10-2024 6
project.assets.json' doesn't have a target for 'net6.0-windows'. in pipeline project assets json Missing Target Troubleshooting NET 6 Builds in CI CD Pipelines The Problem A Missing Target in Your Build Pipeline You re trying to build yo 3 min read 05-10-2024 7
PipeReader Advance for number of bytes (Skip) Understanding Pipe Reader Advance for Byte Skipping in NET In modern software development efficient data processing is essential particularly when dealing with 3 min read 05-10-2024 5
Application not entering Posix Signal handler in release mode The Mystery of the Missing Signal Handler Why Your Application Doesnt Catch Signals in Release Mode Problem Imagine you re working on a robust application one t 2 min read 05-10-2024 12
.Net 6 with Ocelot 18 returns error 404 when navigating to an URL of the gateway after publish in IIS NET 6 with Ocelot 18 Troubleshooting 404 Errors After IIS Deployment Problem You ve built a NET 6 API Gateway using Ocelot 18 and everything works flawlessly in 2 min read 05-10-2024 6
How to host Asp.Net app from Command Prompt Hosting Your ASP NET App from the Command Prompt A Step by Step Guide Tired of relying on Visual Studios built in web server for testing your ASP NET applicatio 2 min read 05-10-2024 9
How to pass an integer as the Claim value when creating a new System.Security.Claim in C# (.NET6)? Passing Integers as Claims in NET 6 A Comprehensive Guide Claims based identity is a powerful mechanism in NET for managing user authentication and authorizatio 2 min read 05-10-2024 10
Metrics Sending Interruption Issue with OpenTelemetry in .NET 6.0 Open Telemetry in NET 6 0 Troubleshooting Metrics Sending Interruptions Problem You ve integrated Open Telemetry into your NET 6 0 application to monitor metric 3 min read 05-10-2024 8
Deploying Cloud Function: Default STARTUP TCP probe failed 1 time consecutively for container "worker" on port 8080. The instance was not started Debugging Cloud Functions STARTUP TCP probe failed and The instance was not started Deploying serverless functions on platforms like Google Cloud Functions can 2 min read 04-10-2024 8
Could not load Krabsetw in C# .NET 6.0 Resolving the Could Not Load Krabsetw Error in C NET 6 0 When developing applications in C with NET 6 0 you might encounter the error Could not load Krabsetw Th 2 min read 30-09-2024 12
EF Core discriminator generates incorrect FK migration Understanding EF Core Discriminator and Incorrect Foreign Key Migration Issues Entity Framework EF Core provides developers with a powerful way to manage data u 3 min read 30-09-2024 11
Executing PowerShell scripts from C# .NET 6 web app using RunImpersonated not working - Scripts still execute as IIS APPPOOL\APP Executing Power Shell Scripts from a C NET 6 Web App Using Run Impersonated Resolving IIS Execution Context Issues Executing Power Shell scripts from a C NET 6 3 min read 25-09-2024 21
CVE-2023-36049 System.Net.Requests net6.0 Understanding CVE 2023 36049 in System Net Requests for NET 6 0 Overview of the Vulnerability CVE 2023 36049 is a critical vulnerability affecting the System Ne 2 min read 24-09-2024 15
Handling a comma inside a cookie value using C# and .NET 6 Handling Commas in Cookie Values Using C and NET 6 When developing web applications in C with NET 6 managing cookies efficiently is crucial especially when deal 2 min read 23-09-2024 13
Inconsistent CORS errors in React UI calls to ASP.NET Core 6 Web API Understanding Inconsistent CORS Errors in React UI Calls to ASP NET Core 6 Web API Cross Origin Resource Sharing CORS is a security feature implemented in web b 3 min read 22-09-2024 17
I logged in with Identity Server4 and I change subdomain, I want to stay logged in - .NET Core and Angular Staying Logged In Across Subdomains with Identity Server4 in NET Core and Angular When working with web applications that utilize Identity Server4 for authentic 3 min read 21-09-2024 12
Ignore validation error when calling .NET framework WCF service from a .NET 6.0 project Ignoring Validation Errors When Calling a NET Framework WCF Service from a NET 6 0 Project In the modern software landscape integration between different techno 3 min read 20-09-2024 27
Awaiting ClientWebSocket.ReceiveAsync only receives one packet of information, and then all other awaits never return Understanding the Client Web Socket Receive Async Issue How to Resolve Receiving Only One Packet of Information When working with Client Web Socket in NET devel 3 min read 20-09-2024 16
Minimal API Swagger doc keeps returning 404 when published to IIS Troubleshooting Minimal API Swagger Documentation 404 Errors on IIS When deploying a Minimal API application to Internet Information Services IIS developers may 3 min read 19-09-2024 19
Setting C# language version used by Docker to build my project Setting the C Language Version in Docker for Your Project When working with Docker to build your C projects one common challenge developers face is ensuring tha 3 min read 18-09-2024 18
How to Display Dictionary<string, string> Properly in Swagger UI using NSwag How to Display Dictionary string string Properly in Swagger UI Using N Swag When working with ASP NET Core APIs Swagger UI serves as a powerful tool for documen 2 min read 16-09-2024 26