Introduction to WebApplicationFactory
Explains the WebApplicationFactory in .NET for integration testing ASP.NET Core WebAPIs, highlighting its benefits and usage.
Explains the WebApplicationFactory in .NET for integration testing ASP.NET Core WebAPIs, highlighting its benefits and usage.
A collection of C#/.NET infographics explaining pure functions, generator functions, and the cost of anonymous types.
Explores the differences between x86 and x64 architectures in .NET, covering JIT compilation, native interop, and practical implications for developers.
Explores advanced C# pattern matching features, including null checks, property matching, and type inference, with practical code examples.
A technical guide exploring Penalised Complexity (PC) priors for Gaussian process parameters, including theory and derivation.
Explains how to use the built-in rate limiting middleware in ASP.NET Core .NET 7 to control API and web app traffic.
Explains pagination concepts, formulas, and implementation in C#/SQL, comparing it to infinite scrolling for efficient data loading.
A guide and community resource for preparing for Hacktoberfest 2022, covering open source contributions and tips for newcomers and maintainers.
A guide to structuring Blazor applications using a feature-based folder organization instead of the default template layout.
A guide to installing and using a new .NET 7 project template for building feature-rich console applications with Spectre.Console.
A quick start tutorial for implementing Dynamic Island and Live Activities on iOS using Swift, WidgetKit, and Xcode.
Azure Functions support for PowerShell 7.0 ends Dec 2022. Learn how to find and upgrade affected functions to PowerShell 7.2.
A personal exploration of AI image generation tools like Midjourney, Stable Diffusion, and DALL-E 2, discussing their accessibility and the art of prompt crafting.
Explores using the Hare programming language for kernel development, focusing on low-level memory management and boot information structures.
A guide on migrating a low-code automation from Azure Logic Apps to Power Automate Flow, including moving data to SharePoint.
Explains a subtle bug where GC.KeepAlive fails to prevent garbage collection of a delegate in async code involving native methods.
Explains and resolves the 'Cannot resolve symbol VERSION_3_17' compilation error in jOOQ generated code due to version mismatches.
jOOQ 3.17 extends implicit join support to UPDATE and DELETE statements, simplifying DML queries with path expressions.
An eBook explaining LINQ (Language Integrated Query) in C# using visual sketches and code samples, with over 30 pages of content.
Explores the new bulk update and delete features in Entity Framework 7, including usage, performance benefits, and limitations.