vista - managed code

vista - managed code

am 21.11.2007 10:29:00 von Guy

Just out of interest, how much of Vista, Office 2K8, Visual Studio 2K8 is
written in managed code?

guy

Re: vista - managed code

am 21.11.2007 13:03:53 von notmyfirstname

Guy,

Managed code is not the only development environment supported by Microsoft.

Why should they use it. Probably most of there librarys are not in that. Did
they write somewhere that you ***should*** use managed code.

For the rest sounds this the same for me as asking to AirBus how often they
use there big planes themselves instead of cars.

Cor

Re: vista - managed code

am 22.11.2007 09:45:01 von Guy

er?


"Cor Ligthert [MVP]" wrote:

> Guy,
>
> Managed code is not the only development environment supported by Microsoft.
>
> Why should they use it. Probably most of there librarys are not in that. Did
> they write somewhere that you ***should*** use managed code.
>
> For the rest sounds this the same for me as asking to AirBus how often they
> use there big planes themselves instead of cars.
>
> Cor
>
>
>

Re: vista - managed code

am 22.11.2007 16:35:16 von MR. Arnold

"guy" wrote in message
news:4B6BE758-EDE9-44CF-AB1A-76AEA3D3EE86@microsoft.com...
> Just out of interest, how much of Vista, Office 2K8, Visual Studio 2K8 is
> written in managed code?
>

You got some kind of proof here that the above applications are .Net managed
code applications? I kind of doubt that they are .Net managed solutions.

Re: vista - managed code

am 22.11.2007 17:28:57 von obermd.

"Mr. Arnold" wrote in message
news:ejOoL1RLIHA.5116@TK2MSFTNGP03.phx.gbl...
>
> "guy" wrote in message
> news:4B6BE758-EDE9-44CF-AB1A-76AEA3D3EE86@microsoft.com...
>> Just out of interest, how much of Vista, Office 2K8, Visual Studio 2K8 is
>> written in managed code?
>>
>
> You got some kind of proof here that the above applications are .Net
> managed code applications? I kind of doubt that they are .Net managed
> solutions.
>


I just did a simple check of the devenv.exe for VS 2005. It appears to be
written in C#, which would qualify it as a managed code application. Also,
it is possible to write an entire OS except for specific hardware handlers
in "managed" code. Digital Equipment did this 30 years ago with VAX/VMS.
This happens to be the major reason there are so few security holes in
OpenVMS today.

Mike Ober.

Re: vista - managed code

am 22.11.2007 21:51:42 von mattias.dont.want.spam

>Just out of interest, how much of Vista, Office 2K8, Visual Studio 2K8 is
>written in managed code?

For Vista, you may want to look at
http://www.grimes.demon.co.uk/dotnet/vistaAndDotnet.htm

VS2008 is a mix of native and managed code.

Office 2K8 isn't out yet


Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.