Articles liés à Professional Visual Studio 2008 Extensibility

Professional Visual Studio 2008 Extensibility - Couverture souple

 
9780470230848: Professional Visual Studio 2008 Extensibility

Synopsis

Book by Nayyeri Keyvan

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.

Présentation de l'éditeur

Visual Studio is a development IDE created by Microsoft to enable easier development for Microsoft programming languages as well as development technologies. It has been the most popular IDE for working with Microsoft development products for the past 10 years.

Extensibility is a key feature of Visual Studio. There have not been many books written on this aspect of Visual Studio. Visual Studio Extensibility (VSX) can be considered a hard topic to learn for many developers in comparison with most .NET related topics. Also, its APIs are very complex and not very well written. Some may refer to these APIs as dirty because they do not have good structure, naming convention, or consistency.

Visual Studio is now 10 years old. It was created during the COM days for COM programming but later migrated to .NET. However, Visual Studio still relies heavily on COM programming. It was revamped when moving to the .NET platform but still contains its COM nature; this fact is what makes it harder for .NET developers to work with VSX. Because it is an older product built on two technologies, it has produced inconsistency in code. Although there are problems with the current version of VSX, the future looks bright for it. The many different teams working on the software have been moved into one umbrella group known as the Visual Studio Ecosystem team.

Throughout the past 10 years Visual Studio has continued to grow and new extensibility features have been added. Learning all of the options with their different purposes and implementations is not easy. Many extensibility features are broad topics such as add–ins, macros, and the new domain–specific language tools in Visual Studio. Learning these topics can be difficult because they are not closely related to general .NET programming topics.

This book is for .NET developers who are interested in extending Visual Studio as their development tool. In order to understand the book you must know the following material well: Object–oriented programming (OOP), the .NET Framework and .NET programming, C# or Visual Basic languages, some familiarity with C++, some familiarity with XML and its related topics, and Visual Studio structure and usage. A familiarity with COM programming and different .NET technologies is helpful.

The aims of this book are to:

  • Provide an overview of all aspects of VSX
  • Enable readers to know where/when to use extensibility
  • Familiarize readers with VS Extensibility in detail
  • Show readers the first steps and let them learn through their own experiences
  • Use examples, sample code, and case studies to demonstrate things in such a way that helps readers understand the concepts
  • Avoid bothering readers with long discussions and useless code samples

In order to use this book, and get the most out of it, there are some technical requirements. You must have the following two packages installed on your machine to be able to read/understand the chapters and test code samples:

  • Visual Studio 2008 Team System Edition (or other commercial editions)
  • Visual Studio 2008 SDK 1.0 (or its newer versions)

You will need to buy Visual Studio 2008 to register for an evaluation version. The Free Express editions of Visual Studio do not support the extensibility options. The Visual Studio SDK is needed in order to read some of the chapters in the book and can be downloaded as a free package. The operating system doesn t matter for the content of the book, but all code was written with Visual Studio 2008 Team System Edition in Windows Vista x86.

Chapters 1, 2, and 3 will give you an introduction to the basic concepts you need to understand before you can move on to the rest of the book. Chapter 4 discusses the automation model, which is an important prerequisite for many of the chapters in the book that focus on add–ins, macros, and VSPackages. Chapters 5–14 will utilize add–ins in a case study to learn about the main responsibilities of the automation model and some of the more common techniques used in VSX development. Each of the following chapters is dedicated to a specific extensibility option; they are independent of one another and you can read them in any order. It is important to read chapters 4–14 before you begin reading about the specific extensibility options.

Chapter 5 contains a walk–through of the Add–in Wizard and describes its steps. Chapter 6 will show you the anatomy of add–ins and explain how to create add–ins and how they work. Chapter 7 discusses how to manipulate solutions, projects, and project items via your code to build add–ins. Chapter 8 shows you how to deal with documents and code editors in your add–ins. Chapter 9 explains how to work with programming codes and how to manipulate their elements. Chapter 10 describes some ways to work with user interface elements, Windows Forms, and controls via code in your add–ins. Chapter 11 discusses the Tools Options page and uses add–ins as the case study to show you how to create your own Tools Options pages. Chapter 12 teaches you how to debug and test your add–ins. Chapter 13  shows you how to deploy your add–ins. Chapter 14 completes the discussion about add–ins by talk about resources and localization of add–ins. Chapter 15 discusses a new feature in VS 2008: the Visual Studio Shell. Chapter 16 talks about domain–specific language tools; you will learn how to build them and see a quick overview of DSL tools. Chapter 17 discusses debugging and how to extend debugging features. Chapter 18 talks about VSPackages as a way to extend VS functionality and add something new to its existing packages. Chapter 19 teaches you what a code snippet is and how to write and manage code snippets in Visual Studio to make your coding process easier. Chapter 20 talks about VS project templates and starter kits and how to write your own project templates. Chapter 21 focuses on MSBuild and writing custom builds for Visual Studio and .NET applications. Chapter 22 discusses Visual Studio macros in detail and explains how to build a Visual Studio macro.

