From the course: .NET Essentials: LINQ for Databases

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Connect to another database

Connect to another database - .NET Tutorial

From the course: .NET Essentials: LINQ for Databases

Start my 1-month free trial

Connect to another database

- [Instructor] LINQPad can connect to many different data sources. I'm showing a few of them here in this query window. Of course we can connect to SQL Server. We can also connect to SQL Server running in Azure and SQL Server Compact edition. As you can see, there are other vendors here like Oracle SQL White, and MySQL. If you've got data in Azure table storage, you can connect to that. Plus a lot of other connection types including third party ORMS. We're going to connect to a SQL Server Compact edition database file. And then we'll look at how to connect to a database running in SQL Server LocalDB. If you're not familiar with LocalDB, it's the version of SQL Server included with visual studio and it's intended for development purposes. These are not the connections you use for the course exercises, or just seeing how to add other database connections to LINQPad. So we'll click over here on the add connection link,…

Contents