.NET tools, components, libraries and add-ins sign in | create your account
Stimulsoft Reports.net
Advertise here! Contact us to know the options
Category

Miscellaneous

Display options and filters [BETA]
Sort by:
Built for .NET
Source code provided
Discontinued
Library
Built for the Compact Framework
Built for .NET 2
Add-in
Built for Mono
Sold as a service
Free or free version available

PublicDomain

 Home Page Home Page
Categories:
Latest version: 0.1.19.0 Beta
Description: Collection of code and packages.

Features include:
- Time zone support
- Logging API
- Dynamic code evaluation (C# and VB.NET)
- Global Assembly Cache (GAC) API
- Unzipper class
- RSS, Atom, and OPML APIs
- Screen scraping API
- Various utilities for strings, arrays, cryptography, and more
Added: 2007-02-07
Attributes: Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

Web.Config Editor

 Home Page Home Page
Categories:
Author: HunterStone
Latest version: 2.0
Description: Tool that makes management of ASP.NET's web configuration files (web.config) easier through a graphical user interface.
Added: 2003-05-20
Attributes: Built for .NET[BuiltForDotNet]

FormBuilder.NET

 Home Page Home Page
Categories:
Author: Dan Wahlin
Added: 2003-05-20
Attributes: Built for .NET[BuiltForDotNet]

ExcelDna

 Home Page Home Page
Categories:
Author: Govert van Drimmelen
Latest version: 0.7
Description: Targets Excel users who write VBA code for functions and macros, and would like to start using .NET. An additional audience is C/C++ -based .xll add-in developers who want to use the .NET framework to develop their add-ins.
The integration is done by an Excel Add-In (.xll) that exposes .NET code to Excel. The user code can be in text-based (.dna) script files (Visual Basic or C#), or compiled .NET libraries from any language.
ExcelDna allows exporting functions and commands from .NET scripts or compiled libraries. ExcelDna also supports automatic marshaling for calling the Excel C API from .NET, making it easier to port existing C/C++ code that uses the native Excel API. Access to the Excel automation interfaces is available from ExcelDna, and can be used late-bound from Visual Basic, or via a reference to the primary interop assemblies.
Added: 2007-01-05
Attributes: Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

Resource Refactoring Tool

 Home Page Home Page
Categories:
Author: Microsoft
Latest version: 1.0
Description: Provides developers a way to extract hard coded strings from the code to resource files.

Features include:
- Works with C# and VB.NET
- Supports all project types that ships with Visual Studio 2005 including web sites and web application projects
- A preview window shows changes
- Finds other instances of the text being replaced in the project automatically
- Lists existing resources by their similarity level to the text being replaced
- Automatically replaces hard coded string with a reference to resource entry
Added: 2008-03-03
Attributes: Add-in[AddIn] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

Aspose.Spell

 Home Page Home Page
Categories:
Author: Aspose
Latest version: 1.6
Description: Multilingual spell checking component.
With it, you can:
- Check spelling in more than 20 languages, including Afrikaans(ZA), Catalan(ES), Danish(DK), Dutch(NL), English(AU), English(NZ), English(US), English(UK), Faroese(FO), French(FR), Galician(ES), Germany(DE), Greek(GR), Irish(IE), Italian(IT), Latin(LA), Norwegian(NO), Polish(PL), Portuguese(PT), Russian(RU), Spanish(ES) and Swedish(SE).
- Build affix dictionaries by yourself and then use them together with main dictionaries or independently.
- Create custom dictionaries by your users and then store custom dictionaries either in flat text files or databases from any .NET data provider, such as Access, SQL Server, etc.
Added: 2003-07-04
Updated: 2004-07-02
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

NCollection

 Home Page Home Page
Categories:
Author: Jonathan de Halleux
Description: Implementations of the missing data structures of the FCL: linked list, doubly linked list, tree, skip list, heap, etc... Focus is made on robustness, standard conformance, documentation and testing of the collections.
Added: 2004-04-15
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

WebCab Portfolio for .NET

 Home Page Home Page
Categories:
Author: WebCab Components
Latest version: 5.0
Description: .NET, COM and XML Web service implementation of Markowitz Theory and Capital Asset Pricing Model (CAPM) to analyze and construct the optimal portfolio with/without asset weight constraints with respect to Markowitz Theory by giving the risk, return or investors utility function; or with respect to CAPM by given the risk, return or Market Portfolio weighting. Also includes Performance Evaluation, extensive auxiliary classes/methods including equation solve and interpolation procedures, analysis of Efficient Frontier, Market Portfolio and CML.

Utility Functionality included:
- Interpolation: cubic spline and general polynomial interpolation procedures to assist in the study of the Efficient Frontier.
- SolveFrontier: solve the Efficient Frontier with respect to the risk, return, or the investors utility function.
- MaxRange: maximum range of the constrained Efficient Frontier
- AssetParameters: evaluation of the covariance matrix, expected return, volatility, portfolio risk/variance.
- Performance Evaluation: offers a number of procedures for accessing the return and risk adjusted return (Treynors Measure, Sharpes Ratio).

This product also has the following technology aspects:
- 3-in-1, .NET, COM, and XML Web services: three DLLs, three API docs, three sets of client examples all in one product.
- ADO Mediator: the ADO Mediator assists the .NET developer in writing DBMS enabled applications by transparently combining the financial and mathematical functionality of WebCab's .NET components with the ADO.NET database connectivity model.
- Compatible Containers: Visual Studio 6, VS.NET, Office, C++Builder, Delphi.
Added: 2005-04-04
Updated: 2006-12-05
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

ASP.NET Version Switcher

 Home Page Home Page
Categories:
Author: Denis Bauer
Latest version: 1.0.0.0
Description: Small utility that can be used to quickly switch the .NET Framework version that the ASPX pages are compiled against.
Added: 2003-05-21
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable]

Castle Project

 Home Page Home Page
Categories:
Latest version: 1.0 RC 3
Description: Framework that aspires to simplify the development of enterprise and web applications. Castle offers a set of tools (working together or independently) and integration with other open source projects.

Features include:
- Rapid web application development: MonoRail, an MVC web framework inspired by Ruby on Rails' Action Pack.
- Object-relational database mapping: ActiveRecord, a data mapping pattern implemented using NHibernate; ActiveRecord Generator, a desktop application to generate ActiveRecord classes based on database schemas.
- Inversion of control containers: MicroKernel/Windsor Container.
- Proxy generator for interfaces and classes: DynamicProxy.
- AOP framework based on dynamic proxies and XML configuration files: Aspect#.
- Visual Studio 2003/2005 integration.
Added: 2006-01-08
Updated: 2007-10-11
Attributes: Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for Mono[Built for Mono] Built for .NET 2[BuilfForDotNet2]

West Wind Application Configuration

 Home Page Home Page
Categories:
Author: West Wind Technologies
Latest version: 1.50
Description: Manages configuration settings in sensible manner that goes beyond the basic features found in .NET's ConfigurationSettings class.
Features include:
- A strongly typed interface to configuration settings
- Read and Write access to configuration settings (given permissions)
- Default value assignment that guarantees values are available
- Error handling for invalid entries
- Encryption for specific keys
- Store configuration data in different sections, external .CONFIG files, plain XML files or even a database record.
Added: 2004-11-24
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Source code provided[SourceCodeProvided]

Aspose.Slides for .NET

 Home Page Home Page
Categories:
Author: Aspose
Latest version: 2.6.4.0
Description: Component to create, read, write and modify a PowerPoint document without using Microsoft PowerPoint.

Features include:
- Slide cloning
- Adding and modifying fonts and background pictures
- Slide show transitions and shape animations
- Add/modify audio and video frames to a slide
- Shape management
- Tables and text frames
- Images clipping to PDF and SVG
- Save as streams or SVG format
- Reading, creating and rendering connectors
Added: 2007-02-07
Attributes: Built for .NET[BuiltForDotNet]

Lego.NET

 Home Page Home Page
Categories:
Author: Operating Systems and Middleware Group at HPI
Latest version: 1.0
Description: Project to make the .NET run-time available on the Lego Mindstorms platform.
As the original Lego firmware is too limited for such a project, Lego.NET is built on top of alternative operating systems; currently, the focus is on brickOS.
Two different strategies are followed:
- One is to develop a tiny interpreter (code-named Micro .NET) which interprets .NET intermediate language instructions on the Mindstorms' microprocessor.
- The other approach is to develop a GCC front-end which translates Microsoft/ECMA intermediate language into native machine code of the target processor (the Renesas H8/300 processor in the case of the Mindstorms).
In either case, supporting the full .NET framework library is clearly not possible within the 32k RAM that the RCX bricks offer. Therefore, the features available to .NET developers on the Mindstorms platform are a subset which can be supported within the limited hardware resources. On the other hand, the system also offers some unique features which have no equivalent on the PC version of .NET. These features are exposed to .NET programmers by providing a wrapper around the brickOS APIs, given .NET applications access to the device's sensors and actuators.
Added: 2004-11-17
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

PortController.NET

 Home Page Home Page
Categories:
Author: Scientific Component
Latest version: 2.03
Description: Enables RS-232 serial port communications in any Visual Basic.NET, C#, C++, or other .NET project.
With PortController.NET, you can create software that interacts with laboratory instruments, navigational devices, medical equipment, and more.

Features include:
- Works with all types of serial ports, including USB converters, Bluetooth, IR, or any virtual port
- Can control an unlimited number of ports simultaneously, from COM1 to COM9999
- Performs multithreaded reads and writes with one simple function call
- Supports reading and writing of binary data
- Supports XMODEM, XMODEM-CRC, XMODEM-1K, YMODEM, and ZMODEM file transfers
- Notifies your application when data arrives or events occur on the port
- Lets you set baud rate, parity, data bits, and stop bits parameters
- Gives you full control of status line and handshaking states
- Is a native .NET managed component (requires .NET CLR v1.1)
Added: 2005-04-22
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Source code provided[SourceCodeProvided]

ServiceManager

 Home Page Home Page
Categories:
Author: ByteSizeComponents
Latest version: 1.0
Description: Provides a managed interface to the Windows NT service controller system.
ServiceManager lists the installed services, changes what username a service is run under, what services it depends on and what happens if it fails.
Added: 2005-05-20
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Source code provided[SourceCodeProvided]

RCX.NET

 Home Page Home Page
Categories:
Author: José David Parra
Latest version: 1.0.1568.38954
Description: Lets you use your favorite development environment (.NET) to send commands to your Lego Mindstorms' RCX.
Features:
- Built on top of the Lego Mindstorms SDK 2
- Similar programming interface to Spirit.ocx
- Supports any RCX version (1.0, 1.5 and 2)
- Serial and USB tower supported
- Documented programming interface (using Visual Studio.NET Intellisense)
- .NET Exceptions based error reporting
- Get status info from the tower and the RCX, control motor and poll sensor values
Added: 2004-12-13
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable]