Keyvan Nayyeri is a software architect and developer. He has a Bachelor of Science degree in applied mathematics. His main focus is on Microsoft development technologies and their related markup languages. Nayyeri is also a team leader and developer for several .NET open–source projects; this includes writing code for special purposes. He holds an MVP award for Comunnity Server. He recently co–authored Wrox Professional Community Server (2007).

Quatrième de couverture

Professional Visual Studio Extensibility

Are you ready to extend the capabilities of Visual Studio to become more efficient and productive? Whether you want to integrate optimized builds, enhanced programming tools, or other rapid application development features, this unique resource shows you how to develop customized extensions. It not only covers the Visual Studio IDE but also provides you with an excellent reference when coding add–ins, macros, and extensions.

After a quick introduction of basic concepts, this book delves into the automation model and add–in development with the help of a case study, numerous examples, and sample code. You′ll discover how to take advantage of the Add–in Wizard, manipulate solutions and projects, work with text in documents and programming code, create Tool Options Pages, and more. Next you′ll gain an in–depth understanding of specific extensibility options including the Visual Studio Shell and Domain–Specific Languages Tools. After that, you will learn how to integrate your own functionality with Visual Studio with the help of VSPackage. You′ll then be able to apply your knowledge to other extensibility points covered in different chapters, including debugger type proxies and visualizers, code snippets, templates, MSBuild, and macros to save time and money when developing applications.

What you will learn from this book

  • A quick overview of Visual Studio Shell and Domain–Specific Languages Tools

  • Techniques for creating, debugging, testing, and deploying your add–ins

  • Ways to work with user interface elements, Windows Forms, and controls via code in your add–ins

  • Steps for extending Visual Studio functionality using VSPackages

  • Tips for writing and managing code snippets to make your coding process easier

  • Using Visual Studio templates to save time when writing code for common projects

  • How to use MSBuild to write custom builds for Visual Studio and .NET applications

  • New techniques for recording, developing, debugging, deploying, and running macros

Who this book is for
This book is for .NET developers who are interested in extending Visual Studio 2003, 2005 and 2008. It is also for programmers who want to write highly scalable applications quickly and efficiently. 

Wrox Professional guides are planned and written by working programmers to meet the real–world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

Les informations fournies dans la section « A propos du livre » peuvent faire référence à une autre édition de ce titre.

Acheter D'occasion

état :  Assez bon
Gut/Very good: Buch bzw. Schutzumschlag...
Afficher cet article
EUR 17,38

Autre devise

EUR 2,50 expédition depuis Allemagne vers France

Destinations, frais et délais

Acheter neuf

Afficher cet article
EUR 89,06

Autre devise

EUR 37,35 expédition depuis Etats-Unis vers France

Destinations, frais et délais

Résultats de recherche pour Professional Visual Studio 2008 Extensibility

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion Couverture souple

Vendeur : medimops, Berlin, Allemagne

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages. N° de réf. du vendeur M00470230843-V

Contacter le vendeur

Acheter D'occasion

EUR 17,38
Autre devise
Frais de port : EUR 2,50
De Allemagne vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox Press, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Atlanta, AUSTELL, GA, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 3. N° de réf. du vendeur G0470230843I4N00

Contacter le vendeur

Acheter D'occasion

EUR 5,78
Autre devise
Frais de port : EUR 19,12
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion Couverture souple

Vendeur : Hubert Colau, LA BAZOCHE GOUET, France

Évaluation du vendeur 3 sur 5 étoiles Evaluation 3 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : very good. BROCHE, EN EXCELLENT ETAT. WROX, 2008. 520 PAGES. PHOTOS SUR DEMANDE. N° de réf. du vendeur PM724 C17

Contacter le vendeur

Acheter D'occasion

EUR 28
Autre devise
Frais de port : EUR 6
Vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion Couverture souple

Vendeur : SecondSale, Montgomery, IL, Etats-Unis

Évaluation du vendeur 4 sur 5 étoiles Evaluation 4 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. N° de réf. du vendeur 00046290784

Contacter le vendeur

Acheter D'occasion

EUR 5,76
Autre devise
Frais de port : EUR 29,71
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion Paperback

Vendeur : Ocean Books, Dacula, GA, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. Very nice book. Cover edges have minor wear. N° de réf. du vendeur HP-NQ28-74XG

Contacter le vendeur

Acheter D'occasion

EUR 34,96
Autre devise
Frais de port : EUR 32,26
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion Paperback

Vendeur : HPB-Red, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! N° de réf. du vendeur S_295463152

Contacter le vendeur

Acheter D'occasion

EUR 3,50
Autre devise
Frais de port : EUR 89,13
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Ancien ou d'occasion paperback

Vendeur : HPB Inc., Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! N° de réf. du vendeur S_396524825

Contacter le vendeur

Acheter D'occasion

EUR 10,93
Autre devise
Frais de port : EUR 89,13
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Nayyeri, Keyvan
Edité par Wrox, 2008
ISBN 10 : 0470230843 ISBN 13 : 9780470230848
Neuf paperback

Vendeur : BennettBooksLtd, North Las Vegas, NV, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : New. In shrink wrap. Looks like an interesting title! N° de réf. du vendeur Q-0470230843

Contacter le vendeur

Acheter neuf

EUR 89,06
Autre devise
Frais de port : EUR 37,35
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier