About 3,590,000 results
Open links in new tab
  1. Connecting ASP.NET Core to SQL Server: A Simple Walkthrough

    Learn how to connect your ASP.NET Core Web API to SQL Server using Entity Framework Core. This step-by-step guide covers database setup, migrations, and CRUD operations.

  2. Introduction to Working with a Database in ASP.NET Web Pages …

    This article describes how to use Microsoft WebMatrix tools to create a database in an ASP.NET Web Pages (Razor) website, and how to create pages that let you display, add, edit, and delete data.

  3. Developing a Web Application with ASP.NET and SQL Server

    Nov 15, 2022 · In this article, we will work through the steps of creating a basic web application that uses SQL Server to store the data. In this tip, we will work through a simple ASP.Net solution to create …

  4. How to connect sql server database in ASP.NET Core MVC

    May 29, 2025 · In this article, I have mentioned step by step procedure to connect to sql server database using Entity framework core in ASP.NET Core MVC

  5. How to C#: Building a .NET 9 API with SQL Server and Entity …

    Mar 28, 2025 · 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#.

  6. Entity Framework Core in ASP.NET Core Web API with SQL Server

    Learn how to use Entity Framework Core in ASP.NET Core Web API for efficient data management and development with SQL Server Database.

  7. ASP.NET Web Pages Databases - W3Schools

    Displaying Data from Database With Web Pages, you can easily display data from a database. You can connect to an existing database, or create a new database from scratch. In this example we will …

  8. SQL Server integration | Aspire

    SQL Server is a relational database management system developed by Microsoft. The Aspire SQL Server integration enables you to connect to existing SQL Server instances or create new instances …

  9. Working with SQL Server LocalDB — ASP.NET documentation

    LocalDB is a lightweight version of the SQL Server Express Database Engine that is targeted for program development. LocalDB starts on demand and runs in user mode, so there is no complex …

  10. Creating a Connection String and Working with SQL Server LocalDB

    Jul 1, 2022 · LocalDB runs in a special execution mode of SQL Server Express that enables you to work with databases as .mdf files. Typically, LocalDB database files are kept in the App_Data folder of a …