SP Compare

 Home Page Home Page
Categories:
Author: Bewise
Added: 2003-05-20
Attributes: Built for .NET[BuiltForDotNet]

Antelope

 Home Page Home Page
Categories:
Author: Proxem
Latest version: 0.7
Description: Antelope (Advanced Natural Language Object-oriented Processing Environment) is a .NET framework that facilitates the development of Natural Language Processing software. It can be used for building a semantic search engine.

Antelope includes the following modules:
- Access to part-of-speech tagger and chunker,
- Access to many parsers (Link Grammar, Stanford Parse),
- A full lexicon, with rich relations, based on WordNet 2.1 data,
- A syntax / semantic layer, based on VerbNet 1.5,
- An anaphora resolver,
- A space and time features detector,
- A collocation collapser,
- A sentence splitter for plain text or HTML text,
- A PROLOG interpreter for .NET,
- An Information Extraction module,
- And last but not least: a syntactic Web search utility.
Added: 2007-03-05
Attributes: Library[Library] Free or free version available[FreeVersionAvailable] Built for .NET 2[BuilfForDotNet2]

InstantActivator

 Home Page Home Page
Categories:
Author: ByteSizeComponents
Latest version: 1.0
Description: A faster version of the Activator.CreateInstance method.
InstantActivator creates a factory class to create instances of any other type at runtime.
Added: 2005-05-20
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Source code provided[SourceCodeProvided]

