REST API - Curated .NET Articles & Tutorials

Curated .NET news, articles, and tutorials about Rest Api, drawn from .NET News Daily issues.

67 curated issues

Optimizing Git policy management at scale

With just a single improvement in the REST API of Azure DevOps, we achieved a massive reduction in CPU usage and execution time when managing Git policies: 2x less CPU and 10-15x faster execution! Thi...

Featured in Issue #445 April 30, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Azure DevOps, C#, EF Core, GitHub Copilot, .NET MAUI

Read this issue →

Integrating Scalar API Documentation in ASP.NET Core

Clear and interactive API documentation is essential for modern software development. It helps developers understand endpoints, test APIs…

Featured in Issue #418 March 24, 2026

Issue also covered: ASP.NET Core, Azure, C#, EF Core, .NET MAUI, OpenAI, Security, Visual Studio Code

Read this issue →

CurlDelegating Handler in .NET

Debug your .NET core http client requests by logging as curl

Featured in Issue #404 March 04, 2026

Issue also covered: ASP.NET Core, C#, Design Patterns, EF Core, ML.NET, OpenAI, Performance, Visual Studio

Read this issue →

Swagger UI: Architecture, Configuration, and Enterprise Implementation Guide

Explore Swagger UI: architecture, configuration, and implementation for interactive API documentation. Enhance development and collaboration in modern systems.

Featured in Issue #398 February 24, 2026

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, GitHub Copilot, Minimal APIs, OpenAI, OpenTelemetry

Read this issue →

C# 13 & .NET 9 — Part 14: Web Services, RESTful API, gRPC, Pagination in APIs, Postman and Swagger

This article is based on Chapter 14: Website Development Using MVC Pattern

Featured in Issue #394 February 18, 2026

Issue also covered: Domain-Driven Design, .NET 10, EF Core, GitHub Copilot, gRPC, Performance, Security, Semantic Kernel

Read this issue →

REST APIs, Vectors, and AI in SQL Server 2025 | Data Exposed: MVP Edition

In this episode, Ben Weissman, a Microsoft MVP and Data Platform expert, dives in REST APIs, vectors, and AI in SQL Server 2025. Microsoft Most Valuable Professionals, or MVPs, are technology experts ...

Featured in Issue #384 February 04, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, Domain-Driven Design, .NET 10, EF Core, ML.NET

Read this issue →

REST APIs, Vectors, and AI in SQL Server 2025 | Data Exposed: MVP Edition

In this episode, Ben Weissman, a Microsoft MVP and Data Platform expert, dives in REST APIs, vectors, and AI in SQL Server 2025. Microsoft Most Valuable Professionals, or MVPs, are technology experts ...

Featured in Issue #383 February 03, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET 10, .NET 8, EF Core, OAuth

Read this issue →

.NET Core APIs for MES Quality Control & Reporting 2026

.NET Core REST APIs for manufacturing MES quality control, defect tracking & automated reporting. Real-time quality metrics, cross-plant analytics & Azure integration blueprints for 2026.

Featured in Issue #375 January 22, 2026

Issue also covered: Azure, Azure Functions, C#, .NET 10, Performance, Redis

Read this issue →

8 “Finally Maintainable” Steps to Build a CRUD REST API with Clean Architecture + DDD in .NET

If You want the full source code Click :Here

Featured in Issue #369 January 14, 2026

Issue also covered: AOT, ASP.NET Core, Blazor, Clean Architecture, C#, Domain-Driven Design, Design Patterns, .NET 10

Read this issue →

Implementing API Versioning in .NET

Versioning is one of those topics every backend engineer knows is important, yet it’s surprisingly easy to postpone until the system…

Featured in Issue #367 January 12, 2026

Issue also covered: Azure, Blazor, C#, Design Patterns, .NET 10, .NET 9, EF Core, .NET MAUI

Read this issue →

RFC 6570: URI Templates for API Discoverability in .NET

RFC 6570 defines a compact syntax for URI templates that can be expanded with values at runtime.

Featured in Issue #364 January 07, 2026

