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 7 of 11
Browse additional ASP.NET Core Web API articles from the DotNetNews archive.
ASP.NET Core Web API articles
Page 7 of 11
Newest first
-
AJAX The power behind Dynamic Web pages
c-sharpcorner.com Issue #278
AJAX enables fast, interactive, and user-friendly web applications by updating data without reloading pages. It improves performance, enhances user experience, supports real-time updates, and remains ...
-
Top 10 Most Asked .NET/Web API Interview Questions
medium.com Issue #278
Taming Your Data: A Practical Guide to the Repository Pattern in .NET
-
ASP.NET Community Standup - Prevent login redirects for APIs
youtube.com Issue #278
CI/CD for .NET Projects: Seamless NuGet Publishing via GitHub Workflows
-
Application Security in ASP.NET Core Web API – Best Practices & Implementation
c-sharpcorner.com Issue #277
Secure your ASP.NET Core Web API with HTTPS, JWT authentication, role-based access, input validation, rate limiting, CORS, secure secrets, security headers, logging, and regular penetration testing fo...
-
Preventing SQL Injection in ASP.NET MVC, ASP.NET Core MVC, and Web API Applications
c-sharpcorner.com Issue #277
Protect your ASP.NET MVC, ASP.NET Core, and Web API apps from SQL Injection! Learn practical C# strategies, parameterized queries, and secure coding practices to prevent data breaches and ensure robus...
-
Application Security Against DoS and DDoS Attacks in ASP.NET Core Web API Introduction
c-sharpcorner.com Issue #275
Protect your ASP.NET Core Web API from DoS and DDoS attacks! Learn practical techniques like rate limiting, IP filtering, caching, and WAF deployment for robust security.
-
Credential Security in ASP.NET Core Web API: Best Practices and Implementation
c-sharpcorner.com Issue #274
Learn how to secure credentials in ASP.NET Core Web API using best practices such as secret management, authentication, HTTPS, and Azure Key Vault to protect sensitive data and prevent leaks.
-
Securing ASP.NET Core Web APIs with JWT Authentication
c-sharpcorner.com Issue #274
Secure your ASP.NET Core Web APIs with JWT authentication! This guide covers implementation, role-based authorization, and OWASP API Top 10 threat mitigation.
-
Understanding Controller Return Types in ASP.NET Core: IActionResult vs ActionResult vs T
medium.com Issue #268
When I started building Web APIs in ASP.NET Core, my controller methods “worked” — until they didn’t.
-
Everything You Need to Know About Minimal APIs in .NET
mariemoalla.medium.com Issue #267
Minimal APIs are a lightweight way to build HTTP APIs in .NET with minimal ceremony. Introduced in .NET 6, they focus on simplicity, and…
-
Enterprise ASP.NET Core Web API with Clean Architecture
c-sharpcorner.com Issue #267
Learn to build scalable, maintainable Enterprise ASP.NET Core Web APIs using Clean Architecture principles, focusing on separation of concerns, testability, and modular design for high-performance ent...
-
Things to Consider While Integrating Third-Party APIs in .NET
medium.com Issue #265
Integrating third-party APIs is a common requirement in modern .NET applications. Whether you’re working with payment gateways, social…
-
A Comprehensive Guide to Development, Deployment, Security, and Best Practices
c-sharpcorner.com Issue #265
Building Robust APIs with the Microsoft Stack: A Comprehensive Guide to Development, Deployment, Security, and Best Practices.
-
In any problem situation return ProblemDetails | IProblemDetailsService in ASP.NET Core
medium.com Issue #265
ProblemDetails is the standard way to indicate that your application has faced a problem. It can represent any type of issue — from…
-
Building Partial Page Updates in ASP.NET Using UpdatePanel — With and Without Master Pages
c-sharpcorner.com Issue #262
UpdatePanel offers an easy way to add AJAX-like behavior to your ASP.NET Web Forms without writing custom JavaScript. If you’re using Master Pages, just remember to centralize your ScriptManager and s...
-
Building an ASP.NET Web API Controller
c-sharpcorner.com Issue #261
This Web API project in ASP.NET handles financial chart data by processing multiple ISINs, validating client headers, executing SQL stored procedures, and returning structured JSON data for market ana...
-
⚡ CUE + OpenAPI: Declarative API Design for Scalable, Reliable .NET Services
blog.yaseerarafat.com Issue #261
Mastering CUE and OpenAPI for Automated, Reliable Contracts
-
Mastering Unified API Responses in ASP.NET Core
medium.com Issue #260
How to Wrap Success, Errors, and Created Results Like a Pro
-
ASP.NET Web API Cheatsheet – Complete Guide in Simple Language
c-sharpcorner.com Issue #258
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...
-
🔐 How to Secure .NET Web API Endpoints with JWT and [Authorize]
c-sharpcorner.com Issue #258
As modern applications increasingly rely on stateless, scalable backends, securing your API is essential. JSON Web Tokens (JWT) are one of the most common methods for securing RESTful APIs in .NET. In...
-
ASP.NET Core, source generators, and AI
DotNetNews Issue #256
Curated .NET reading on ASP.NET Core, source-generated contracts, AI agents, EF Core patterns, Swagger, MAUI, Dapper, and Web Forms.
-
Mastering Swagger in ASP.NET Core (.NET 6/7/8)
c-sharpcorner.com Issue #254
Learn how to integrate and customize Swagger in your ASP.NET Core (.NET 6/7/8) API project using Swashbuckle. This guide covers setup, best practices, and practical tips to create clean, interactive A...
-
Global Error Handling in .NET 9
medium.com Issue #254
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
🔥 How to Consume Web API in ASP.NET MVC Using HttpClien
c-sharpcorner.com Issue #253
https://www.c-sharpcorner.com/article/how-to-consume-web-api-in-asp-net-mvc-using-httpclien/
-
Building Modern Web Applications with ASP.NET Core
c-sharpcorner.com Issue #253
https://www.c-sharpcorner.com/article/building-modern-web-applications-with-asp-net-core/