1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/tutorials/c#/README.md
2016-11-11 13:47:55 -08:00

12 lines
429 B
Markdown

# Using SQL Database from .NET (C#)
## Requirements
### .NET Framework
.NET Framework is pre-installed with Windows. For Linux and Mac OS X you can download [.NET Core](https://www.microsoft.com/net/core#windows).
### A SQL Database
See the [getting started page](https://azure.microsoft.com/en-us/documentation/articles/sql-database-get-started/) to learn how to create a sample database and get your connection string.