ALGLIB

alglib.zip (6,7 MB)
ALGLIB is an open source numerical analysis library. This site is a CodePlex mirror for C# version of ALGLIB. Versions in other languages (C++, Python and even more) can be downloaded from main ALGLIB website - [url:http://www.alglib.net/]. ALGLIB implements linear algebra functions (subset of LAPACK), linear solvers, ODE solvers, nonlinear optimization, interpolation/fitting, integration, fast transforms and many other algorithms.

ANTLR C# grammar

antlrcsharp.zip (10,2 MB)
This project will generate a C# 4.0 parser using ANTLR v3.2. Then you can add your own logic to do what you want. It generates CSharp target and has a reasonably small amount of code for the preprocessor in the lexar.

ARSoft.Tools.Net - C#/.Net DNS client/server, SPF and SenderID Library

This project contains a complete managed .Net SPF validation, SenderID validation and a dns client and dns server implementation written in C#.

AuctionSite Starter Kit

auctionsk.zip (9,7 MB)
A starterkit to provide community members with an understanding of the .net 3.0 / 3.5 technology, including Ajax and LINQ

Smooth custom fonts in ASP.NET powered websites by bATR

bATR.zip (4,6 MB)
The bATR is a (ASP).NET library for generating smooth looking text titles based on your custom fonts and predefined styles (ie. color). The name "bATR" stands for barts Anti-aliased Text Replacer and is a .NET variant like the well known sIFR*. The bATR is developed to solve the

BeanProxy

beanproxy.zip (289 kB)
BeanProxy is both a mock library as well as a stub factory. It can be configured for behavior or state verification. It has a truly rich API for strong typing of both method names and parameters. Enjoy its elegant use of delegates and property overloading for simple unit testing.

BitmapTagger

A .NET library that makes it easy to read/write common Exif and XMP tags in images.

Boilerplate Generator

boilen.zip (3,5 MB)
The Boilerplate Generator, or "boilen", is a simple T4 Template file for generating boilerplate property, interface, and constructor code.

BuildCop

BuildCop.zip (3,8 MB)
Analyzes MSBuild project files (interactively or during e.g. a daily build) according to a customizable set of rules and generates reports - e.g. is strong naming enabled, are certain project properties set correctly, is XML documentation being generated, are assembly references correct, are naming conventions respected, ...

Calais.NET

This .NET 3.5 class library provides a wrapper for the Calais web service. Calais allows you to automatically annotate your content with rich semantic metadata, including companies, cities, industry terms and people.

Captcha.deDogs.com

Places a Captcha Image into an ASP.NET Web Forms application. If Captcha characters difficult to distinguish, control allows refresh of characters.

Code Camp Room Planner

ccrplanner.zip (412 kB)
An application to help plan sessions at a code camp. The assumption is made that the sessions have been chosen, and that attendees have been surveyed as to which sessions they plan to attend. The app will help the organizer decide the best schedule with the data.

Change Data Capture Helper

CDCHelper.zip (15,9 MB)
Change data capture helper for SQL Server 2008 It's developed in C#

Continuous LINQ

clinq.zip (1,9 MB)
Continous LINQ is a .NET Framework 3.5 extension that builds on the LINQ query syntax to create continuous, self-updating result sets. In traditional LINQ queries, you write your query and get stale results. With Continuous LINQ, you write a query and the results of that query are continuously updated as changes are made to the source collection or items within the source collection. CLINQ has tremendous value in GUI development and is especially useful in binding to filtered streams of data such as financial or other network message data.

CloudMail

cloudmail.zip (1,5 MB)
Want to send email from Azure? Cloud Mail is designed to provide a small, effective and reliable solution for sending email from the Azure platform directly addressing several problems that application developers face.

Simple Command Line Backup Tool

cmdback.zip (34 kB)
Simple Command Line Backup Tool automates the backup of files from the command line for use in batch files. Includes file type filters/ recursive/non recursive and number days to keep backups for. Right now this is simply a quick app I created for a client of mine that needed a simple backup utility to go with a product I delivered. .NET 2.0 C# Console Application Hopefully this will morph into a useful utility with features not common in other command line backup utilities.

CodePlex Information and Discussion

CodePlex.zip (88,6 MB)
This area is used for providing information and discussions about the CodePlex website.

Companion - Windows Explorer Alternative

Companion.zip (4,1 MB)
Companion is a Windows Explorer Alternative that offers a more advanced file/folder management tools in a modern interface. It saves time, one second at a time, and puts you in charge of ever growing digital data.

Compare Generics Objects Using Reflection

This project compare between two generics objects using reflection. The comparison executed by the given type 'T' (which is the same type for both objects) and two objects. The functionality is execute recursive! which mean that it's included comparison in the sub-objects!!!

Componax Extension Methods Library

An evolving library of useful .Net v3.5 extension methods for the built-in CLR types, that simplify and accelerate .Net software development.