Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Paul D. Murphy

Better Lemonade Mousetraps

After careful consideration...

I come come across compelling evidence that Whidbey will natively support Unix.

System.PlatformId in 1.1

namespace System

{

public enum PlatformID

{

// Fields

Win32NT = 2,

Win32S = 0,

Win32Windows = 1,

WinCE = 3

}

}

System.PlatformId in 2.0

namespace System

{

public enum PlatformID

{

// Fields

Unix = 4,

Win32NT = 2,

Win32S = 0,

Win32Windows = 1,

WinCE = 3

}

}

Published Sunday, August 01, 2004 3:27 AM by pmurphy

Comments

 

pmurphy said:

Microsoft themselves have .NET VM for Unix

Also don't kid yourself , Mono is helping Microsoft ship lots of VS.NET studios.
August 3, 2004 4:05 AM
 

pmurphy said:

Moron
August 3, 2004 11:12 PM
 

pmurphy said:

who me? you must be new. that's a know fact. Just ask Wally.

Paul
August 3, 2004 11:55 PM
Anonymous comments are disabled