Answer the question
In order to leave comments, you need to log in
How to connect to DB(LocalDB) in C# using LINQ to SQL?
Looked msdn there it is written
// Northwnd inherits from System.Data.Linq.DataContext.
Northwind nw = new Northwind(@"northwind.mdf");
But VS says there is no such namespace, what to do?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question