Wintellect Collection Classes for .NET now on CodePlex

简介:

Training concern Wintellect 将其PowerCollections发布到CodePlex上了。

.NET泛型的一个增强组件,提供了大量.NET中未包含的泛型。

 

Training concern Wintellect has posted a great set of Public License classes for .NET on CodePlex. The goal of the project is to provide generic collection classes that are not available in the .NET framework. 
Known as ''Power Collections,'' the software makes heavy use of .NET Generics. Some of the collections included are the 

·Deque, 
·MultiDictionary, 
·Bag, 
·OrderedBag, 
·OrderedDictionary, 
·Set, 
·OrderedSet, 
·OrderedMultiDictionary
·....

Power Collections is free for all to use within the bounds of the standard Eclipse End user license agreement.
Download information
http://www.codeplex.com/PowerCollections



本文转自斯克迪亚博客园博客,原文链接:http://www.cnblogs.com/sgsoft/archive/2007/09/07/886227.html,如需转载请自行联系原作者
相关文章
|
安全 算法 容器
.net中集合、容器(Collection)的这些事
一般的开发中常用的集合有: 列表:List 集合:Set 字典:Dictionary 队列:Queue 栈:Stack 只要知道了这些名字,在FCL库中可以找到合适的实现,如下列出了各种类,根据需要选择即可。
1163 0
|
JavaScript .NET C#
ASP.NET Code Samples Collection【转载】
原文链接:http://blogs.msdn.com/b/jmeier/archive/2010/10/31/asp-net-code-samples-collection.aspx 版权声明:本文全部版权归原作者所有。
1135 0
|
SQL .NET C#
ADO.NET Code Samples Collection【转载】
原文链接:http://blogs.msdn.com/b/jmeier/archive/2010/10/31/ado-net-code-samples-collection.aspx 版权声明:本文全部版权归原作者所有。
1324 0
|
XML 数据格式
在.net 当中如何XML序列化一个Collection
Collection主要是指像Array, ArrayList, List, Dictionary, HashTable这些数据类型,大家平时用的很多。如果一个类中有一个Collection类型的成员,在对这个类进行XML序列化的时候,应该如何处理?应该说在.net当中这是比较简单的,只要建立一个XmlSerializer类就可以帮你自动搞定,不过有的时候你可能需要对自动的序列化过程施加更多的控制,比如XML的结构是实现固定的,你必须按照要求去生成XML结构。
|
前端开发 缓存 .NET
ASP.NET MVC CodePlex Preview 4 Installer + Source + Changed
下载连接 Pv3-Codeplex Pv4之间的差异:ViewPageViewPage类增加了InitHelpers方法ControllerController类  新实现了IAuthorizationFilter/IExceptionFilter接口添加了 public ITempDataPr...
748 0
|
JavaScript 前端开发 .NET
Asp.net Mvc Codeplex Preview 5 第一篇 Helper的新特性
下载:http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16775   Asp.net Mvc Codeplex Preview 5是Asp.net Mvc的一个过渡版本,它包含了一些新特性。
1033 0

热门文章

最新文章