.NET news » Addins Addins Rss Feed

Writing Add-ins for Visual Studio .NET
Author: Les Smith
Average rating: 4.0 / 12
(12 reviews)
More .NET Addins books
download

Assembly Manipulation and C#/VB.NET Code Injection

Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
22 Oct 2007, 14:28:00   Source: Assembly Manipulation and C#/VB.NET Code Injection   Tags: Addins

Creating Visual Studio Add-Ins

Visual Studio provides one of the most powerful IDE's on the market. One under-exploited aspect of this IDE is the extensibility model. Programming IDE's are not static development tools. Development techniques, tools, and concepts change. Extensibility has been built into Visual Studio from its early inceptions. The great thing about Microsoft's foresight is that you can augment functionality of Visual Studio yourself. This article will demonstrate how to extend the Visual Studio IDE using Visual Studio, the .NET Framework, and the Visual Studio Add-In and automation models..
26 Sep 2007, 04:00:00   Source: Creating Visual Studio Add-Ins   Tags: Addins Visual Studio

Code Review Add-In

Code Review Add-In helps the process of reviewing code and publishing the results as work items to the Team System Server for review by team members
7 May 2007, 14:50:00   Source: Code Review Add-In   Tags: Visual Studio Addins Source Control

Addin Manager for VS 2002-2005

Full control over addins loaded into VS2002-2005 - for power users or addin developers
21 Mar 2007, 15:49:00   Source: Addin Manager for VS 2002-2005   Tags: Software Visual Studio Addins

Creating Windows Live Messenger Addins

An article on creating msn8 plugins
18 Jan 2007, 05:46:00   Source: Creating Windows Live Messenger Addins   Tags: Examples Addins

Creating a tool window add-in with Visual Studio 2005

Shows you how to create a tool window add-in with Visual Studio 2005

CLR Inside Out: .NET Application Extensibility

This month the CLR team introduces the new System.AddIn namespace in the Base Class Library, which will be available in the next release of Visual Studio.
20 Dec 2006, 18:00:00   Source: CLR Inside Out: .NET Application Extensibility   Tags: Addins

Office Add-Ins: Develop Add-Ins For PowerPoint And Visio Using VSTO

Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System is more powerful than ever, allowing you to create add-ins for Word, Excel, Outlook, PowerPoint, Visio, and InfoPath.

SlickEditВ® Gadgets

SlickEdit has released SlickEditВ® Gadgets, a collection of free utilities for the MicrosoftВ® Visual StudioВ® 2005 development environment. SlickEdit Gadgets is an assortment of useful utilities to help programmers monitor, explore, and inspect the contents of their code. SlickEdit Gadgets include: * Editor Gadgets: Four utilities that add visual pizzazz to your editor, such as background images and wallpaper. * Command Spy: Monitors command execution and allows you to see exactly what commands you've run, how many times you've run them and what key bindings are used to invoke those commands. * File Explorer: Provides an easy way to open solutions, projects, or single files in Visual Studio. * Data Object Analyzer: Inspects the contents of any clipboard operation, or drag-and-drop operation, from any other application. * SLOC Report: Provides a graphical report of the total lines of code in a file, project, or solution.
2 Nov 2006, 10:47:50   Source: SlickEditВ® Gadgets   Tags: Visual Studio Addins

SolutionZipper: VS2005 Addin Cleans and Zips a Solution in One Step

A convenient tool for quick solution back-ups.