English 中文(简体)
什么数据结构是痛苦的、可数据替代?
原标题:What data structure would be the least painful DataTable replacement?

I m 储存许多分类的~10 row 2栏/钥匙值。 NET cache-- 即数据重新输入。 现在,它们是所有数据交换器,其空间效率很高(当数据储存在数据集时,umb平规则是面积增加10x)。

旧法典

DataTable table = dataAccess.GetDataTable();
dropDownList.DataSource = table;

新法典的希望

Unknown data = dataAccess.GetSomethingMoreSpaceEfficient();
dropDownList.DataSource = data;

以前存在的哪些数据结构与可数据相类似,这样可以尽量减少编码中断,并在储存在伙伴关系中减少序列规模。 NET cache?

最佳回答

关键/危险乳房或假肢会提高效率。

Lee Strahl有一个冰箱:。 http://www.sey-wind.com/Weblog/posts/32508.aspx

问题回答

提交XML档案的写作数据,依据会议记录,然后对XMLDataSource的退学者进行约束。





相关问题
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. ...

热门标签