NetSpell

 Home Page Home Page
Categories:
Author: Paul Welter
Latest version: 2.1.7
Description: Spell checking engine written in C#.
NetSpell's suggestions for a misspelled word are generated using phonetic (sounds like) matching and ranked by a typographical score (looks like). NetSpell supports multiple languages and the dictionaries are based on the OpenOffice Affix compression format. The library can be used in Windows or Web Form projects. The download includes an English dictionary with dictionaries for other languages available for download on the project web site. NetSpell also supports user added words and automatic creation of user dictionaries. The package includes a dictionary build tool to build custom dictionaries.
Added: 2004-09-02
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Zeta Resource Editor

 Home Page Home Page
Categories:
Author: Uwe Keim
Latest version: 2007-06-24
Description: Utility application to edit string resources inside multiple resource files side-by-side.
Zeta Resource Editor enables you to edit string resources from multiple resource files together inside one single data grid.
Added: 2008-03-03
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

Visual FoxPro Toolkit for .NET

 Home Page Home Page
Categories:
Author: Microsoft
Latest version: 1.0
Description: Class library with over 225 Visual FoxPro functions for use with any .NET language.
The included VFPToolkitNET.DLL is a .NET managed code DLL (not a COM wrapper) and does not require Visual FoxPro. The functions supported execute fast since they are all written in .NET and compiled into a managed code .NET DLL. Included is a reference and tutorial stand-alone CHM help file as well as Visual Studio .NET integrated dynamic help using the same CHM help file. Full IntelliSense and Dynamic Help is enabled for the VFP functions when programming in any .NET language. Using the VFP Toolkit or .NET, most Visual FoxPro functions become available in VB.NET or any other .NET language. Functions like STRTOFILE() convert a string to a file in only one line of code.
Added: 2004-07-03
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Spart

 Home Page Home Page
