About 3,180,000 results
Open links in new tab
  1. SqlConnection Class (Microsoft.Data.SqlClient) | Microsoft Learn

    SqlConnection is used together with SqlDataAdapter and SqlCommand to increase performance when connecting to a Microsoft SQL Server database. For all third-party SQL Server products …

  2. How do I connect to a SQL database from C#? - Stack Overflow

    To connect to SQL Server Express you need nothing but System.Data, which is a standard .NET assembly. Just use SqlXXX classes and you'll be done.

  3. SQL Server Database Connection In C# Using ADO.NET - C#

    In this article, I'll create a console application, use ADO.NET SQL data provider classes to connect to a SQL Server database using C#, and access, update, and execute SQL …

  4. Microsoft SqlClient Data Provider for SQL Server - GitHub

    Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.

  5. C# Database Connection: How to connect SQL Server (Example)

    Dec 30, 2024 · In this tutorial, you will learn how to connect C# application to Microsoft SQL Server Database and Access data. We will also learn Insert, Update & Delete the database …

  6. Connect to SQL Server in C# (example using Console application)

    Jul 26, 2024 · In this article, I will provide working console application example in C# to connect to SQL server database and explain about connection string C# with various connection strings …

  7. Embed C# in the heart of the SQL Query Engine

    May 24, 2023 · SQL CLR allows you to embed C#, VB.NET, F# and even C++ code directly into the SQL Engine. This article will show you how!

  8. Microsoft Extensibility SDK for C# for SQL Server

    Apr 29, 2024 · Learn how you can implement a C# program for SQL Server using the Microsoft Extensibility SDK for .NET. The SDK is an interface for the .NET language extension that is …

  9. c# - Best free library in .NET to handle data in SQL Server? - Stack ...

    Oct 8, 2010 · Since you only care about SQL server, i think the best approach is to use Linq to SQL. You also get lots of extra stuff: lazy loading, caching, etc.

  10. Connect C# to SQL Server - DEV Community

    Feb 8, 2023 · Today in this article I will show you how you can connect any asp.net core web project to a SQL Server database.

  11. Some results have been removed
Refresh