Absyntax Excel Add-in for Microsoft Excel

The universal add-in for Microsoft Excel. Invoke operations that you define using the Absyntax framework.

MSAccess SVN

accesssvn.zip (2,6 MB)
Access SVN adds to Microsoft Access (MS Access) support for Subversion SVN Source control

ACMLExcel

Access ACML functions from 64-bit Excel. This project contains various wrappers from 64-bit Excel to the ACML library.

Adblock IE

adblockie.zip (6,5 MB)
Adblock Plus for Internet Explorer is the IE version of the hugely popular ad blocker for your browser.

AStyle AddIn for SharpDevelop (Alex)

alex.zip (4,7 MB)
Alex is an add in for SharpDevelop IDE. By wrapping up the powerful AStyle executable, it provides SD users much more powerful coding style support than original Ctrl + I shortcut. The new shortcut for Alex is Ctrl + W. (C) 2006 - 2012 Lex Li (C) 2008 Matt Everson

Build Version Increment Add-In Visual Studio

An addin for Visual Studio 2005/2008 to auto increment build versions of projects.

AutoHistory for Word 2007, Word 2010 and Excel 2010

AutoHistory for Word 2007, Word 2010 and NEW Excel 2010 provides a local history for documents. You can view and restore each version you've ever saved. Creates automaically backups on every save.

Auto Style It for PowerPoint 2010

AutoStyle IT is a PowerPoint Addin that duplicates the selected slide x number of times so that each bullet (paragraph) will be highlighted on their own slide.

BIDS Helper

bidshelper.zip (235,9 MB)
A Visual Studio add-in that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDTBI).

Expression Blend Plugin Manager

The PluginManager is an extension for Expression Blend that enables blend to use more than one plugin. PluginManager reads an directory and loads all plugins stored in that directory.

BOWIE

bowie.zip (77,1 MB)
Bewise Outlook Work Items Extension is a TFS 2008/2010 addin for Outlook 2007/2010.

BraceOutliner

BraceOutliner is an add-in for Visual Studio 2008. It outlines code between matching braces. For now, only C# is supported, I'm hoping to expand it to a complete code folding add-in (not just braces)

Brunch

brunch.zip (1,1 MB)
Brunch is a Visual Studio 2008 add-in that shows the name of a code branch in a toolbar that you can place wherever you want. You'll no longer have to inspect the path of a file in your project to find out which branch you are working in.

TFS Check-in Validation Tool

BuddyBuild.zip (110,8 MB)
The TFS Check-in Validation Tool extends TFS Team Build 2008 by enabling buddy build queuing (pre-checkin), validating checkins using shelvesets, and build agent pooling, all from the VS 2008 IDE.

Build Skull

buildskull.zip (729 kB)
Visual Studio addin which makes easier to observe all your TFS builds in hierarchical structure, check status of builds and quickly call common functions.

Calimbra

calimbra.zip (742 kB)
Calimbra increases your productivity by creating the infrastructure code for your Flow Designs (FD) automatically. Describe the flows in a file assisted by Calimbra. Calimbra will create function unit classes based on this file and provides the infrastructure "glue" code at runtime. This idea is based on the NPantaRhei project and uses Event Based Components (EBCs) to implement the Flow Designs.

Class Builder Wizard

Class Builder Wizard is a Microsoft Visual Studio wizard that generates data object classes and a full data layer implementation for database objects (MS SQL Server and others). It can also be used to quickly create custom classes (not necessarily based on a database object) by defining the structure of the class "manually." A full plug-in interface has been implemented to support data sources beyond the default (MS SQL) and allow for third-party data sources. This code generator can create code in C# and VB.Net. The generated objects are serializable and are easily bound to Windows and ASP.Net form controls, or utilized in web services. This project was created to speed-up my personal development process by automating several tasks that I found repetitive between projects. My hope is that by releasing it here, others will find it useful as well. Please download and read the Readme file for more information about what the Class Builder Wizard is and how you can make use of its capabilities.

Clone Detective for Visual Studio

Clone Detective is a Visual Studio package that allows you analyze your C# project for clones. A clone is region of source code that is duplicated.

System.AddIn Tools and Samples

clraddins.zip (11,1 MB)
Introduction Welcome to the CodePlex site for the Managed Extensibility and Add-In Team. This site will be the home to both samples and tools designed to help you make the best use of the new System.AddIn features in the .Net FX v3.5. We'll continue to use our blog http://blogs.msdn.com/clraddins/ for information and discussion about our work, but from now on we'll be hosting our samples here for easier access. The initial focus will be on two things: Bringing over samples from the team blog to this site The release of the Pipeline Builder tool For more information on our work please see our additional resources page.

Xsl To .NET Code Generator

CodeGenerator.zip (1 022 kB)
This is an add-in to Microsoft Visual Studio 2010, it helps you generate C# code from an xsl template; C# does not have the power of C++ templates (I know C# has generics, but they are not exactly the same); but it can easily use the power of xsl templates to generate tons of cod