Click here to Skip to main content
15,991,221 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using both DataSet.xsd file and LinqToSql.dbml file in my project.

I want to know which is best to use for a project.

I came to know is LinqToSql is not that pleasing to use.

Which in my DataSet.xsd file, i have used nearly 40 tables from SqlServer.
Is that good to use DataSet and if so is that 40 tables are large or small.. How many tables can i add to a DataSet File.

Please guide me in this..

While i am on Both ASP.Net Project using the same technology and then in WPF doing the same...
Posted
Updated 12-Oct-11 22:21pm
v2

1 solution

The files are relevant to the Visual Studio environment but have nothing to do with how you are using the technologies. Your use of both DataSets and LINQ to SQL may be redundant or complimentary - depends on how you are using the technologies.

I would suggest reading about the ADO.NET technologies to get a better understanding of their uses. Then you'll know what to use based on your needs...

ADO.NET Overview[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900