A
Aspect-Oriented
 
B
Bloggers
Build Systems
 
C
CMS
Cache Solutions
Charting & Reporting
Chat Servers
Code Coverage
 
D
Databases
 
E
ERP & CRM
 
F
Forum Soft
 
G
Geospatial
 
I
IDEs
Installers
Inversion of Control
Issue Tracking
 
J
Job Schedulers
 
L
Logging Tools
 
N
Network Clients
Network Servers
 
P
PDF Libraries
Persistence
Portals
Profilers
Project Management
 
R
RSS & RDF Tools
Rule Engines
 
S
SQL Clients
Search Engines
Security
Source Control
 
T
Template Engines
Testing Tools
 
U
UML & Modeling
 
W
Web Frameworks
Web Mail
Web Services
Web Testing
Wiki Engines
Workflow Engines
 
X
XML Parsers
 

Recently Added Projects Feed

Jun 05 » Cache Solutions » GlynnTucker.Cache

The GlynnTucker.Cache assembly provides a data structure for caching slow data retrievals, for example data retrieved from a database server over the network. Think of it as a Hashtable that can automatically expire its data after a set amount of time or a specified period of inactivity, on a per-object basis. It is written in C# and dual licensed under the GPL/MPL, it should work with any .NET language.

Go To GlynnTucker.Cache

Apr 25 » Charting & Reporting » EasyDiagram.NET

EasyDiagram.net is an open-source diagramming component that you can use to build interactive, feature rich diagramming. EasyDiagram.net supports AJAX style events (OnNodeRepositioned, OnNodeDoubleClicked, etc) and utilizes a nifty trick to perform real-time line drawing with pure Javascript.

Go To EasyDiagram.NET

Feb 18 » Web Mail » SB Timmy

SB Timmy is IMAP mail client for WAP/WML devices. It's written in C#/ASP.NET (works both with MS .NET Framework and Mono). Timmy handles all types of MIME (base64, quoted-printable encoded; multipart messages). It can send mail through SMTP. It's possible to download message attachments to your mobile device (like JPEG photos). Timmy is multi-language (currently english and lithuanian translations).

Go To SB Timmy

Feb 10 » Profilers » Sql Server Express Profiler

Sql Server Express Profiler is a profiler for MS SQL Server 2005 Express . SQL Server Express Edition Profiler provides the most of functionality standard profiler does, such as choosing events to profile, setting filters, etc. But it doesn't provide professional tools for profiling sql queries. This project is a .NET WinForms Application and in future AJAX-enabled web site which provides functionality of Microsoft SQL Profiler.

Go To Sql Server Express Profiler

Feb 10 » Code Coverage » NCoverCop

NCoverCop is a custom NAnt task that fails your build when your code coverage drops by using NCover. It also tells you what code has become untested.

Go To NCoverCop

Jan 29 » Charting & Reporting » GoogleChartSharp

GoogleChartSharp is a C# wrapper for the Google Charts API. GoogleChartSharp supports all API charts and features. The Google Chart API returns a PNG-format image in response to a URL. Several types of image can be generated: line, bar, and pie charts for example. For each image type you can specify attributes such as size, colors, and labels. You can include a Chart API image in a webpage by embedding a URL.

Go To GoogleChartSharp

Jan 29 » Databases » System.Data.SQLite

System.Data.SQLite is an enhanced version of the original SQLite database engine. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). It has no linker dependency on the .NET runtime so it can be distributed independently of .NET, yet embedded in the binary is a complete ADO.NET 2.0 provider for full managed development.

Go To System.Data.SQLite

Jan 14 » Testing Tools » Nester

Nester is a tool for mutation testing of your C# source code in order to assess the adequacy of your unit tests. It involves modification of programs to see if existing tests can distinguish the original program from the modified program.

Go To Nester

Dec 14 » Inversion of Control » Autofac

