The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 PROFESSIONAL Visual Studio Extensibiltiy
  

  PROFESSIONAL Visual Studio Extensibiltiy by Keyvan Nayyeri

  • Published by: WROX/WILEY
  • Author: Keyvan Nayyeri
  • Page Count: 520
  • Group: VISUAL STUDIO 2008
  • ISBN: 0470230843/9780470230848
  • Published: Apr 2008

Our Price: 18.89
Discount: 30%
RRP: 26.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

PROFESSIONAL Visual Studio Extensibiltiy
One of the most powerful features ever built into any software package has always been the ability to extend its features past what the original developers envisioned. The process allows for automation of repetitive steps, on the fly creation from templates, and even the gathering of metric data. In an application as powerful as Visual Studio, one well-written add-in could save thousands, if not hundreds of thousands of dollars in a project, not to mention hours of time. Of the books on writing add-ins in .NET, none show you how to extend your Visual Studio environment using C#. Nor do any of them concentrate mainly on writing add-ins. Instead both show you how to write add-ins in Visual Basic, and concentrate primarily on macros for extending Office and other Microsoft environments.
  

C# is the standard language of the future, and with it Visual Studio. A source that concentrates solely on extending the Visual Studio IDE will be very popular and useful for today's professional programmer. This book not only teaches about the Visual Studio IDE, but it also offers developers a source reference they won't be able to code add-ins without. Regardless of what your project is or does, regardless if it is a big or small project, every developer has a need for add-ins and macros that get rid of redundant tasks. These tasks could be as small as inserting a block of comments at the top of each newly created file, all the way to auditing an entire solution and compiling a list of all Variable names, scope and methods. Add-ins are independent of a project as well so it can follow you from contract to contract, project to project. Add-ins save time and money.
  

Topics Covered:
  

* Why extend the Visual Studio environment?
  

* The DTE model
  

* The anatomy of an add-in
  

* Debugging your add-in
  

* How to use it once compiled.
  

* All you ever wanted to know about your projects (Code, Solution files etc)
  

* All you ever wanted to know about your project files.
  

* Manipulating your code
  

* Manipulating your user controls
  

* Working with the Server Explorer
  

* Source Code Control manipulation
  

* Working with the SQL Server SMO object

CONTENTS:

1. What Is Visual Studio?

2. The .NET Framework.

3. Quick Tour.

4. The Automation Model.

5. Add-In Wizard.

6. The Anatomy of an Add-In.

7. Manipulating the Solutions, Projects, and Project Items.

8. Manipulating the Documents.

9. Manipulating the Code and Build Process.

10. The User Interface.

11. Add-In Options Page.

12. Debugging and Testing Add-Ins.

13. Deploying Add-Ins.

14. Localizing Add-Ins.

15. Visual Studio Shell.

16. Domain-Specific Languages Tools

17. Extending Debugger.

18. VSPackages.

19. Code Snippets.

20. Templates.

21. MSBuild.

22. Macros.

Appendix A. Third-Party Add-Ins and Extensions.

Appendix B. Resources.