Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Gil Fink is an expert in ASP.NET and Microsoft data platform and serves as a Senior .Net Consultant and Architect at Sela Group. He is a Microsoft data platform MVP and a certified MCPD Enterprise Application Developer. Gil has worked in the past in variety of positions and projects as a leading developer, team leader, consultant and more. His interests include Entity Framework, Enterprise Library, WCF, LINQ, ADO.NET and many other new technologies from Microsoft. Gil is a DZone MVB and is not an employee of DZone and has posted 98 posts at DZone. You can read more from them at their website. View Full User Profile

VS2010 Extension Manager

04.05.2010
Email
Views: 2287
  • submit to reddit

One of the great vs2010 logo features in VS2010 is the extension manager. In last DevAcademy4 conference I talked about it a little in my session and showed  an extension that I use. Lets see what is it all about.

Using The Extension Manager

The extension manager in VS2010 is a manager that help to manage and discover extensions to VS2010. In order to use it we only need to go to the Tools menu and choose to use the Extension Manager menu item. The following figure shows how to start the extension manager:
Open Extension Manager 

After opening the manager we get to the following menu:
VS2010 Extension Manager

As you can see you can see all the installed extensions, to disable them or uninstall them. Also You can discover extensions that exists in the online extensions gallery:
Online Gallery

The last thing you can do is to look for extensions updates if they exists:
Extensions Update
As you can see there are no available updates for the extensions I use.

Summary

Using the extension manager is very simple and intuitive. It enables great way to extend VS2010 as we wish or need. Of course if you like, you can create your own extension but this is a story for another post.

References
Published at DZone with permission of Gil Fink, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)