472,796 Members | 1,586 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,796 software developers and data experts.

Longhorn managed?

This was stated in a response another post:
Right now only Win 2003 OS comes with the framework 'pre-installed'. Windows2006 a.k.a 'LongHorn' is actually built on top of .NET framework. So finallywe have a 'managed' OS.


I'm curious about this, does it mean that the OS from ground up would have
been re-written in .net? are device drivers going to be written in .net? How
much of the OS will really be .net?

--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
Jul 21 '05 #1
3 1385
> I'm curious about this, does it mean that the OS from ground up would have
been re-written in .net? are device drivers going to be written in .net? How
much of the OS will really be .net?


No and no, the OS kernel and many existing programs are still in
native code. Many new managed APIs are provided though.

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Jul 21 '05 #2
Of course not. IMO it's rather to be taken as "as a developer you'll see
more and more the OS a set of managed APIs"...
Patrice

--

"Wayne" <Me******@community.nospam> a écrit dans le message de
news:Ok**************@TK2MSFTNGP14.phx.gbl...
This was stated in a response another post:
Right now only Win 2003 OS comes with the framework 'pre-installed'. Windows
2006 a.k.a 'LongHorn' is actually built on top of .NET framework. So

finally
we have a 'managed' OS.


I'm curious about this, does it mean that the OS from ground up would

have been re-written in .net? are device drivers going to be written in .net? How much of the OS will really be .net?

--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein

Jul 21 '05 #3
Hi Wayne,

When i wrote "Right now only Win 2003 OS comes with the framework
'pre-installed'. Windows 2006 a.k.a 'LongHorn' is actually built on top of
..NET framework. So finally we have a 'managed' OS." in my previous post, i
was referring to the context of .NET being supported at the OS level.

I am sure it was quite misleading. But anyway, as Cor pointed out, the
Kernal and other parts of OS are unmanaged. They havent been touched yet.
(???)

But yes, Some parts of the Windows are completely re written in .NET like
say Windows Explorer. Explorer.exe in Longhorn has apparently been
(re-)written as a .NET managed application. I have read couple of posts about
this. Also other tools are also been done in managed code.

Device drivers are still what they are. Having device drivers in managed
code, sounds wired. Just dont make sense. Right now we dont have any
creditable evidence to prove or disprove whatz written in .NET and how much
of it.
Happy Coding

"Wayne" wrote:
This was stated in a response another post:
Right now only Win 2003 OS comes with the framework 'pre-installed'.

Windows
2006 a.k.a 'LongHorn' is actually built on top of .NET framework. So

finally
we have a 'managed' OS.


I'm curious about this, does it mean that the OS from ground up would have
been re-written in .net? are device drivers going to be written in .net? How
much of the OS will really be .net?

--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: | last post by:
I saw that the Microsoft Longhorn is comming out with WinFX which is some upgrade of the .NET framework Does that mean that .NET programs (currently made) can also run as WinFX without need to...
1
by: jbailo | last post by:
Microsoft -- in an effort to stem declining contract, pre-announced a new product: Longhorn Gold. Unlike Longhorn, Longhorn Gold is dry and leafy. "We realized that nobody was buying...
1
by: Michel Racicot | last post by:
Hi there, I need to know if Win32 applications will still run on the future Windows OS codenamed Longhorn? Also, Will avalon applications run on older versions of Windows? NT? XP? 9x? ...
1
by: Andrew Genovesi | last post by:
Is possible to develop longhorn application in Win XP Pro I tried to install Longhorn SDK but is not present msbuild.exe an ..NET framework 2.0 How can i compile and execute Longhorn application...
2
by: RW | last post by:
I have heard that your existing applications written in .NET will not work on Longhorn unless you recompile them or retouch them in some matter Is this correct If so, why would anyone start to...
2
by: Larry__Weiss | last post by:
What is the relationship of .NET to XP compared to .NET's relationship to Longhorn? Is that even a proper way to phrase the question?
23
by: JDeats | last post by:
Just spent some time browsing around here: http://msdn.microsoft.com/Longhorn/ I can see the benefits from WinFS (as long as we tag all in-coming data this should be nice, tagging everything...
3
by: Wayne | last post by:
This was stated in a response another post: >Right now only Win 2003 OS comes with the framework 'pre-installed'. Windows >2006 a.k.a 'LongHorn' is actually built on top of .NET framework. So...
2
by: =?Utf-8?B?VGhlTWFkSGF0dGVy?= | last post by:
Quick Q's: Will the driver development for longhorn still be in C ? Can it be done in C#. (I like the frameworks too much :) ) I heard a rumer that LongHorn was programed with c#, so I had a...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.