Halt and Hangfire
Introducing Hangfire, a .NET library for scheduling and managing background tasks with a dashboard, persistent storage, and distributed support.
Introducing Hangfire, a .NET library for scheduling and managing background tasks with a dashboard, persistent storage, and distributed support.
Stack Overflow's co-founder Joel Spolsky announces he is stepping down as CEO and moving to Chairman of the Board, reflecting on the company's growth.
A guide on integrating the FluentValidation library with Blazor's built-in forms and validation system for enhanced form handling.
Explains how a cached node_modules directory caused ASP.NET compilation to fail by attempting to compile JavaScript files, with a workaround.
Analysis of a session fixation vulnerability in Auth0's ASP.NET and OWIN SDKs, its impact, and the migration path to a secure alternative.
IdentityManager2 is an updated version of the ASP.NET user management tool for ASP.NET Core, now stewarded by Rock Solid Knowledge.
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.
A tutorial on connecting an ASP.NET MVC application to Azure Cosmos DB, covering setup, configuration, and basic CRUD operations.
Explores Blazor, an experimental framework for running .NET applications in the browser via WebAssembly, using the DotNetAnywhere runtime.
A guide to managing runtime configuration when migrating from Azure VMs to VM Scale Sets, using a custom solution with Cosmos DB.
Fixing the 'Microsoft.Jet.OLEDB.4.0 provider not registered' error in IIS by enabling 32-bit applications for the App Pool.
Fixing the 'Spatial types and functions are not available' error in Entity Framework with SQL Server geospatial features.
Fixing 'Spatial types and functions are not available' error in Entity Framework with SQL Server geospatial features.
Explains how to use and extend the HttpClient's message handler pipeline in .NET for custom request/response processing and unit testing.
Key technical tips for setting up and using SignalR hubs effectively, including instance lifecycle, callback ordering, and multi-hub connections.
A developer builds a real-time metrics dashboard using SignalR for server-client communication and Angular 2 for the frontend interface.
Step-by-step guide to building .NET Core (ASP.NET 5) apps and deploying them inside Docker containers to Azure and Heroku.
A technical guide on implementing automatic user sign-in after registration using Identity Server and One-Time-Access-Codes in ASP.NET.
Troubleshooting TypeScript build errors when publishing ASP.Net web projects due to configuration differences between Debug and Release modes.
Fixing TypeScript build errors when publishing ASP.Net web projects due to configuration differences between Debug and Release modes.