About 2,170,000 results
Open links in new tab
  1. Tutorial: Create a controller-based web API with ASP.NET Core

    Sep 15, 2025 · This tutorial teaches the basics of building a controller-based web API that uses a database. Another approach to creating APIs in ASP.NET Core is to create minimal APIs.

  2. ASP.NET Core Web API Tutorials

    In these ASP.NET Core Web API Tutorials, we will cover all the Basics, Intermediate, and Advanced Concepts of ASP.NET Core Web API with real-time examples. You will learn from …

  3. Getting Started with ASP.NET Core Web API: A Beginner's Guide

    May 26, 2025 · In this blog, you’ll learn how to create a simple ASP.NET Core Web API from scratch using Visual Studio. This step-by-step guide is perfect for beginners looking to …

  4. Building Your First Web API with ASP.NET Core MVC and Visual …

    In this tutorial, you’ll build a simple web API for managing a list of “to-do” items. You won’t build any UI in this tutorial.

  5. ASP.NET Core Web API 8: A Complete Beginner’s Guide

    Oct 3, 2024 · Whether you’re a beginner or an advanced developer, understanding ASP.NET Core Web API 8 can elevate your skillset and make your projects more robust and scalable.

  6. Create web APIs with ASP.NET Core | Microsoft Learn

    Jun 1, 2024 · This article shows how to use controllers for handling web API requests. For information on creating web APIs without controllers, see Tutorial: Create a minimal API with …

  7. ASP.NET Core Web API Fundamentals - Dot Net Tutorials

    In this post, we will understand the foundational concepts of ASP.NET Core Web API using Entity Framework Core (EF Core) and SQL Server, which is used for building modern web services …

  8. ASP.NET Core 9 Web API CRUD with Entity Framework Core - Full …

    Feb 5, 2025 · By the end of this article, you’ll be able to easily build .NET 9 Web APIs, follow best practices while dealing with Entity Framework Core, and stand out in your next backend …

  9. .NET Core Web API Features with Code Examples - C# Corner

    Jun 30, 2025 · Learn the key features of .NET Core Web API with real code examples. From routing, dependency injection, and middleware to authentication and versioning—build robust, …

  10. Tutorial: Create a minimal API with ASP.NET Core

    Minimal APIs are architected to create HTTP APIs with minimal dependencies. They're ideal for microservices and apps that want to include only the minimum files, features, and …