Issue also covered: Authentication, Clean Architecture, C#, .NET 10, .NET Core, EF Core, Test-Driven Development

Read this issue →

Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi

This post will show you how to write full stack applications with static typing from back to front using OpenAPI, TypeScript and .NET.

Featured in Issue #362 January 05, 2026

Issue also covered: C#, Design Patterns, .NET 10, .NET 8, .NET 9, Minimal APIs

Read this issue →

How to Build Your First Web API (.NET Examples)

If you’re new to backend development, one of the best things you can build to understand how everything connects is a simple Web API…

Featured in Issue #355 December 25, 2025

Issue also covered: ASP.NET Core, Authentication, C#, Dapper, Docker, .NET 10, .NET Framework, EF Core

Read this issue →

Best Practices For Building REST APIs

Learn the best practices for building secure, scalable, and maintainable REST APIs in .NET. Learn about REST Maturity levels, resource naming, HTTP methods and status codes, API versioning, request/re

Featured in Issue #352 December 22, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, .NET Core, .NET Framework, EF Core

Read this issue →

Publish–Subscribe Messaging in .NET 9 Using Redis Channels

Part 1 — Understanding Redis Pub/Sub + Setting Up .NET 9 Messaging Architecture Continue reading on .Net Programming »

Featured in Issue #351 December 19, 2025

Issue also covered: C#, .NET 9, OpenAI, Performance, Redis, Security, Semantic Kernel, Source Generators

Read this issue →

.NET 10 Networking Improvements

Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more! The post .NET 10 Networking Improvements appeared first on .NET Blog.

Featured in Issue #349 December 17, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, CQRS, C#, Design Patterns, .NET 10, .NET 9

Read this issue →

Beyond REST: The GraphQL Paradigm Redefining API Engineering.

APIs are the backbone of modern software. For years, REST has dominated. Yet, as systems grow more complex microservices, mobile apps… Continue reading on Javarevisited »

Featured in Issue #341 December 05, 2025

Issue also covered: Azure, C#, .NET 10, EF Core, Performance, Source Generators

Read this issue →

GraphQL vs REST: Building Smarter APIs in ASP.NET Core

Explore REST vs. GraphQL in ASP.NET Core. Learn about API design, implementation, and performance. Discover which approach suits your project best for efficient data fetching.

Featured in Issue #327 November 17, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, CQRS, C#, Dapper, .NET 10, EF Core

Read this issue →

ASP.NET Core REST API Best Practices: The 2025 Developer’s Guide

Learn ASP.NET Core REST API best practices for 2025. Master HTTP methods, status codes, JWT auth, versioning & pagination.

Featured in Issue #324 November 12, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, Clean Architecture, C#, Docker, .NET 8, .NET 9

Read this issue →

Mastering REST APIs in ASP.NET Core and C#: A Complete Guide for .NET Developers

In today’s interconnected digital landscape, REST APIs serve as the backbone of modern web applications, enabling seamless communication… Continue reading on .Net Programming »

Featured in Issue #298 October 07, 2025

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, .NET 10, .NET 9, .NET Core, .NET MAUI

Read this issue →

API Versioning in .NET Core: A Complete Guide

Evolve your .NET Core APIs gracefully with versioning! This article explores strategies like URL, query string, and header versioning using Microsoft's library. Learn to maintain backward compatibilit...

Featured in Issue #290 September 25, 2025

Issue also covered: ASP.NET Core, Azure, Benchmarking, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET 9

Read this issue →

How To Implement HttpClient in C# (4 Ways)

HttpClient in .NET simplifies calling REST APIs by sending HTTP requests and receiving responses. It supports GET, POST, PUT, and DELETE…

Featured in Issue #286 September 17, 2025

Issue also covered: AOT, ASP.NET Core, Azure, Azure Functions, Benchmarking, C#, .NET 8, EF Core

Read this issue →

Microsoft Graph API for unified Data Access and Insights

Microsoft Graph API connects Office 365, Azure AD, OneDrive, and Teams through a unified endpoint, enabling secure data access, workflow automation, insights, and collaboration for modern applications...