Categories:
Author: Jonathan de Halleux
Latest version: 1.1
Description: Parser generator library, 100 C#. It is strongly inspired from Spirit (Boost libraries). Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques.
Added: 2004-01-13
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable]

SemWeb

 Home Page Home Page
Categories:
Author: Joshua Tauberer
Latest version: 1.0
Description: Opensource Semantic Web/RDF library written in C#.

Features include:
- Reading and writing RDF/XML, Turtle, NTriples, and most of Notation 3, at around 20,000 statements/second.
- All operations are streaming, which means the entire document doesn't ever need to be loaded into memory, so it should scale.
- Two built-in types of RDF stores: an in-memory hashtable-indexed store for small amounts of data and an SQL store with MySQL and SQLite backends for large amounts of data.
- Creating new SQL-based stores takes minutes, and implementing other types of stores is as simple as extending an abstract class.
- Statements are quads, rather than triples, with the fourth 'meta' field left for application-specific uses.
- Using statements in a store is a streaming process.
- Simple reasoning engines based on RDFS and OWL.
- Home-grown RSquary query engine. It's experimental and so-far undocumented, but it's there. It supports a subset of SPARQL.
- An XPathNavigator implemented over RDF data, allowing XPath expressions to be evaluated on a semantic web data model.
Added: 2005-06-19
Updated: 2007-09-18
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for Mono[Built for Mono]

.NET Resourcer

 Home Page Home Page
Categories:
Author: Lutz Roeder
Latest version: 3.0
Description: Editor for .resources binaries and .resX XML file formats used with the Microsoft .NET platform.
Added: 2003-05-20
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

FTMBase

 Home Page Home Page
Categories:
Author: Altsoft
Latest version: 1.0
Description: Managed component for converting all modern vector font formats to each other.

Features include:
- support for Type1 (including CFF format), TrueType, OpenType, Type42, Multiple Master and CID fonts
- direct conversion from any of these types to another
- preserves hints information whenever it is possible
- 100% .NET managed code
Added: 2006-02-01
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

User Defined Fields for .Net

 Home Page Home Page
Categories:
Author: Mohawk IDEAS
Latest version: 1.5
Description: Components and wizards that help you to extend your application to support user defined fields.
User Defined Fields for .Net allows end-users to add additional fields to applications after they have been released.

Features include:
- Exists for Windows Forms and for ASP.NET
- Supported field types: Text, Number, Boolean, Date, Time, DateTime, Month,WWW, File and Email.
- User defined lists: allows user to create a list of predefined values, and by assigning this list to certain user defined field will allow him to choose a value from a combo box.
- Grouping: allows you to have different fields for each group (classification) of main entities.
- Support SQL Server and Access. Beta support for VistaDB.
- Multilanguage support: English, Spanish, French, Chinese, Russian, Serbian, Croatian, Lithuania.
Added: 2006-04-24
Attributes: Built for .NET[BuiltForDotNet] Source code provided[SourceCodeProvided]

C# Source Code Formatter

 Home Page Home Page
Categories:
Author: Semantic Designs
Description: Reorganizes C# source text files to neatly indent code blocks according to their nesting level, or, conversely, obfuscates the code to make it difficult to understand by renaming variables.
Added: 2003-12-19
Attributes: Built for .NET[BuiltForDotNet]

Options/NET

 Home Page Home Page
Categories:
Author: Windale Technologies
Latest version: 5.02
Description: Financial options pricing and analysis component.

