Getting started with #DynamoDB in C# DynamoDB is a good way to get started with NoSQL databases, and being hosted in…
Outreach Committee is Looking For Volunteers Are you passionate about .NET? Are you interested in helping people adopt and expand Open…
.NET 6 Networking Improvements With each new release of .NET we like to publish a blog post highlighting some…
Implement Compound Proof BBS+ verifiable credentials using ASP.NET Core and MATTR This article shows how Zero Knowledge Proofs BBS+ verifiable credentials can be used to verify…
Temporal Tables In SQL Server An under the radar feature introduced in SQL Server 2016 (And available in Azure SQL…
Integration Testing ASP.NET Core 6 Minimal APIs This post is about implementing integration testing in ASP.NET Core Minimal APIs. Usually when I…
Bring your own functions to Azure Static Web Apps Azure Static Web Apps APIs are supported by two possible configurations: managed functions and bring…
Handling file uploads in Open API with ASP.NET Core This post is about implementing handling file uploads in Open API with ASP.NET Core. Open…
#Twitter now added as a source to #AvatarAPI – Look up Twitter profiles by email address AvatarAPI is a service that allows users to look up people’s real names, and profile…
Announcing dot.net in Japanese and Simplified Chinese .NET is your platform for building all your apps and there’s a global community of…
What’s new for gRPC in .NET 6 gRPC is a modern, cross-platform, high-performance RPC framework. gRPC for .NET is built on top…
Blazor WASM hosted in ASP.NET Core templates with Azure B2C and Azure AD authentication using Backend for Frontend (BFF) I have implemented many Blazor WASM ASP.NET Core hosted applications now for both Azure AD…
All about Web API Versioning in ASP.NET Core Introduction Before releasing an API, we should consider how to release future improvements and possible…
Create Azure Functions with GraphQL Support This post is about creating .NET Core Azure Functions with GraphQL Support. For supporting GraphQL…
Code Analysis to the Rescue! Introduction Do you remember when you introduced a new project which was documented, with unit…
Let’s talk about Blazor, baby! Introduction There are a lot of .NET developers that have mostly worked in backend systems,…
Designing a RESTful Web API Introduction An Application Programming Interface (API) simplifies the use of complex actions in software. Technically,…
How to Start Your Own Blogging Journey Introduction One year has passed since the publication of the first article in the .NET…
Idempotency for Fault-Tolerant Web APIs Introduction A distributed system consists of multiple components located on different networked computers, which communicate…