apis
REST API Development in C# Articles, Tutorials & News
REST API Development in C# articles, tutorials, and news from the DotNetNews archive.
127 articles Updated Page 2 of 6
Browse additional REST API Development in C# articles from the DotNetNews archive.
REST API Development in C# articles
Page 2 of 6
Newest first
-
How to Prevent Duplicate API Requests in .NET
blog.stackademic.com Issue #489
Understanding Idempotency with Real-World Examples Continue reading on Stackademic »
-
Essential Patterns for Building Production-Ready REST APIs in .NET 8
c-sharpcorner.com Issue #489
Build clean, maintainable, and testable REST APIs in .NET 8 with practical patterns for project structure, error handling, responses, validation, and logging.
-
Why I Switched from Swagger UI to Scalar in .NET
serkanozbeykurucu.medium.com Issue #482
Swagger UI was part of almost every .NET API I built for years. Then .NET 9 removed it from the default Web API template, and many…
-
RESTful API Best Practices for .NET Developers (.NET 10) – The Complete 2026 Guide to Production-Ready APIs
codewithmukesh.com Issue #480
Build production-grade REST APIs in .NET 10. Resource naming, HTTP methods, status codes, versioning, idempotency, RFC 9457 Problem Details, caching, and concurrency - done right.
-
API Versioning Should Be Your Last Resort
milanjovanovic.tech Issue #479
Most teams reach for v2 too early because they don't have a contract evolution strategy. Here's the API change management approach I prefer: evolve contracts safely, deprecate deliberately, and versio...
-
How to Integrate a RESTful SMM Panel API using C# and HttpClient
c-sharpcorner.com Issue #478
Learn how to automate digital marketing operations by integrating a RESTful SMM Panel API using C# and HttpClient. This step-by-step tutorial covers connecting to SMM Bear, a leading Indian SMM panel,...
-
Building AI-Powered Apps with Claude and ASP.NET Core
c-sharpcorner.com Issue #478
Integrate Claude AI into ASP.NET Core with C# to build intelligent apps. Learn API setup, service creation, and REST endpoint exposure.
-
10 .NET 10 API Anti-Patterns That Break Production (And How to Fix Them)
codewithmukesh.com Issue #473
10 ASP.NET Core anti-patterns that break production in .NET 10 - async void, sync-over-async, fat controllers, runtime-reflection mappers in AOT, and the 2026 ones.
-
API Versioning in ASP.NET Core: Best Practices and Common Mistakes
c-sharpcorner.com Issue #473
Learn API Versioning in ASP.NET Core with practical examples. Explore versioning strategies, best practices, common mistakes, and implementation techniques.
-
New features and Roslyn analyzers for Meziantou.Framework.FullPath
meziantou.net Issue #473
A few years ago, I introduced , a library to ensure you always deal with full paths in your applications and provide common methods to manipulate them easily. Recently, I've added new features to the ...
-
Building a Natural Language API Gateway Using ASP.NET Core and AI
c-sharpcorner.com Issue #472
Learn how to build a Natural Language API Gateway using ASP.NET Core and AI. Discover intent detection, API orchestration, structured outputs, security controls, and enterprise implementation patterns...
-
Reverse Engineering an API in .NET Core – Complete Practical Example
c-sharpcorner.com Issue #472
Master API reverse engineering in .NET Core! Learn to analyze undocumented APIs, recreate functionality, and integrate with systems using practical examples and tools.
-
How to Integrate a RESTful SMM Panel API using C# and HttpClient
c-sharpcorner.com Issue #457
Learn how to automate digital marketing operations by integrating a RESTful SMM Panel API using C# and HttpClient. This step-by-step tutorial covers connecting to SMM Bear, a leading Indian SMM panel,...
-
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