HTML Web Components with Vanilla JavaScript and ASP.NET Core
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explains how to use IAsyncEnumerable and Stream Rendering in .NET 8 Blazor applications to improve performance and responsiveness.
A guide to implementing smooth page transitions using the View Transitions API with ASP.NET Core Razor Pages and HTMX for enhanced web UX.
Explains how to implement PDF previews and downloads in ASP.NET Core, including code examples for browser display and file saving.
A developer shares their experience upgrading over 60 projects to the stable .NET 8 release, highlighting the smooth process and a key package rename.
A guide on integrating Blazor components into existing ASP.NET applications, including MVC, Razor Pages, and JavaScript frameworks like React and Angular.
A guide to generating PDF documents in ASP.NET Core using libraries like QuestPDF and IronPDF, comparing approaches and features.
A curated list of must-watch Blazor sessions from the .NET Conf 2023, focusing on .NET 8 updates and new features for developers.
Explains how to implement global endpoint filters for ASP.NET Core Minimal APIs, offering a cleaner alternative to middleware.
Introducing RazorSlices, a project that brings Razor view functionality to ASP.NET Core Minimal APIs, allowing developers to render Razor views in a lightweight way.
A tutorial on implementing a master-details view using Bootstrap Modals in an ASP.NET Core Razor Pages application with AJAX and Entity Framework Core.
Explores .NET 8's new Blazor Web template, unifying server and WebAssembly models with per-component server-side rendering.
A guide to configuring JetBrains Rider and ReSharper to properly recognize and support the Feature Folders pattern in ASP.NET Core MVC projects.
Explores the concept of discriminated unions in C#, their implementation using generic Results classes, and their application in ASP.NET Core Minimal APIs.
A tutorial on building a minimal clone of ASP.NET Core from scratch to understand its core concepts like the web server, controllers, and middleware.
A guide to implementing multi-tenancy in ASP.NET Core using the FinBuckle.Multitenant library, covering tenants, strategies, and stores.
Learn to implement feature flags (feature management) in ASP.NET Core for controlled rollouts, testing, and rollbacks without redeploying.
Introducing Sisk, a lightweight, open-source, and cross-platform alternative HTTP server for .NET, independent of ASP.NET Core.
A tutorial on using Docker Compose to containerize an ASP.NET Core Web API and connect it to a SQL Server database running in separate containers.
A tutorial on implementing Clean Architecture principles in Blazor WebAssembly applications using C#, .NET, and WebAssembly.