Use Options/NET to calculate option prices for European and American options, analyse options sensitivities or compute implied volatility.
Options/NET includes a number of popular models for estimating the theoretical option prices and contains the following models: Black-Scholes-Merton (allows for dividend yields); Black (1976 Modification for Futures); Cox-Ross-Rubinstein (Binomial); Bjerksund-Stensland (fast estimation of American options); Barone-Adesi-Whaley; Garman-Kohlhagen (used to price European currency options); Roll-Geske-Whaley; French-84 (allows for the effect of trading days); Merton jump diffusion; Historical volatility (estimate volatility using raw price data)

These option pricing algorithms provide a method of determining the call and put prices for European and American options, greeks, implied volatility and volatility skew for both call and put options is also available.
Added: 2005-10-14
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

NSort

 Home Page Home Page
Categories:
Latest version: 2.0
Description: Generic sorting algorithms.

Implemented algorithms: Bidirectional Bubble Sort; Bubble Sort; ComboSort11; Double Storage Merge Sort (utilizes setter); Fast Quick Sort (utilizes setter); Heap Sort; In Place Merge Sort (utilizes setter); Insertion Sort (utilizes setter); Odd-Even Transport Sort; Quick Sort; Quick Sort With Bubble Sort (utilizes setter); Selection Sort; Shaker Sort; Shear Sort; Shell Sort.
Added: 2005-10-12
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

Aspose.Pdf.Kit for .NET

 Home Page Home Page
Categories:
Author: Aspose
Latest version: 2.3.2.0
Description: Library for editing existing PDF documents.

Features include:
- Support for XFA
- Concatenating many PDF files into one
- Font style
- Modifying AcroForm
- Extracting and adding images and text
- Getting and modifying meta information
- Encrypting or decrypting a PDF file
- Adding watermark or logo
- Appending pages
- Converting PDF file to a single Tiff file
Added: 2007-02-06
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

JBIS

 Home Page Home Page
Categories:
Author: JNetDirect
Latest version: 3.0
Description: Powers software applications with integration technologies.
Integration operations are defined through a user interface. These operations are then available via a web-based integration console and an integration engine that guarantees delivery, processing, logging, security and accessibility.

Features include:
- No architectural dependencies
- Finite integration definitions
- Guaranteed delivery
- Managed database commits: heterogeneous two-phase commits ensure that data in disparate applications remains synchronized
- Logging: enables engineers to pinpoint what errors occurred and why; also available to customers of your application
- Security: data encryption and role-based nonrepudiation are provided
- Enterprise integration: procedural abstraction web services; code generation (Java, VB.NET and C#); guaranteed message delivery; cross platform (J2EE and .NET) interoperability; secure communications; logged transactions; integration reporting scheduling; aggregation and distribution
Added: 2006-02-14
Attributes: Built for .NET[BuiltForDotNet]

Flickr.Net

 Home Page Home Page
Categories:
Latest version: 2.1.5
Description: Library for accessing the Flickr API.
Added: 2007-09-17
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for the Compact Framework[BuiltForCompactFramework] Built for Mono[Built for Mono] Built for .NET 2[BuilfForDotNet2]

WordNet.Net

 Home Page Home Page
Categories:
Author: ebswift.com
Latest version: 1.0
Description: Open source library for searching Princeton's WordNet database.
All features of Princeton's existing library have been ported.
WordNet (http://wordnet.princeton.edu) is an online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets.
Added: 2005-06-16
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

GOLD Parser

 Home Page Home Page
Categories:
Latest version: 3.4.3
Description: Parsing system that you can use to develop your own programming languages, scripting languages and interpreters.

The GOLD Parser strives to be a development tool that can be used with numerous programming languages and on multiple platforms.
Unlike common compiler-compilers, the GOLD Parser does not require you to embed your source code directly into the grammar. Instead, the application analyzes the grammar and then saves the parse tables to a separate file. This file can be subsequently loaded by the actual parser engine and used.

Since the parse tables are programming language independent, the parser engine can be, and has been, implemented in different programming languages. As a result, the GOLD Parser supports multiple programming languages.
Supported languages include: ANSI C, C#, C++, Delphi, Java, Python, Visual Basic 6, Visual Basic .NET, and wxWidgets.
Added: 2005-03-15
Updated: 2007-05-21
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable]

Quartz.NET

 Home Page Home Page
Categories:
Latest version: 0.9.1
Description: Open source job scheduling system.
Quartz.NET allows you to schedule jobs not only in simple daily firing scenarios but also with more complex cron-like expressions.
Added: 2007-05-21
Updated: 2008-02-25
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]