About 7,620,000 results
Open links in new tab
  1. Create database, add tables in .NET Framework apps - Visual Studio ...

    Oct 30, 2025 · Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.

  2. Create a .NET Framework data app by using ADO.NET - Visual Studio ...

    Aug 6, 2025 · Create a forms-over-data .NET Framework application with Visual C# or Visual Basic by using Windows Forms and ADO.NET in Visual Studio.

  3. Database Projects & DAC Projects (.NET Framework) - Visual Studio ...

    Jun 24, 2025 · Explore database projects and data-tier applications (DACs), create databases and DACs, and update existing databases and DACs.

  4. Get Started with SQL Database Projects - SQL Server

    Mar 11, 2025 · We start our project by creating a new SQL database project before manually adding objects to it. There are other ways to create a project that enable immediately populating the project …

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

    Jul 30, 2025 · 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 an .mdf …

  6. Getting Started - EF Core | Microsoft Learn

    Aug 24, 2023 · In this tutorial, you create a .NET console app that performs data access against a SQLite database using Entity Framework Core. You can follow the tutorial by using Visual Studio on …

  7. Create and Deploy a SQL Project - SQL Server | Microsoft Learn

    Mar 11, 2025 · This article steps through creating a new SQL project, adding objects to the project, and setting up a continuous deployment pipeline for building and deploying the project with GitHub …

  8. Create a New Database Diagram | Microsoft Learn

    Aug 4, 2025 · The tables are displayed graphically in the new database diagram. You can continue to add or delete tables, modify the existing tables, and alter table relationships until the new database …

  9. Work with data in Visual Studio - Visual Studio (Windows)

    In Visual Studio, you can create applications that connect to data in virtually any database product or service, in any format, anywhere—on a local machine, on a local area network, or in a public, private, …

  10. Creating and Running a SQL Server Unit Test - SQL Server Data Tools ...

    To complete this walkthrough, you must be able to connect to a database server (or LocalDB database) on which you have permissions to create and deploy a database.