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

    The Visual Studio Code instructions use the .NET CLI for ASP.NET Core development functions such as project creation. You can follow these instructions on macOS, Linux, or Windows and …

  2. 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 …

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

    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), …

  4. REST API with ASP.NET and MySQL - DEV Community

    Jan 5, 2023 · In Visual Studio, the first thing we'll do is create a new project of type ASP.NET Core Web API: Then, in the following steps we can specify the Framework. With this project, …

  5. How to add a existing Database to a Web-Api in C#

    Sep 25, 2020 · But, for example, if you are already connected to it through Visual studio you can pull it up through View -> SQL Server Object Explorer -> (Right-Click Database) -> Properties …

  6. Creating a REST API with .NET Core and Azure SQL - Code Samples

    Aug 6, 2024 · Using a REST Client (such as Visual Studio, Insomnia, Curl or PowerShell's Invoke-RestMethod), you can now call your API, for example: curl -k -X GET …

  7. .NET Web API with SQL Database Azure & Azure Data Studio

    Apr 10, 2024 · In this article we will continue exploring services in Azure, particularly SQL databases. We will create database, connect our .NET Web API to it, create and apply …

  8. .NET Core Web API 7.0 | DB First with Core API 7.0 CRUD Operations

    Hello, in this tutorial, I will explain how to create .Net Core web API 7.0 using Visual Studio 2022. Also, I will explain you to do CRUD operations using Postman. So Let's start. Prerequisite: To …

  9. visual studio - How to connect .net API to MS Access database

    Mar 14, 2020 · Make sure you choose the correct bit size. If you running the web server as x32 bits (the default), then install Access x32 (x86) version. If you are running your .net application …

  10. Connect to a database in Visual Studio - learn.microsoft.com

    Nov 14, 2024 · The steps in this article show how to connect to a data source in the Visual Studio IDE. The data source can be a local database, online data service, or a database opened from …

  11. Some results have been removed
Refresh