tags:

views:

66

answers:

5

Hello,

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?

Thanks,

Brian

+1  A: 

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

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

Robin Day
+2  A: 

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

JP Alioto
A: 

Essential LINQ

n8wrl
A: 

Many Thanks to all!

I'll read them.

Brian Roisentul
A: 

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

Yassir