Reputation: 4740
I'm newbie at LINQ and I'd like to know how to use it with a database located on a remote server.
So, in other words...is there any way to tell LINQ my database's connection string?
Upvotes: 1
Views: 99
Reputation: 45117
Check out ScottGu's LINQToSql tutorial. Outstanding resource to start the learning process.
Upvotes: 2
Reputation: 21192
Yes Properties/Settings.settings in a desktop app and web.config in web app
Upvotes: 0
Reputation: 102478
There's some great tutorials in getting started on the asp.net site.
http://www.asp.net/learn/linq-videos/
Upvotes: 1