Share via

Using Link to SQL instead of datasets

Robert Agans 21 Reputation points
2022-03-04T03:42:33.08+00:00

I use Visual Studio Community 2015 on a Windows 10 computer. It seems that Microsoft has changed something in this VS about a year ago, so that I can no longer make and use databases and connect to them directly. Instead, I have to use datasets to connect, is this correct; or is there still a way to make databases in Visual Studio Community 2015 using Link to SQL and connect to them directly without using datasets?

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer accepted by question author

Ken Tucker 5,866 Reputation points
2022-03-04T12:54:37.507+00:00

Linq to SQL should be available in VS 2015. I do not think the tools are installed by default. You will have to run the installer and install the tools. Please note the entity framework is the recommend to be used over linq to sql

https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/ef/getting-started

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.