Automatizzare l'IDE per incrementare la produttività

 

Sto lavorando ad una solution molto grande con 100aia di progetti e qui mi è nata la necessità di automatizzare alcune operazioni nell'IDE di Visual Studio.

Ho trovato questi esempi molto utili:  Visual Studio 2005 Automation Samples

Qui la descrizione:

______________________________

Brief Description
These code samples show you how to build VSMacros projects, add-ins, and wizards to make your teams more productive and to customize Visual Studio 2005 to the ways you like to work.
Overview
Microsoft has invested heavily in Visual Studio extensibility. This is an important part of Visual Studio because it lets customers easily tailor the tool to their personal working style and enables them to accommodate team practices. You can simply capture several steps in a regular process (for example, for check-ins, creating new projects or forms, or updating code) and make that process available as a single command to invoke. Independent software vendors (ISVs) can implement entirely new features (including groupware, profiling tools, work flow, or life-cycle tools) that fit into Visual Studio 2005 as seamlessly as if they were built into the shipping Visual Studio product.

These code samples show you how to build VSMacros projects, add–ins, and wizards to make your teams more productive and customize Visual Studio 2005 to the ways you like to work. Look for more samples, as well as some white papers and overview documents, in the future.

Print | posted @ sabato 15 marzo 2008 21:53

Comments have been closed on this topic.