.NET news » Addins Addins Rss Feed

Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer)
Authors: Dino Esposito, Andrea Saltarello
Average rating: 4.5 / 22
(22 reviews)
More .NET Addins books
download

.NET Regular Expressions Find and Replace Add-In for VS2005

This add-in is for anyone who wants to use Regular Expressions to find and replace in Visual Studio, but doesn't want to use the strange Regular Expression syntax of the built-in dialog. This add-in provides a new dialog that uses .NET's Regular Expressions to find and replace.

Developing Visual Studio Add-in to enforce company's standard modification history

Using Visual Studio.net to develop Add-in to enforce company's standard modification history

Explorer - A Visual Studio 2005 add-in which interacts with Windows Explorer

This add-in adds the ability to open Windows Explorer at specified locations and to execute the application in 'Windows Explorer mode'.

Super Context Menu

Long time ago, I wondered how Microsoft Access put an Edit control on the context menu! Then I got another idea ... why don't we use any control(s) on the context menu? This will make the user interface easier to use, learn and increase productivity. The good news here is that, you can make it the same way you design a user control or a form using the Visual Studio designer..
11 Jun 2008, 12:12:00   Source: Super Context Menu   Tags: Visual Studio Addins GUI

SnipPit - A snippet Repository

SnipPit is a Visual Studio 2008 Add-In (and a desktop application is included too) that allows for storing, retrieving, and searching for code snippets. It allows for keywords, code/language types, multiple users, public and private snippets. It also provides a right-click menu within VS and comes with a desktop program for use in applicationss other than VS.
12 May 2008, 11:09:00   Source: SnipPit - A snippet Repository   Tags: Visual Studio Addins Software

A generic List and Dictionary Debugger Visualizer for VS.NET

This is a simple List<T> and Dictionary<T,T> debugger visualizer for Visual Studio.NET 2005 and 2008. The only requirement for it to work in that the classes inside the lists or dictionaries should be marked as [Serializable].

Authoring Visual Studio Debugger Visualizers

Visual Studio Debugger Visualizers are a great addition to the developers debugging toolbox. Their purpose is to provide a custom view of data during a debugging session. This article will cover developing a simple string visualizer that allows the string to be replaced during the visualizer session. Additionally, necessary steps to debug your visualizer will be covered.
22 Jan 2008, 06:28:00   Source: Authoring Visual Studio Debugger Visualizers   Tags: Visual Studio Addins Debug

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
« Previous1234Next »