Tuesday, September 6, 2011

20 бесплатных дополнений для Visual Studio / Visual Studio / Хабрахабр

20 бесплатных дополнений для Visual Studio / Visual Studio / Хабрахабр

01: Productivity Power Tools

02: VSCommands 2010

03: Icon Grid Creator

04: Indent Guides

05: JScript Editor Extensions

06: Regex Editor

07: Minifier

08: devColor

09: Highlight all occurrences of selected word

10: Xaml Styler

11: Copy As HTML

12: Remove Unused References

13: Hide Main Menu

14: Code Metrics Viewer

15: Elastic Tabstops for Visual Studio 2010

16: Image Insertion

18: ItalicComments

19: WoVS Quick Add Reference

20: CleanProject





Thursday, August 25, 2011

The C5 Generic Collection Library for C# and CLI

The C5 Generic Collection Library
C5 is a library of generic collection classes for C# and other CLI languages and works with Microsoft .Net version 2.0 and later, and Mono version 2 and later.

C5 provides functionality and data structures not provided by the standard .Net System.Collections.Generic namespace, such as persistent tree data structures, heap based priority queues, hash indexed array lists and linked lists, and events on collection changes. Also, it is more comprehensive than collection class libraries on other similar platforms, such as Java. Unlike many other collection class libraries, C5 is designed with a strict policy of supporting "code to interface not implementation".

The C5 Generic Collection Library for C# and CLI