Featured in Issue #276 September 03, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Dapper, .NET 9, .NET Core, EF Core

Read this issue →

REST vs gRPC in .NET: Choosing the Right API Style for Your Backend

Compare REST and gRPC in ASP.NET Core with examples.

Featured in Issue #266 August 20, 2025

Issue also covered: Application Insights, ASP.NET Core, Authentication, Azure, C#, .NET Core, EF Core, GitHub

Read this issue →

ASP.NET Web API Cheatsheet – Complete Guide in Simple Language

ASP.NET Web API is a framework for building RESTful services using HTTP. It supports routing, content negotiation, filters, versioning, and integration with tools like Swagger for scalable API develop...

Featured in Issue #258 August 08, 2025

Issue also covered: ASP.NET Core, Blazor, C#, .NET Core, EF Core, GitHub Copilot, JWT, Performance

Read this issue →

Have You Heard About Refit? A Type-Safe REST Client for C#

If you’re tired of writing repetitive HttpClient code in .NET just to call APIs, then you should take a look at Refit.

Featured in Issue #257 August 07, 2025

Issue also covered: .NET Aspire, Authentication, Authorization, Azure, C#, .NET 10, EF Core, GitHub Copilot

Read this issue →

Is this the best REST API Client in .NET?

Let’s discuss Refit 👇 Continue reading on .Net Programming »

Featured in Issue #255 August 05, 2025

Issue also covered: Azure, Clean Architecture, C#, JWT, Performance, Security, Unit Testing

Read this issue →

Level Up Your C# APIs: Pro Techniques for High-Performance REST Services

https://medium.com/@saifullahhakro/level-up-your-c-apis-pro-techniques-for-high-performance-rest-services-90c3444b2a18

Featured in Issue #252 July 31, 2025

Issue also covered: Application Insights, Authentication, Azure, Azure Functions, Benchmarking, Clean Architecture, C#, Domain-Driven Design

Read this issue →

Adopting Problem Details for HTTP APIs

https://blog.codingmilitia.com/2025/07/15/adopting-problem-details-for-http-apis/

Featured in Issue #246 July 23, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Blazor, Clean Architecture, C#, Domain-Driven Design, Docker, .NET 10

Read this issue →

Building RESTful APIs in C# (.NET 8) — And Why They Still Matter

https://medium.com/@hashirkhanps/building-restful-apis-in-c-net-8-and-why-they-still-matter-fa39e28fd248

Featured in Issue #242 July 17, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, C#, EF Core, MediatR, Minimal APIs

Read this issue →

You don’t need SignalR for real-time updates | Server-Sent Events in .NET/C#

https://medium.com/@denmaklucky/you-dont-need-signalr-for-real-time-updates-server-sent-events-in-net-c-e032ff5d096e

Featured in Issue #237 July 10, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET Core, EF Core, JWT, .NET MAUI

Read this issue →

Adding Multiple Authentication Types to Swagger in .NET Web API

https://medium.com/@rajput.shubh2510/adding-multiple-authentication-types-to-swagger-in-net-web-api-7114f9be8153?source=rss------dotnet-5

Featured in Issue #225 June 24, 2025

Issue also covered: ASP.NET Core, Authentication, C#, Design Patterns, .NET Core, .NET Framework, EF Core, GitHub

Read this issue →

REST API Solution to Over-Fetching: .NET 9 Example

https://medium.com/@vosarat1995/rest-api-solution-to-over-fetching-net-9-example-767ec6c1cdc6?source=rss------csharp-5

Featured in Issue #217 June 12, 2025

Issue also covered: ASP.NET Core, Authentication, Design Patterns, .NET 9, .NET Core, JWT, ML.NET, OAuth

Read this issue →

Mastering API Versioning in .NET Web API: Best Practices for 2025

https://medium.com/@venkataramanaguptha/mastering-api-versioning-in-net-web-api-best-practices-for-2025-8226529551a2

Featured in Issue #204 May 26, 2025

