Fluent API to await multiple calls and get their respective results
A guide to building a fluent API in C# for awaiting multiple asynchronous calls and retrieving their results in a strongly-typed, elegant manner.
A guide to building a fluent API in C# for awaiting multiple asynchronous calls and retrieving their results in a strongly-typed, elegant manner.
Explains how to use ordered indexes in Entity Framework 7 for database query optimization, including performance benefits and implementation.
A guide to creating Azure storage accounts and blob containers using the clean, readable Azure Fluent API, including setup and code examples.
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.