About 118,000,000 results
Open links in new tab
  1. Quickstart: Use .NET (C#) to query a database

    Oct 28, 2025 · This article shows you how to use .NET to create a program that connects to a database in Azure SQL Database, or Azure SQL Managed Instance, and queries it using …

  2. How to Get Started with SQL Server and .NET

    Oct 18, 2018 · You will learn how you can connect from a C# application to SQL Server and how you can retrieve the version of the SQL Server instance, thus running a simple query.

  3. Connecting ASP.NET Core to SQL Server: A Simple Walkthrough

    Nov 27, 2025 · 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 …

  4. 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#.

  5. ADO.NET Core Using SQL Server - Dot Net Tutorials

    In this article, we provide a comprehensive overview of using ADO.NET Core with SQL Server, from setting up the database to executing CRUD operations and preparing for interview …

  6. Download .NET (Linux, macOS, and Windows) | .NET

    Dec 9, 2025 · Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET, and ASP.NET.

  7. C# - SqlClient Tutorial - Dot Net Perls

    Aug 27, 2025 · SqlClient interacts with SQL Server, and it allows the development of data-driven applications. The types we use include SqlConnection, SqlCommand, and SqlDataReader.

  8. Connect to SQL Server in .NET with C# — Full Guide

    This tutorial explored the integration of dotConnect for SQL Server with SQL Server databases applied as a part of .NET application backend. The connector ensures quick, smooth, and …

  9. Mastering SQL Server Indexing: What Every .NET Developer Needs …

    6 days ago · At the upcoming Visual Studio Live! Las Vegas developer conference, SQL expert Denny Cherry will share essential indexing strategies to boost performance in SQL Server …

  10. Working With An SQL Database With C# in .NET - eecs.blog

    Oct 15, 2024 · In this code snippet, I’ll show you how to connect to and query an SQL database with C# in .NET. I’ll also show you how to perform the queries properly by using …