Type at least 2 characters to search...

A Guide to OpenAPI Client Generation with Kiota. Deep dive (Part 2)

This post provides a deep dive into OpenAPI client generation with Kiota, covering topics such as SDK generation, dependency injection, typed HTTP clients, cross-cutting concerns, and testing.

A Guide to OpenAPI Client Generation with Kiota. Introduction (Part 1)

Introduces Kiota, explaining its purpose and relevance in the context of OpenAPI client generation. Highlights its features and benefits.

Building a federated search engine from scratch. An introduction.

Federated search, also known as distributed information retrieval, is the simultaneous search of multiple searchable resources. Learn more about it in this blog post.

Introduction to JMESPath - JSON processor you should definitely know

JMESPath is a powerful query language that enables processing of JSON payloads.

Keycloak as Authorization Server in .NET

Authorization Server is a powerful abstraction that allows to control authorization concerns. Learn how to implement it for .NET applications.

Use Keycloak as Identity Provider from Blazor WebAssembly (WASM) applications

Learn how to integrate with Keycloak from Blazor WASM. Create a public client and use built-in capabilities of Microsoft.AspNetCore.Components.WebAssembly.Authentication that integrates with OpenId Connect compliant providers.

Add persisted parameters to CLI applications in .NET

Learn how to use System.CommandLine to implement persisted parameters in CLI/console applications.