本文介绍了NET中的DataSet与LinqToSql文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的项目中同时使用了DataSet.xsd文件和LinqToSql.dbml文件.

我想知道哪个项目最适合使用.

我知道LinqToSql并不是那么令人愉快.

在我的DataSet.xsd文件中,我已经使用了来自SqlServer的近40个表.
使用DataSet会很好,如果可以的话,可以使用40个大小表..我可以将几个表添加到DataSet文件中.

请在此指导我.

当我在两个ASP.Net Project上都使用相同的技术,然后在WPF中执行相同的操作时...

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...

推荐答案


这篇关于NET中的DataSet与LinqToSql文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 22:32