ASP.NET Core Web API Articles, Tutorials & News
ASP.NET Core Web API articles, tutorials, and news from the DotNetNews archive.
270 articles Updated Page 4 of 11
ASP.NET Core Web API articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core Web API articles
Page 4 of 11
Newest first
-
How to secure ASP.NET Core APIs with Basic Authentication
roundthecode.com Issue #416
Learn how to implement Basic Authentication in ASP.NET Core Web APIs with Minimal APIs and controllers, ideal for securing internal APIs. The page How to secure ASP.NET Core APIs with Basic Authentica...
-
Querying and Performing Transactions Across Multiple Database Schemas in a Modular Monolith
antondevtips.com Issue #412
Query data across schemas in .NET Modular Monolith without breaking module boundaries. Explore 5 proven approaches: inter-module APIs, domain events with eventual consistency, database views, BFF patt
-
How to Upload Files in ASP.NET Core Web API?
c-sharpcorner.com Issue #406
Learn how to implement secure and efficient file uploads in ASP.NET Core Web API. Covers handling IFormFile, validation, storage, and security best practices.
-
How to Fix “Unable to Resolve Service for Type” Error in .NET Core?
c-sharpcorner.com Issue #406
Troubleshoot the "Unable to resolve service for type" error in .NET Core! Learn to fix common DI issues like missing registrations, lifetime mismatches, and circular dependencies.
-
Building a .NET API Gateway: YARP Foundation, Health Checks, Load Balancing, and Security
medium.com Issue #401
Whether you’re building a small internal tool or a customer-facing application, there comes a point where you need more control over how…
-
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…