English 中文(简体)
谁最适合数据集或实体框架工作?
原标题:WPf which one suits best a dataset or Entity Frame Work?

通常,如果实体框架工作与周转基金申请相关联,就如项目设计或盘存申请等独立的桌面应用而言,实体框架工作是否合适? 缩略语

最佳回答

MVVER是一种设计模式,将ID与执行细节分开。

实体框架是(我相信)一个办公室管理,旨在从基本储存中提取具体执行细节。

数据集对基本储存几乎无抽象意义。 d 我建议使用任何办公室资源管理系统/DAL框架,而不是与数据集直接互动。

多指标类集调查和实体框架都可以在同一应用中使用,因为它们在完全不同的层次上提供了摘要。 合并后,MVVER的“模型”是DAL/ORM层。

问题回答

与妇女论坛合作;我倾向于使用实体框架工作。

1- 它将将所有表格转换为直接班级。

2-青年可在表格中增加部分类别,以进行某些验证或额外变数

3-You 无需写到许多程序。

当然,这不同于数据集,但是随着时间的推移,你的损失永远不会回到数据集。 我承诺。

其他论点

  • Datasets work well when the database is disconnected. They can be saved and loaded as xml from a file or send over the wire to an other application. I am not shure wether this is possible with ef.
  • As far as i know Datasets are not supported in silverlight apps or on windows-mobile7. They are supported in Dotnet-CompactFramework.




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签