Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi All:

 

Just sitting here with one of my collegues and was wondering if anyone knows what visual studio is built with? And for that matter, windows itself?

 

I have always assumed it was C/C++ since that is what the API calls resemble.

 

Just curious...

 

Eric

Posted
I could be wrong, but I'm pretty sure Visual Studio is built with well Visual Studio, lol. More accurately I think it was designed at least partially with the .Net Framework. I know it sounds an odd concept, but I'm sure I read it somewhere.
Anybody looking for a graduate programmer (Midlands, England)?
  • Leaders
Posted

Visual studio is most likely written in C++. I am almost certain that Windows was.

 

VS must have been programmed in a language with some managed (.Net) functionality because it is fully interactive with the managed runtime environment.

[sIGPIC]e[/sIGPIC]
  • *Experts*
Posted

I don't know what VS was built with but I know it still uses COM for most of the internals, including most of the plugins (even VSS, I think).

 

I worked with a guy (who is now at Microsoft) who talked to friends of his at MS to find out why the Add-ins were so hard to program. They told him that they developed code in .NET internally, but when it comes time to put something new into VS they have to get it working with COM. Or something like that. It sounded ridiculous, but that's what I heard. It would explain why, even in VS 2005, Add-ins have a COM-like feel to them.

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...