Brian Roisentul
Brian Roisentul

Reputation: 4740

How do I use LINQ to SQL?

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

Answers (3)

JP Alioto
JP Alioto

Reputation: 45117

Check out ScottGu's LINQToSql tutorial. Outstanding resource to start the learning process.

Upvotes: 2

Hannoun Yassir
Hannoun Yassir

Reputation: 21192

Yes Properties/Settings.settings in a desktop app and web.config in web app

Upvotes: 0

Robin Day
Robin Day

Reputation: 102478

There's some great tutorials in getting started on the asp.net site.

http://www.asp.net/learn/linq-videos/

Upvotes: 1

Related Questions