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

    A SqlConnection object represents a unique session to a SQL Server data source. With a client/server database system, it is equivalent to a network connection to the server. …

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

    Oct 18, 2018 · In order to connect to SQL Server using the .NET Framework Data Provider for SQL Server and retrieve information, you will need to create the below objects: SqlConnection …

  3. How to connect to SQL Server from .NET Core without using …

    May 6, 2017 · How can we connect to SQL Server from .NET Core without using Entity Framework? First, you have to add the NuGet package System.Data.SqlClient. Install …

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

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

    dotConnect for SQL Server offers direct access to SQL Server using 100% managed code, thus ensuring seamless integration and compatibility with .NET applications. This improves security …

  6. ADO.NET SqlConnection Class - Dot Net Tutorials

    All you have to do is change the provider-specific string (i.e., SQL, Oracle, Oledb, Odbc) on the Connection, Command, DataReader, and DataAdapter objects, depending on the data source …

  7. Use .NET to connect and query a database on Windows, Linux, or …

    Sep 23, 2024 · 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 …

  8. Connect to MS SQL Server Database in ASP.NET Core - Jason …

    Feb 15, 2023 · Tutorial built with .NET 7.0, Dapper 2.0 and MS SQL Server. This is a quick post to show how to connect a .NET 7 API to a SQL Server database using Dapper and ADO.NET.

  9. SQL Server From .Net: Making A ConnectionSQLServerCentral

    May 8, 2018 · A basic introduction for developers about creating a connection from .Net to SQL Server, and some of the options available.

  10. sql server - How to connect .NET with sql database ... - Stack Overflow

    Jun 12, 2015 · To connect to database, use the code below: I suggest you pick up a good book on ADO.NET and read through it. You could search for some articles on Google too. try this …

  11. Some results have been removed
Refresh