ASP.NET

aspnet.zip (101,0 MB)
This project gives you access to the code for upcoming releases that the ASP.NET team is working on, starting with the ASP.NET MVC Framework.

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.

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, ...

CarrotCake, an ASP.Net WebForms CMS

A template-based ASP.Net CMS built with C#, SQL server, jQueryUI, and TinyMCE. Supports multi-tenant webroot and database and works well in medium trust.

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#

Classic Data Access Layer Helpers

Classic data access layer is nothing but querying data from database, extracting & packing data into CLR typed classes. Classic DAL Helpers makes it easier for back-end layers, especially for Data Access Objects to extract and fill data. Its developed in Microsoft .NET 3.5, 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.

CodePlex Information and Discussion

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

CodeQuarter AHP

CodeQuarter AHP help the decision making problem based on AHP Technique. More detail about AHP technique please visit http://en.wikipedia.org/wiki/Analytic_Hierarchy_Process. This project is developed in C# using .NET 3.5 Framework.

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.

XNA Game Console

console.zip (937 kB)
XNA Game Console is an highly customizable game console that can be used with almost any XNA application. The game console is written for XNA 3.1 Windows Games and provided by an XNA Windows Game Component Library, which can be easily included in your XNA application.

Cosmos (C# Open Source Managed Operating System)

Cosmos.zip (104,7 MB)
A complete operating system written in C#.

(C)ross process (C)ontract based method (I)nvocation

CroCodIle.zip (214 kB)
CroCodile is a simple and efficient way to allow developers to perform cross-process method invocation without the overkills of WCF / remoting / custom protocols. It is developed in C# and targets the .NET framework 3.5 (It makes use of the XDMessaging library - here on codeplex)

C# IRC Bot

A small project that started as an irc bot to parse WoW Armory characters and grew into a plug-in based irc bot. Eventually I plan on having a full fledged bot as robust as Eggdrop.

C# Snippets (from VB Snippets in VS.Net 2005)

C# Snippets is a collection of almost 300 snippets from the VB.Net Snippet collection ported over to C#.

DBLinq.MySqlProviders: .Net providers for MySql based on DBLinq.MySql

.NET Providers (Membership, Role) for MySql based on the framework DBLinq under MIT license and CodeFx.MySqlProviders under GNU licence, author Laurent Morisseau.