apis
REST API Development in C# Articles, Tutorials & News
REST API Development in C# articles, tutorials, and news from the DotNetNews archive.
114 articles Updated Page 2 of 5
Browse additional REST API Development in C# articles from the DotNetNews archive.
REST API Development in C# articles
Page 2 of 5
Newest first
-
Optimizing Git policy management at scale
devblogs.microsoft.com Issue #445
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...
-
Integrating Scalar API Documentation in ASP.NET Core
medium.com Issue #418
Clear and interactive API documentation is essential for modern software development. It helps developers understand endpoints, test APIs…
-
CurlDelegating Handler in .NET
srinjoysantra.medium.com Issue #404
Debug your .NET core http client requests by logging as curl
-
How to Integrate OpenRouteService API in ASP.NET Core with an Interactive React Frontend
medium.com Issue #404
OpenRouteService, an API built on OpenStreetMap, and integrate it into an ASP.NET Core, then visualize with a React + Leaflet
-
ASP.NET Core monitoring and AI agent workflows
DotNetNews Issue #401
This issue covers ASP.NET Core health checks, AI agent workflow standards, API gateways, LINQ, migration guidance, and security tips.
-
Swagger UI: Architecture, Configuration, and Enterprise Implementation Guide
c-sharpcorner.com Issue #398
Explore Swagger UI: architecture, configuration, and implementation for interactive API documentation. Enhance development and collaboration in modern systems.
-
Light up Multiple Databases with a Single API with Data API builder's multi-source configuration
devblogs.microsoft.com Issue #398
Data API builder (DAB) supports multi-source configurations Data API builder (DAB) connects to your database with a safe REST or GraphQL endpoint. But DAB is not limited to just one database. Using a ...
-
C# 13 & .NET 9 — Part 14: Web Services, RESTful API, gRPC, Pagination in APIs, Postman and Swagger
medium.com Issue #394
This article is based on Chapter 14: Website Development Using MVC Pattern
-
REST APIs, Vectors, and AI in SQL Server 2025 | Data Exposed: MVP Edition
youtube.com Issue #384
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 ...
-
REST APIs, Vectors, and AI in SQL Server 2025 | Data Exposed: MVP Edition
youtube.com Issue #383
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 ...
-
.NET Core APIs for MES Quality Control & Reporting 2026
faciletechnolab.com Issue #375
.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.
-
8 “Finally Maintainable” Steps to Build a CRUD REST API with Clean Architecture + DDD in .NET
medium.com Issue #369
If You want the full source code Click :Here
-
Clean Architecture in .NET: Why I Stopped Fighting the Framework and Started Building Better APIs
medium.com Issue #369
Remember my first article where I talked about feeling lost in corporate? Well, here’s something that made me feel even more lost: Clean…
-
Implementing API Versioning in .NET
medium.com Issue #367
Versioning is one of those topics every backend engineer knows is important, yet it’s surprisingly easy to postpone until the system…
-
RFC 6570: URI Templates for API Discoverability in .NET
jordansrowles.medium.com Issue #364
RFC 6570 defines a compact syntax for URI templates that can be expanded with values at runtime.
-
C# 14, JWT, and MCP apps
DotNetNews Issue #363
Issue #363 covers C# 14 lambda and extension-member changes, JWT architectures, MCP app building, S3 versioning, and performance fixes.
-
Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi
johnnyreilly.com Issue #362
This post will show you how to write full stack applications with static typing from back to front using OpenAPI, TypeScript and .NET.
-
How to Build Your First Web API (.NET Examples)
medium.com Issue #355
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…
-
Best Practices For Building REST APIs
antondevtips.com Issue #352
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
-
Publish–Subscribe Messaging in .NET 9 Using Redis Channels
medium.com Issue #351
Part 1 — Understanding Redis Pub/Sub + Setting Up .NET 9 Messaging Architecture Continue reading on .Net Programming »
-
Streaming vs Buffering in .NET APIs — The Performance Difference Nobody Measures
medium.com Issue #351
(And why your “fast” API falls apart under real load)
-
Securing Your API in .NET 9: A Complete Developer’s Guide
medium.com Issue #351
Building secure APIs has never been more critical in today’s interconnected world.
-
.NET 10 Networking Improvements
devblogs.microsoft.com Issue #349
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.
-
Beyond REST: The GraphQL Paradigm Redefining API Engineering.
medium.com Issue #341
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 »
-
GraphQL vs REST: Building Smarter APIs in ASP.NET Core
c-sharpcorner.com Issue #327
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.