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

    Feb 17, 2025 · From the File menu, select New > Project. Enter Web API in the search box. Select the ASP.NET Core Web API template and select Next. In the Configure your new project dialog, name the project TodoApi and select Next. Confirm the Framework is .NET 9.0 (Standard Term Support). Confirm the checkbox for Enable OpenAPI support is checked.

    Missing:

    • SQL Server

    Must include:

  2. HOW TO: Create an WEB API in ASP.NET Core with SQL

    May 11, 2019 · In this tutorial i will use Visual Studio 2019 & SQLEXPRESS/SSMS. My database is called: TutorialDatabase. My tables is Users & Products, Users contains ID (int), Username (string) & Password...

  3. Create API in .NET Core with SQL Server | by Samyam Adhikari

    Jul 26, 2024 · .NET Core 8 SDK; SQL Server; Visual Studio 2022; Step 1: Create a new .NET Core Web API Project. Open Visual Studio and select “Create a new project”. Select “ASP.NET Core Web API” and click...

  4. Connect an ASP.NET Core app to SQL Server using .NET Aspire …

    In this tutorial, you create an ASP.NET Core app that uses a .NET Aspire Entity Framework Core SQL Server integration to connect to SQL Server to read and write support ticket data. Entity Framework Core is a lightweight, extensible, open source object-relational mapper that enables .NET developers to work with databases using .NET objects.

  5. Implementing .NET Core Web API with Entity Framework

    Feb 4, 2024 · In this guide, we’ll take a straightforward approach to building a .NET Core Web API with Entity Framework. No jargon, just easy steps to get you started. If you’re aiming to create APIs...

  6. Build ASP.NET Core API Using Existing Database - C# Corner

    We are using the EF core database first approach in this post. You have an existing database, using the Scaffold-DbContext command, you can generate entity and context classes based on the schema of the existing database. For the same go step by step.

  7. Build a RESTful Web API using .NET 8 | by Chandrashekhar Singh

    Dec 2, 2023 · In this article, I’ll show you how to construct a RESTful Web API using ASP.NET Core in . NET 8.0 alongside Entity Framework Core. As of now, .NET 8 stands as the most recent Long...

  8. How to C#: Building a .NET 9 API with SQL Server and Entity Framework Core

    Mar 28, 2025 · In this tutorial, we will create a new project with a database using Entity Framework Core in .NET 9. For this example, we will build a simple blog API using SQL Server. Entity Framework Core is a powerful ORM that allows you to create and manage databases using C#. There are different packages available depending on the database provider you need.

  9. Create APIs Using .Net Core 3.1 | REST API in .Net Core 3.1 ... - C

    We will create a .Net Core API project using Visual Studio 2019 and framework version 3.1 We will also create a database and table in the database (to perform the CRUD Operations) using the SQL Server Management Studio 2019. You can use SQL Server version 2008 to …

  10. MS SQL Server - CRUD API Tutorial in ASP.NET Core - Jason …

    Feb 14, 2023 · In this tutorial we'll show how to build a .NET 7.0 (ASP.NET Core) API with Dapper and MS SQL Server that supports CRUD operations.

  11. Some results have been removed
Refresh