Issue also covered: Azure, Azure Functions, Blazor, Cosmos DB, C#, Design Patterns, .NET 9, EF Core

Read this issue →

Why OpenAPI Is a Game Changer for .NET APIs

https://medium.com/@hasanmcse/why-openapi-is-a-game-changer-for-net-apis-06c75cec5476

Featured in Issue #200 May 20, 2025

Issue also covered: ASP.NET Core, Azure, Design Patterns, .NET 9, .NET Core, .NET MAUI, Minimal APIs, Performance

Read this issue →

Common HttpClient tasks you're googling or asking ChatGPT

https://blog.elmah.io/common-httpclient-tasks-youre-googling-or-asking-chatgpt/

Featured in Issue #196 May 14, 2025

Issue also covered: Application Insights, Azure, Azure Functions, C#, Domain-Driven Design, Design Patterns, .NET 8, .NET 9

Read this issue →

What is Mirrored data in SQL database in Fabric?

https://www.youtube.com/watch?v=xnl6Vnr7l8E

Featured in Issue #192 May 08, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Event Sourcing, Performance, Security

Read this issue →

REST API vs ASP.NET Web API: What’s the Difference?

https://medium.com/@prasannakumarreddy8.gade/rest-api-vs-asp-net-web-api-whats-the-difference-c4da941abc5c

Featured in Issue #191 May 07, 2025

Issue also covered: ASP.NET Core, Azure, Azure DevOps, Azure Functions, Cosmos DB, C#, Dapper, Design Patterns

Read this issue →

Webhook Testing in C#: Your Own WireMock Alternative

https://medium.com/@vosarat1995/webhook-testing-in-c-your-own-wiremock-alternative-1439040931c3

Featured in Issue #187 May 01, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, .NET 9, .NET Core, EF Core

Read this issue →

Integrating Swagger UI, Scalar and ReDoc into a .NET 9 Web API

https://henriquesd.medium.com/integrating-swagger-ui-scalar-and-redoc-into-a-net-9-web-api-15c4000e87f5

Featured in Issue #182 April 24, 2025

Issue also covered: ASP.NET Core, Blazor, .NET 9, .NET Core, .NET Framework, EF Core, GitHub Copilot, .NET MAUI

Read this issue →

Building a Serverless ASP.NET Core Web API using AWS Lambda and Amazon API Gateway (REST API)

https://cloudgurupayments.medium.com/building-a-serverless-asp-net-core-web-api-using-aws-lambda-and-amazon-api-gateway-rest-api-ea86ada61943

Featured in Issue #177 April 17, 2025

Issue also covered: ASP.NET Core, Azure, Azure Functions, Blazor, EF Core, Minimal APIs, OpenAI, Performance

Read this issue →

API Versioning Done Right: How to Avoid Common REST API Mistakes

https://medium.com/c-sharp-programming/api-versioning-done-right-how-to-avoid-common-rest-api-mistakes-9c2a5eea90e7

Featured in Issue #168 April 04, 2025

Issue also covered: .NET Aspire, Azure, Azure DevOps, C#, Domain-Driven Design, Docker, .NET 9, .NET Core

Read this issue →

.NETAPI Gateways veYARP

https://190601030.medium.com/netapi-gateways-veyarp-d5d39c3bcb06

Featured in Issue #139 February 24, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Benchmarking, Blazor, C#, .NET 8, .NET 9

Read this issue →

Open API Documentation and Swagger alternatives in .NET 9

https://www.c-sharpcorner.com/article/open-api-documentation-and-swagger-alternatives-in-net-9/

Featured in Issue #138 February 21, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Azure Functions, Cosmos DB, C#, Design Patterns, Docker

Read this issue →

Building RESTful APIs with ASP.NET Core: Best Practices

https://www.csharp.com/article/building-restful-apis-with-asp-net-co-best-practices/

Featured in Issue #137 February 20, 2025

Issue also covered: ASP.NET Core, CQRS, C#, .NET Core, .NET Framework, EF Core, MediatR, ML.NET

Read this issue →

Related topics