Slashdot Log In
Analysis of .NET Use in Longhorn and Vista
Posted by
samzenpus
on Wed Mar 15, 2006 09:57 PM
from the what-would-bill-do dept.
from the what-would-bill-do dept.
smallstepforman writes "In a classic example of "Do as I say, not as I do", Richard Grimes analyses the ratio of native to managed code in Microsoft's upcoming Vista Operating System. According to the analysis at Microsoft Vista and .NET, "Microsoft appears to have concentrated their development effort in Vista on native code development. Vista has no services implemented in .NET and Windows Explorer does not host the runtime, which means that the Vista desktop shell is not based on the .NET runtime. The only conclusion that can be made from these results is that between PDC 2003 and the release of Vista Beta 1 Microsoft has decided that it is better to use native code for the operating system, than to use the .NET framework.""
This discussion has been archived.
No new comments can be posted.
Analysis of .NET Use in Longhorn and Vista
|
Log In/Create an Account
| Top
| 479 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Well DUH (Score:2, Insightful)
Re:Well DUH (Score:5, Interesting)
(http://www.kibbee.ca/)
Re:Well DUH (Score:4, Insightful)
You worry too much. Unless you are doing something real damn special, you don't need to call WINAPI code alot, and alot of the unmanaged libraries are being/have been replaced with managed versions. Not saying it will be free of bugs, and completely secure, nothing is, but it will have fewer bugs, and fewer holes.
Re:Well DUH (Score:5, Funny)
(http://www.localnine.com/)
Re:Well DUH (Score:4, Interesting)
IE (considering IE 6's security "model", this would be a really good idea)
Outlook Express (ditto)
Media Player (yeah, ditto again)
WordPad
Movie Maker
Paint
Image & Fax Viewer
Solitare and every other game
Re:Well DUH (Score:5, Insightful)
(http://www.int64.org/)
Re:Well DUH (Score:5, Insightful)
If the past three decades of computer science have taught us a single thing, it's that intelligent, conscientious, meticulous coders will still write code that has simple vulnerabilities like buffer overflows. Now, I'm not suggesting that we just give up on trying to write good code. But it's hard to argue that it's anything other than a win to reduce the damage of such errors when they--inevitably--occur.
Writing unexploitable code is great, but it needs to be executed perfectly by every single developer, writing every single line of code, forever. Every time you find and fix one bug, you've only fixed that one, but haven't done anything about future ones; that seems like the epitome of bandaidness. A single centralized sandbox api could conceivably address such bugs categorically, in a finite amount of code.
I don't actually know anything about .net, so I can't speak to how well it accomplishes this goal. But generally approaching the problem in this way seems sound. An actually-existing approach that seems analogous is the privsep model of recent years' opensshd.
Re:Well DUH (Score:5, Insightful)
(Last Journal: Friday October 08 2004, @04:53AM)
I was sort of worried that MS was going to take over for open source, by actually taking the job of fixing their security model and creating really secure and stable system. Don't look like the chose to.
Eivind.
Re:Well DUH (Score:5, Informative)
Uh? NT "microkernel" stopped being a real microkernel long time ago (just like mac os x). The TCP/IP stack, drivers (IDE/SCSI/SATA controllers, graphic/sound drivers etc), the filesystem, the VFS...EVERYTHING is in the kernel. In practice, windows and mac os x have the same disadvantages than monolithic kernels, except they were designed from scratch to be modular (in practice, monolithic kernels have evolved and become quite modular aswell, which is why these days monolithic kernels can continue adding features without rewriting the whole kernel and maintaining it despite of all the complexity hardware has today)
So, where exactly win2k "passes execution off to a userland service") As far as I know they implement in the kernel everything that a monolithic kernel implements, plus the graphics subsystem + window manager, plus software audio mixing, plus some parts of some codecs....
the obsession with the V in front of the M (Score:4, Interesting)
(http://slashdot.org/)
i am failing to see why people are so afraid of the M that we need the V. maybe on large multiuser mainframe-style system, you'd want some V. we are talking about PCs. if you need 'em, just get a bunch of 'em. those are your VMs.
if the argument is that if the app crashes or malfunctions -- for whatever reason -- you don't want the V to go down with it, well, if my app crashes, i couldn't care less about the machine staying up.
> I've often wondered how much more secure our computers would be if we ran web browsers, mail clients, and other web facing applications in a sandbox like the JVM
first, in todays day and age, what is not facing the web?
second, doesn't that make the JVM an extension (of the OS) whose sole purpose is to run the apps?
wasn't that what the OS itself is designed to do in the first place? so now, OS isn't something that runs apps but something that runs the VM to run the app? so shouldn't the VM be a standard part of the OS? but it is. it is the OS itself. but the OS isn't secure! so the VM on top of that very same OS is?
it almost sounds like packing on some cake-ey layers of makeup on top of wrinkled up skin and expecting it to fix the wrinkles. if it does show thru the layers, what next, another layer?
anyhow, i cringe when i see JVM. or any other VM for that matter. just give me the freakin M.
Re:the obsession with the V in front of the M (Score:4, Insightful)
(http://gort.ucsd.edu/escowles/)
it's not that there are a lot of apps that don't use the web, it's that they should be isolated from each other. my web browser generally only needs to write files in one or two directories (cache, downloads). ditto for my email client. my browser shouldn't be able to delete my email. my email client shouldn't be able to wipe my whole home dir. etc.
people like to say that linux and macosx are inherently more secure than windows because of user separation. but all of the data i care about is owned by my user account and could be deleted by my browser or email client (given the right vulnerability), because they both have uneccessary access to the filesystem.
-esme
Re:Well DUH (Score:4, Interesting)
All the advantages, without any of the disadvantages. Why "virtual machines" exit at all? I already have a machine, a real one! Give me an operative system with a MAC framework, I'll leave others the overengineered abstractions.
Re:Well DUH (Score:5, Interesting)
Re:Well DUH (Score:5, Interesting)
(http://jearl.0catch.com/)
Exactly, Novell is perfectly happy to be building nearly all of its new tools with Mono, and some of my favorite Gnome applications have been written in C#. If .NET is so cool why isn't Microsoft doing something similar?
Because .NET is effectively open source (Score:5, Interesting)
(Last Journal: Friday December 17 2004, @05:39AM)
See Reflector: http://www.aisto.com/roeder/dotnet/ [aisto.com]
OK, now shoot me. I'm not a
Re:Because .NET is effectively open source (Score:5, Informative)
Anyway, source for some user-land tools such as Wordpad & Notepad (two candidates for replacement) are already available and part of MS Developer Studio sample code. So I hardly see the harm from being able to decompile a .NET app equivalent. Besides, if you or they were absolutely paranoid about people decompiling your code, you run it through an obfuscator first. Then all of the property names, symbols, code etc. get scrambled around and given random names making it pretty much impossible to follow what is going on.
Re:Well DUH (Score:5, Insightful)
Now if they wanted to write some new app in
Re:Well DUH (Score:5, Interesting)
(http://jearl.0catch.com/)
If there was ever an application that screamed out for replacing it is notepad.exe. Seriously, you can't throw a rock without hitting 10 better basic text editors for Windows, and yet for whatever reason Microsoft still relies on notepad.exe for this important niche. I mean seriously, how hard would it be to replace notepad.exe with a fancier .NET version that didn't suck so completely? I would bet that if Microsoft simply asked the developers there that they would find that they have half a dozen notepad.exe replacements written in .NET technologies. Not only would this mean that systems administrators like myself wouldn't have to include a decent text editor in our base images, but it would help showcase .NET.
I do agree that Microsoft seems to be mostly unimpressed by its own marketing machine, but its pretty clear that Microsoft is still trying to gain marketshare for .NET, and every little bit helps.
actually, I rather like notepad (Score:4, Interesting)
(Last Journal: Thursday November 03 2005, @08:42PM)
And sure, Microsoft should be working on some snazzier looking basic apps, and writing them to showcase
Okay, so that doesn't work for ya (and I often myself, if I'm doing plaintext editing on Windows for one reason or another, use something other than notepad). But hey, not to give in to the rampant bashing of Microsoft here on Slashdot but there are some pretty good reasons why people abbreviate it M$, right? Maybe I'm just driving out in Conspiracy Land here, but it seems to me that it's actually a business strategy for Microsoft not to have any better default editors.
Re:actually, I rather like notepad (Score:4, Insightful)
(http://jearl.0catch.com/)
I don't mind that notepad.exe is a pure text editor. What I mind is that it is the stupidest text editor ever. For example, at the very least it could deal with UNIX and Mac style text files intelligently. I mean seriously, how much is that to ask?
Re:Well DUH (Score:5, Interesting)
Easy: you don't start over unless you have to (Score:5, Insightful)
(http://www.xiphoris.com/)
Why waste time re-implementing something that already works fine? Also, explorer.exe doesn't really qualify as userland. Sure, it's not the kernel, but it's as close as you get in userland.
As it looks to me,
Again, it seems you're expecting Microsoft to instantly rewrite all their software from scratch. A lot of software that's going into Vista, and indeed Vista itself, have been in the work as long as
You're saying they should just throw away everything and do it all over again in
Re:Easy: you don't start over unless you have to (Score:5, Insightful)
(http://insidewoodland.com/)
If I want a program to do more, I use something else. But for what it is designed to do, Notepad is great.
Re:Easy: you don't start over unless you have to (Score:4, Insightful)
(http://slashdot.org/-- | Last Journal: Thursday September 18 2003, @11:15AM)
Funny that, that Linux use more
Re:Easy: you don't start over unless you have to (Score:5, Insightful)
(Last Journal: Friday May 04 2007, @08:30PM)
From a coding perspective? Agreed. If it ain't broke, etc., etc. Politically, though, there is quite a bit to be gained.
I am not a Windows Developer and I'm pretty ignorant about
Another good reason to do this is to show what
Third, and this is a variation of "eating your own dog food," but if Microsoft is making all these claims about how great
Re:Well DUH (Score:5, Informative)
(http://slashdot.org/~tshak/)
You are absolutely right in that MS should rewrite the "basics" like notepad and mspaint. Not because of
Re:Well DUH (Score:5, Informative)
(http://jedidiah.stuff.gen.nz/wp/ | Last Journal: Wednesday April 04 2007, @02:51PM)
Interestingly the people at MS research are expecting just that - they are writing Singularity [microsoft.com] in what is essentially C# with extensions (extensions mostly in the form of formal specification semantics to allow more complete static checking). The upside to doing this is that, when combined with a better ground up approach to security as is being used in Singularity, you get a remarkably robust and secure kernel for an operating system.
Of course this is a project at MS research - I wouldn't expect it to ever see the light of day in an actual product released by MS. It's nice to know that some people set their expectations suitably high though.
Jedidiah.
Re:Power is cheap, time is expensive. (Score:5, Interesting)
I think your "reality" is a little narrow. There is a lot more complexity to figuring out ROI then what the MS marketing machine has convinced you of. Even my example leaves out a lot of details like the added cost of migrating to a newer toolset to support
Missing the point (Score:5, Insightful)
This scenario is pure fantasy. The vast majority of apps nowadays are IO limited, and spend most of their time idling whilst they wait for on the hard drive/network for more data, or (more commonly) waiting for the user to type something or click a button. I doubt you'd realise these types speed gains you talk about - most of the time the user him/herself is the weak link in the throughput chain.
Well, you've left out those 60 people who are twiddling their thumbs for 100 hours because the "super-speedy C version" of their app doesn't exist yet. That's 60 people * 100 hours of thumb-twiddling * $8.00/h = $48,000 of money that is lost as users eagerly await the software that is going to save them $4,160 per year.
In your world, they'll break even in around 12 years. Funny, you haven't convinced that development time isn't the leading factor in the cost equation.
Whereas applications on the other hand... (Score:5, Funny)
Mono (Score:4, Interesting)
(http://www.zbyte64.com/)
Re:Mono (Score:5, Interesting)
(http://dotfuturemanifesto.blogspot.com/)
Vista does not provide any new applications though. The main changes are deep in the O/S at the level where folk used to argue over high level language vs assembler. The user interface eye candy is expensive enough in cycles without using a set of relatively new compilers.
Longhorn has been in development for 6 years now. The last thing Microsoft needed to do was to introduce another delay for any reason.
Today managed code is slower than the best optimized C. It is on a par with average quality code. There was a time when the same was true of C code vs assembler. Today the number of coders who can produce code that is faster than compiler generated is pretty small and even they can't keep it up for very long. I don't think it will be long before the same is true of CLI code, particularly if the code is optimized for the platform at install time.
Unlike Java CLI code has exactly the same information available as the standard microsoft C++ compiler, plus it knows the exact target processor. The only thing that dings managed code performance wise is having the garbage collector running.
So.... (Score:2, Insightful)
Not a good basis for decision (Score:1, Insightful)
the only good news I've heard about Vista... (Score:4, Funny)
Uh... (Score:2, Insightful)
Not suprising. (Score:4, Insightful)
The proof is not OS services (Score:5, Insightful)
People like to complain about MFC, but fail to realize that Visual Studio, from its humble beginnings up through VS6, was based on MFC.
Besides that, the value of a tool is not determined by what the toolmakers do with it, but with what you can do with it. When you see proved over and over that
Microsoft deciding to keep OS components in native code is not indicative of anything.
.NET is for rapid app development (Score:2)
I'm not sure how realistic it is to even try to write OS-level stuff in
Can't blame them (Score:5, Interesting)
Re:Can't blame them (Score:4, Insightful)
(http://www.outerspacecrew.net/)
I write games also in, get this... VB.NET. (Which turns into the same CLR code as any other managed language)
Fairly complex stuff, not commercial quality, but impressive none the less. Commercial quality of 4-5 years ago maybe. My current project has about 180 pages of source and that compiles in about 15 seconds on my 2.5Ghz machine. I'm using DirectX 9.0 SDK summer update 2005. You're aware that Quake II was ported to
My development experience in VB.NET has been a pleasure. I write bash/perl shell scrips at work all day so this is polar opposites. The brain dead IDE and syntax makes things nice and easy, and I can focus on problem solving and complex algorithms. Also the speed penalty is more than acceptable, unless you are writing some very serious games.
When the baby came with instructions (Score:1)
As it stands today, I have to deliver MS framework 1.x or 2.x or flipin x.x because it is not part of the basic OS. As a coporate developer I have to get our platform installers to push framework out so I dont have xx mg added to my installs. What would be the miracle would be that MS actually implemented an OS that had all the damn components in place (gasp) like it use to be, instead of today were I need to tell users to upgrade to FW then install the app. I try to stay within the envelope, it is MS that keeps changing the edges. How about getting back to basics where the OS, when released had it all.
The point here... (Score:2, Insightful)
Users embedding and extending the OS? (Score:1)
Now imagine that Microsoft's utility programs had a security vulnerability. In their managed code, you jokers.
Exporting objects that were fully reflective is asking for trouble. It's probably bad enough that you can tear apart binaries now with a good debugger and resource editor. It will be much worse if those programs actively advertised their services.
Always knew it was a sucker bet (Score:2)
(http://www.whiteboxlinux.org/)
Should consider only new code (Score:2, Insightful)
Java Appliance (Score:1)
Consider the alternative... (Score:3, Insightful)
Really, nobody can win when you sit there and pick apart everything someone does out of sheer spite. But I suppose it is far too unreasonable to ask for informed discussion these days...
Irrelevant (Score:5, Interesting)
This issue is largely irrelevant;
Re:Irrelevant (Score:5, Interesting)
(http://www.jonathanwatmough.com/ | Last Journal: Saturday February 04 2006, @11:25AM)
This has all the hallmarks of the ass-kickings that Bill Gates handed out during NT development. The ass-kickings that pushed the graphics code into the kernel spring to mind here.
All this is kinda interesting, since my job has kept me in VC6, and I've mostly missed out on using
No Duh (Score:3, Insightful)
(http://slashdot.org/ | Last Journal: Wednesday November 07, @10:21PM)
Why would Microsoft want to slow Windows down any further?
Ask Linus why he isn't using the JVM inside the kernel. Ask the KDE team why every call doesn't go through the JVM. Its a stupid assumption that any Vista program would run under the
A better question would be to ask Microsoft why they won't allow anyone to publish program benchmarks for Java vs
Enjoy,
Re:No Duh (Score:5, Informative)
(http://slashdot.org/ | Last Journal: Wednesday November 07, @10:21PM)
Bullshit, and this pisses me off to no end.
My link and several others: http://www.msdnaa.net/EULA/EMEA/English.aspx [msdnaa.net]
2.6 Benchmark Testing. You may not disclose the results of any benchmark test of Server Software (as defined below in Section 4.1) or the
Your Link has stipulations:
http://msdn.microsoft.com/library/default.asp?url
*You may conduct internal benchmark testing of the
Go read the compliance of terms.
Enjoy,
Dogfood (Score:2, Insightful)
(http://slashdot.org/~Doc%20Ruby/journal | Last Journal: Thursday March 31 2005, @01:48PM)
20 years of Windows, and the more expert we are in either/both Windows and unix (or Linux), the less likely we are to use Windows technology for our most important development. Especially stuff that's less than 10 years in the field.
So? (Score:5, Informative)
(http://onlineslangdictionary.com/)
Read this blog posting [msdn.com] by Dan Fernandez:
"...For those of you that refuse to believe, here's an estimate of the lines of managed code in Microsoft applications that I got permission to blog about:
Your sig is a lie (Score:5, Informative)
(http://www.xiphoris.com/)
I know this is entirely off-topic, but I feel I must comment. Frankly, you're wrong. "Affect" and "effect" are both nouns and both verbs.
You can read the verb and noun definitions of affect here [answers.com]. You can read about those of effect here [answers.com], if you want to learn more.
Anyway, please change your sig. It's bad to spread misinformation.
Re:Your sig is a lie (Score:4, Informative)
(http://it.slashdot.org/~sik0fewl/)
Of course, in they way they are most often [mis]used, affect is a verb and effect is a noun.
What? (Score:2)
Microsoft's first good decision! (Score:1)
(http://www.grupenet.com/)
Big surprise (Score:2)
(http://hivearchive.com/ | Last Journal: Thursday March 07 2002, @10:39PM)
So of course they'll let it languish. Anyone heard any status from Parrot?
Reflection! (Score:5, Insightful)
Sure, there's obfuscation. Doubtlessly, MS already uses obfuscation extensively in every one of its published .NET assemblies.
But obfuscation will only get you so far. Your garden-variety reverse engineer will have an easier time working with obfuscated .NET code than traditional assemblies.
This wouldn't be the first time (Score:3, Interesting)
While, a few years ago, Microsoft was pushing the MS koolaid drinking developers towards MFC (which I used for some projects), MS used WTL (Windows Template Library) for projects such as Office! Think I'm smoking crack? At one point, I renamed all the MFC DLLs in my system and then proceeded to try all the apps in my system to see which ones were dependant on MFC. Guess which ones weren't? That's right, Microsoft products, such as Office, weren't (use Dependancy checker to verify)! Don't know what they're using for Office now, though...
Although MS never really officially supported WTL too much (was on MSDN CDs at one point if you knew where to look), it had a great fan base. I used it for a few apps, and it produced some of the tightest GUI code I've ever seen! With no DLL dependancies either! MS apparently dropped support, but now it's on Sourceforge, so it's still available.
Great, just when they finally got me to drink the forking .NET koolaid, they have to switch it on developers AGAIN! Just how much crap will MS developers take?!?!?! You know, I do like the .NET forms library and the way it's cross language compatible, but couldn't this have been done WITHOUT putting all this on a virtual machine?!? Virtual machines make working on real world apps a pain to develop, IMHO, with having to interface with legacy libraries and the performance issues wrapped around those interfaces...
Re:This wouldn't be the first time (Score:5, Informative)
It's amazingly simple to determine if MFC is being used statically in an application. Look for the teltale signs in the Windows classes with Spy++ or dump the executables and find the symbols.
Ok, just fired up spy++ and took a look at Outlook and guess what? One of the windows under the root window is AfxWndW, MFC finger prints right there.
nothing new, duh! (Score:1)
It would seem that this is more like the JVM that takes care of eating it own dogfood.
And like many people have said here already,
Seriosuly. (Score:2, Informative)
(http://www.indistinct.net)
Guards, please remove those hands, that these fools never type a line of code again.
'Nuff said.
It seems to me that Java is another example. (Score:4, Insightful)
(http://www.futurepower.net/)
(The links provided are just the first listed for the searches ".NET De-compile" and "Java De-compile". There are many de-compilers, and the ones linked are not necessarily the best.)
--
Movie claims overthrow of the U.S. government: Loose Change, 2nd Edition [google.com].
What a combination... (Score:1)
(Last Journal: Tuesday February 20 2007, @07:44AM)
Managed Code for Shell Extensions Not Recommended (Score:2)
(http://uspoliticsandelections.blogspot.com/)
It shouldn't be too much of a surprise that they aren't really using it so much themselves as a result of that.
bad PR but good SE (Score:3)
None of this has any bearing on whether it's a good idea to use
The primary market for
so i've heard (Score:2, Informative)
.Net in Windows ? (Score:1)
(http://convergence.in/blog)
they did have managed code, but pulled it out (Score:5, Informative)
(http://schwartz-omalley.com/people/owen)
The real story (Score:5, Interesting)
Vista had been built around
One of the things this initiative depended on was the way that
An aside: what do I mean by versioning? For instance, let's say you've got a
When this versioning problem came up, it was decided by the higher ups that ALL
Long story short - MS had every intent of having performance-critical APIs, applications and big parts of the OS be in
Forget Sun... is Apple using Cocoa? (Score:5, Interesting)
(http://www.roughlydrafted.com/ | Last Journal: Friday August 11 2006, @11:13PM)
Apple uses Cocoa not only to rapidly build new freestanding apps like iPhoto, but has rebuilt bundled apps like Mail with it, as well as pretty much everything that isn't Java or a standing legacy codebase (like iTunes or the Finder, which was ported from OS 9 in Carbon). Apple is very much eating their own dog food, so that the direction they sell to developers is actually being put into practice at home, and actively being developed by its owner (and premier user).
The difference:
- Cocoa isn't a flavor of the month. It has functional origins back into the 1989 release of NeXTSTEP, making it over 15 years old.
- Apple moved decisively to Cocoa after revealing their strategy for Mac OS X around 2000.
- The work to modernize the NeXT APIs into today's Tiger Cocoa (yum) is comparable to delivering
- Cocoa has incrementally absorbed an increasing role in Mac OS X as it expands to encompass new functions that were only available procedurally before in Mac OS X.
So Apple has a strategy that they are decisively using, while Microsoft takes wild stabs at various things, few of which ever get to mature before a new stab is announced.
Microsoft 2006 sounds a lot like Apple 1996. The difference: there isn't another NeXT for Microsoft to buy.
stupid microsoft (Score:1)
Reasons I can think of (Score:3, Insightful)
(http://rikkus.info/)
2. Windows Forms applications feel slightly sluggish and start slower than native - even for very simple applications.
ATI CC (Score:1)
Of course we all in the end use third party software because MS always avoids support for common formats in it's picture viewers, music players (their media player sucks in fact), etc.
Do as I say, not as I do? (Score:2)
In other news (Score:2)
OMG!
No Way!
this doesn't contradict what MS says (Score:2)
(http://www.penguinma...ovideos.php?source=7)
The goal of Operating System code is to be as fast as possible.
The two goals aren't best solved in the same way, which is why MS didn't solve them that way. The important thing is that you can use
Disappointing. I think we deserve better. (Score:2, Insightful)
(http://www.appdev.info/)
Readers here have seen the "dogfooding" idea, and have seen lots of arguments for why this makes sense in terms of getting requirements and design right. For a framework as sweeping and critical as
I don't think there are too many people who would expect low-level code to be written in
Besides, the argument that unmanaged code is faster than managed code falls pretty flat on me. I completely agree that a good coder should be able to beat
I think what this really points to is a combination of two factors, both of which are a little unsettling.
First, Microsoft is subject to the same product planning dynamics as the rest of us. For existing code and existing apps, virtually any incremental change will be more economical and less risky when built on an existing code base. Even the iffy cases will *appear* less risky when built on an existing code base. In order to undertake an architectural change, you have to have a pretty compelling reason to do so, and a good bit of courage to shelve the old stuff and move forward. This hasn't happened in a meaningful way in Vista.
Why is this disturbing? Simple. This points to the depth of reengineering that's going into making the OS and apps more stable and more secure. Very often, the right thing to do when fixing a bug is to find the specific pinprick in the code and patch it. Sometimes, however, when you start to accumulate enough bugs in one place, you have to consider whether there's a systemic problem in that area. In those cases, the only way to stop the bugs for good is to fix them systemically -- ie, to re-engineer that part of the app. If this is happening anywhere in the Vista code base, why wouldn't it be happening on
Which brings me to disturbing point #2. The release date for
It's either because any MS OS release is really a bunch of pretty small changes scattered across a staggering number of individual files and components such that MS can't justify rewriting any of the components, or because MS has, as Grimes concludes, lost confidence in
I'm a fan of
Old News (Score:2)
Have you been living in a hole? Microsoft publicly announced that .NET would not be core to Vista (then, "Longhorn") and listed many reasons why, but that it would consider putting some of the effort back into the V.next release.
You need to read /. more often if you're going to post crap.
Memory Consumption (Score:1)
static void Main() { Application.Run(new Form()); }
This uses 6300KB, and we have zero functionality coded.
Really, we're gonna tear 'em a new one no matter what they do...
Are they using Visual Studio 6? :) (Score:2)
(http://www.scarydevil.com/~peter/ | Last Journal: Monday September 26 2005, @06:53PM)
Well, duh. (Score:2)
Re:What is it anyway? (Score:4, Funny)
Sorry bub, that ole' free karma trick in the
Doesn't hurt to try though, I guess.
Re:What is it anyway? (Score:3, Insightful)
(http://hecgeek.blogspot.com/)
Of course today people do know what it is. Essentially, it is like the intermediary java byte-code and VM, with a somewhat language-independent front-end. So you can write
Re:z0mg (Score:2)
(http://hivearchive.com/ | Last Journal: Thursday March 07 2002, @10:39PM)
Re:Of Course! (Score:1)