mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
12 lines
442 B
Markdown
12 lines
442 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 Framework from the [Mono Project](http://www.mono-project.com/).
|
|
|
|
### 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.
|