A .NET IoC container written in C#. Focus on programmatic configuration with builder syntax. Zero intrusion into existing code. Create components using reflection or with lambda expressions for unlimited flexibility. Managed disposal of any IDisposable components created by the container within a defined scope.

Go To Autofac

Nov 27 » Build Systems » Byldan

Byldan is a framework for managing the build life-cycle of .NET applications. Its goal is to support multiple-platforms (Linux/Windows) and multiple compiler vendors (Novell/Microsoft). This minor release of Byldan adds support for unit testing with NUnit and for signing of assemblies.

Go To Byldan

Nov 24 » Testing Tools » NUnitAddin

NUnitAddin is a simple addin for VisualStudio 2005 used in association with NUnit framework. The NUnit Addin allows you to run unit tests inside Visual Studio 2005. Features:

 * Read Visual Studio 2005 files: .sln
 * Build visual tree from .sln files
 * Run tests in Visual Studio 2005

Go To NUnitAddin

Nov 21 » Source Control » AnkhSVN

AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. It allows you to perform the most common version control operations directly from inside the VS.NET IDE. Not all the functionality provided by SVN is (yet) supported, but the majority of operations that support the daily workflow are implemented.

Go To AnkhSVN

Nov 19 » Inversion of Control » ObjectBuilder

ObjectBuilder is a framework for building dependency injection systems, originally written by the Microsoft patterns and practices group. Using ObjectBuilder, it's possible to build DI containers that mimic a variety of existing containers.

Go To ObjectBuilder

Nov 14 » Bloggers » TriptychBlog

TriptychBlog is an Open Source Blogging Engine powered by the Microsoft ASP.net 2.0 framework. It has many great features. TriptychBlog is entirely open source and will run on any computer using Windows 2000 or higher.

Go To TriptychBlog

Nov 13 » Persistence » Cooperator Framework

Cooperator Framework is a base class library for high performance Object Relational Mapping (ORM), and a code generation tool that aids agile application development for Microsoft .Net Framework 2.0/3.0. The main features are:

 * Use business entities.
 * Full typed Model (Data Layer and Entities)
 * Maintain persistence across the layers by passing specific types( .net 2.0/3.0 generics)
 * Business objects can bind to controls in Windows Forms and Web Forms taking advantage of data binding of Visual Studio 2005.
 * Supports any Primary Key defined on tables, with no need to modify it or to create a unique field.
 * Uses stored procedures for data access.
 * Supports concurrency.
 * Generates code both for stored procedures and projects in C# or Visual Basic.
 * Maintains the model in a repository, which can be modified in any stage of the development cycle, regenerating the model on demand.

Go To Cooperator Framework

Nov 11 » IDEs » Fireball.CodeEditor

Fireball.CodeEditor is a source editor control with syntax highlight support. It supports some common programming language and you can add your own syntax. Also on the website you can find a software called FireEdit. It is a open source small code editor with support for extensibility from plugins system, more info on the web site, join the forum and help the staff to add feature and find bugs, by testing the control or the application or by making a plugin.

Go To Fireball.CodeEditor

Nov 07 » Charting & Reporting » Diagram.NET

Diagram.NET is a free .NET control to create and manipulate diagrams and flowcharts. Put Diagram.NET WinForm Control into your form and, like Microsoft Visio, the user can draw shapes and links. With some code you can control, change, add and delete these elements.

Go To Diagram.NET

Nov 02 » Network Clients » IZWebFileManager

