InfoQ

News

Microsoft Takes On Eclipse with Visual Studio 2008 Shell

Posted by Jonathan Allen on Jun 07, 2007 01:48 AM

Community
.NET
Topics
Artifacts & Tools
Tags
Visual Studio,
Visual Studio Shell

For a number of years Visual Studio has supported non-Microsoft languages as plug-ins. However, the high cost of Visual Studio itself prevented it from being a platform for 3rd party language developers. This has changed with the announcement of Visual Studio 2008 Shell.

Visual Studio 2008 Shell is literally just the Visual Studio shell sans-compilers. VS Shell is completely free of licensing and royalty fees, making it a suitable platform for competing languages.

VS Shell packages can be deployed in one of two modes. Integrated mode merges the package into the standard Visual Studio environment. This should allow developers to work with traditional VS languages like C++, VB, or C# alongside newer languages like IronPython.

The second mode, known as isolated mode, is more for application development than language development. In the example on the Visual Studio Shell site , an end-user application called Fabrikam Home Automation Studio is shown. As this application is a specialized tool rather than a typical programming language, it runs with toolbars and menus customized just for it. One could think of this as a general case of Visual Studio Express, where each 'version' is isolated from the next even though they technically share the same IDE.

VS Shell does not have support for any Microsoft tools or languages built in. However, if the user also has a paid Visual Studio SKU (Standard, Professional, or Team System) then the tools and languages will be available alongside VS Shell packages deployed in integrated mode.

Developers considering using VS Shell are being asked to contact Microsoft at vsipinfo@microsoft.com.

1 comment

Reply

MS Partner Program by James Vastbinder Posted Jun 7, 2007 10:27 AM
  1. Back to top

    MS Partner Program

    Jun 7, 2007 10:27 AM by James Vastbinder

    So I can't help but adding this nugget. There is a little know program at MSFT called Empower. The URL is here: https://partner.microsoft.com/40011351 The price is $375/yr on a subscription basis, but I think within the budget of w guys a dog and a coffee pot...

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.