apis
ASP.NET Core Web API Articles, Tutorials & News
ASP.NET Core Web API articles, tutorials, and news from the DotNetNews archive.
265 articles Updated Page 4 of 11
Browse additional ASP.NET Core Web API articles from the DotNetNews archive.
ASP.NET Core Web API articles
Page 4 of 11
Newest first
-
GraphQL with .NET & React | Part 4: Real-Time Data with Web Sockets
c-sharpcorner.com Issue #401
Learn to implement real-time data updates in your .NET & React GraphQL app using subscriptions and WebSockets. Build a live library app with HotChocolate & Apollo!
-
Preventing Path Traversal Attacks in File Uploads: A Technical Deep Dive
trevoirwilliams.com Issue #401
When your application reads from or writes to a file system location based on user input and that input isn't carefully checked, an attacker can manipulate the path to access directories or files they...
-
How to Connect Angular Frontend With ASP.NET Core Web API?
c-sharpcorner.com Issue #400
Learn how to connect an Angular frontend to an ASP.NET Core Web API for scalable web apps. Includes CORS, HttpClient, environment configs, & security tips.
-
Pagination, Sorting & Searching in ASP.NET Core Web API
codewithmukesh.com Issue #398
Implement pagination, sorting, and searching in ASP.NET Core Web API with EF Core 10. Offset & keyset pagination, dynamic sorting, and performance tips.
-
Building CRUD API with Dapper and Dapper Plus in ASP.NET Core
codingsonata.medium.com Issue #398
When it comes to building CRUD API, you do not have to choose between control and productivity.
-
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 ...
-
Connecting React and .NET Web API:How They Talk To Each Other??
medium.com Issue #396
When I first started learning web development, I thought that connecting a frontend to a backend was like magic. You click a button, and…
-
How to Send Web Push Notifications in .NET 10
medium.com Issue #396
A Practical Guide Using Modern Standards
-
Coding agents, MVC, and runtime internals
DotNetNews Issue #393
A varied .NET roundup covering an AI coding-agent explorer, MVC and Minimal API guides, EF Core transactions, caching, and runtime async internals.
-
-
Stop Rebuilding API Plumbing: A Clean Architecture .NET 10 Web API Starter
medium.com Issue #382
Week 2 of an API project is where optimism goes to get a reality check.
-
Implementing Distributed Caching in Web API with Azure Managed Redis
medium.com Issue #381
I’ve worked with caching before — storing AI chat request/response pairs in Cosmos DB to avoid redundant model calls, and caching API…
-
Tracking .NET API Endpoints Easily and Faster with Aspire Dashboard
medium.com Issue #381
In this article, we will explore how to easily track and analyze the endpoints of a simple .NET API using the Aspire Dashboard Docker…
-
Hands On: Testing Cursor, Windsurf and VS Code on Text-to-Website Generation
visualstudiomagazine.com Issue #381
A hands-on comparison shows how Cursor, Windsurf, and Visual Studio Code approach text-to-website generation differently once they move beyond the basics and begin redesigning and extending their own ...
-
Nobody Tells You How ASP.NET Core Uses Reflection and Attributes to Wire Controllers and Routes
medium.com Issue #378
Have you ever spent hours debugging why your ASP.NET Core API routes aren’t hitting or why your model binding silently fails? You’re not…
-
ASP.NET Development Company: Building Secure, Scalable, and High-Performance Web Applications in…
medium.com Issue #366
In today’s digital-first world, businesses need web applications that are fast, secure, scalable, and future-ready. Microsoft’s ASP.NET…
-
TDD in .NET: Practicing TDD in a Web API Project
medium.com Issue #360
Motivation: Why This Article?
-
Authentication in .NET — Part 11: Tenant-Aware Identity & Data Isolation
dilankam.medium.com Issue #356
In Part 10, we secured Web APIs using policy-based scopes issued by an Identity Provider. Now Part 11, we go one level deeper and address…
-
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…
-
Authentication in .NET — Part 10: Securing Web APIs Using Policy-Based Scopes
dilankam.medium.com Issue #348
In earlier parts of this series, we explored authentication foundations, JWTs, hybrid flows, and authorization models. In Part 10, we…
-
Simplifying Cloud-Native Development with .NET Aspire
medium.com Issue #346
Build observable, production-ready distributed applications with .NET Aspire Continue reading on Simform Engineering »
-
Building an Event-Driven Web API Using Channels in .NET
malshikay.medium.com Issue #336
When you build a Web API, sometimes you need to handle work that should not block the main request.
-
⭐ Stop Guessing! Here’s Exactly What Action Methods Do in ASP.NET Core
medium.com Issue #335
Action methods are one of the first things you must understand while building a Web API in ASP.NET Core. But beginners often get confused…
-
Understanding HTTP Methods in Web API (.NET)
medium.com Issue #333
HTTP methods are essential in Web API (.NET) to define how clients interact with a server. Methods like GET, POST, PUT, and DELETE help…