IZWebFileManager is featured File Manager control for ASP.NET 2 compatible with most-used browsers like MS Internet Explorer and Firefox. Features:

 * Copying, moving, renaming, deletion of files and folders;
 * Ability to work (copy, move, delete) with several files at once;
 * File upload;
 * Easy duplication of files and folders;
 * Right-click context menu (Windows Explorer like);
 * Common shortcuts supported. Arrow Keys, F5 - refresh, F2 - rename, Enter - default action, Delete;
 * Permission control: you can forbid uploading, renaming or deletion of files and folders. You can limit size of files that can be uploaded and restrict types of files which could be uploaded by their extensions. For example, you can let users upload pictures (gifs and jpgs) only with the size not more than 50KB.
 * Multilingual interface. English, Russian and Hebrew are already supported. Other languages can be added without even recompilation of the component;
 * Full Unicode and Right-to-Left support;
 * All major browsers supported. The component has been tested and works fine in Netscape 8.0, Firefox 1.5, IE 6.0 (SP2);
 * Optimized and compiled for .Net Framework 2.0;
 * Totally easy to install and to use. No additional configuration in web.config need. Deployed with
 *.dll only;
 * XHTML capability.

Go To IZWebFileManager

Oct 30 » Network Clients » S3 Explorer

S3 Explorer is a FTP Style client for Amazon's Simple Secure Storage service. If enables Directory style access to the S3 service similar to a file system. S3 Explorer supports:

 * S3 Browsing
 * Directory Creation
 * Directory Deletion
 * File Upload
 * File Download
 * File Deletion

Go To S3 Explorer

Oct 27 » Wiki Engines » DotNetWiki

DotNetWiki is a simple wiki engine running on Asp.Net and SQL Server. It purpose is to provide a no frills wiki engine that can be deployed easily, is simple to modify and provides some basic authentication capabilities. Features:

 * Highly skinnable
 * Runs on Asp.Net 2.0
 * Uses a SQL Server Database
 * Uses Asp.Net Membership Providers for Authentication
 * Allows you to lock out pages
 * Supports Google Analytic

Go To DotNetWiki

Oct 24 » Logging Tools » TraceTool

TraceTool is C# trace Framework and a viewer. The viewer can also display real time traces from Event Log messages, OutputDebugString, and text files (like unix tail-f) The framework can also be used as an appender for logNet, system.Trace and Microsoft Enterprise Instrumentation Framework (EIF). You can send simple traces, tree oriented traces, objects, dump and call stack. Finally, the framework is also available for Java and Delphi.

Go To TraceTool

Oct 23 » Web Frameworks » Jayrock

Jayrock is a modest and an open source implementation of JSON and JSON-RPC for the .NET Framework, including ASP.NET. Using Jayrock, clients like JavaScript in web pages, can call into server-side ASP.NET methods using JSON as the wire format and JSON-RPC as the procedure invocation protocol.

Go To Jayrock

Oct 21 » Charting & Reporting » Netron

The Netron graph library is a generic diagramming, graph-drawing and graph-layout kit for the Microsoft .Net framework written in C#. It allows you to create innovative and highly interactive applications with a minimum of coding in C#. It is fully open source and customizable via inheritance of the base classes. The shapes and functions you need of the node or links can be compiled in separated libraries and are dynamically loaded via the .Net reflection mechanism at run time.

Go To Netron

Oct 17 » Testing Tools » DotNetMock

DotNetMock is a framework and a library to facilitate the use of MockObjects for unit testing on the .NET platform. It supports the creation of your own MockObjects as well as the dynamic creation of MockObjects. It supports almost any version of NUnit, and MbUnit. DotNetMock DynamicMocks can mock interfaces at runtime and can even modify ref/out parameters.

Go To DotNetMock

Oct 16 » Web Frameworks » Thycotic.RemoteScripting

Thycotic.RemoteScripting is a library to execute server side ASP.NET code from client-side Javascript. This library ports Microsoft's Remote Scripting functionality from ASP to ASP.NET. Features:

 * AJAX style functionality for a more interactive experience.
 * Port your legacy classic ASP Remote Scripting code to ASP.NET.
 * Drop in replacement for the rs.asp file from classic ASP.
 * Supports string input parameters to your server side methods.
 * Supports return type conversion of bool, string, DateTime, numbers (int/double/long/float) or Arrays of these types to Javascript.
 * Supports use of RSGetASPObject to get client proxy object.

Go To Thycotic.RemoteScripting