473,324 Members | 2,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Is .NET 2.0 Framework going to take advantage of 64-bit computing?

int
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest,
64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this
entire landscape?

Nov 16 '05 #1
8 1159
yes .net 2.0 will have x64, and IA64 support covering both intel and AMD
with both extended 64 and native 64 (AMD of which does not make a native
64bit chip, just an extended one, where as the itanium of course is a fully
64bit chip)
"int" <in*******@hotmail.com> wrote in message
news:OS*************@TK2MSFTNGP12.phx.gbl...
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest,
64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this
entire landscape?

Nov 16 '05 #2
SQL Server 64-bit is already out for the Intel processors. I'm not sure if
it will ever be available in SQL 2000 for the Opteron processor; however,
Yukon will definitely support the Opteron processor, eventually. Windows
server 2003 will offer support for the Opteron with the release of service
pack 1 (2nd half of this year.) You can download a public beta from
Microsoft. I'm not sure about the framework. You can get more information
here:

http://www.microsoft.com/windowsserv...t/default.mspx

John Oakes
"int" <in*******@hotmail.com> wrote in message
news:OS*************@TK2MSFTNGP12.phx.gbl...
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest,
64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this
entire landscape?

Nov 16 '05 #3
Yes, even your .NET code should be able to support 64 bit platforms without
you even needing to recompile your code.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"int" <in*******@hotmail.com> wrote in message
news:OS*************@TK2MSFTNGP12.phx.gbl...
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest,
64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this
entire landscape?

Nov 16 '05 #4
int
anyone have an ideas on the percentage (% )performance increase for .NET
apps,
like how many more ASP.NET pages can be served?


"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:O6*************@TK2MSFTNGP12.phx.gbl...
Yes, even your .NET code should be able to support 64 bit platforms without you even needing to recompile your code.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"int" <in*******@hotmail.com> wrote in message
news:OS*************@TK2MSFTNGP12.phx.gbl...
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest, 64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this
entire landscape?


Nov 16 '05 #5
Nope. Too early to tell as the code isn't even stable yet.
But anyone who has run tests isn't allowed to post statistics due to the NDA
(non-disclosure agreement).
Just sit tight and wait for MS to publish something official :-)

-Rob Teixeira [MVP]

"int" <in*******@hotmail.com> wrote in message
news:eE**************@TK2MSFTNGP12.phx.gbl...
anyone have an ideas on the percentage (% )performance increase for .NET
apps,
like how many more ASP.NET pages can be served?


"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:O6*************@TK2MSFTNGP12.phx.gbl...
Yes, even your .NET code should be able to support 64 bit platforms

without
you even needing to recompile your code.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"int" <in*******@hotmail.com> wrote in message
news:OS*************@TK2MSFTNGP12.phx.gbl...
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest, 64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this entire landscape?



Nov 16 '05 #6


----- Cor Ligthert wrote: ----

Even when there are API's in it


of course. it's all about the jit compiler and ngen. that's why we use vm

Nov 16 '05 #7
"=?Utf-8?B?RGFuaWVsIEppbg==?=" <an*******@discussions.microsoft.com> wrote
in news:38**********************************@microsof t.com:
> Even when there are API's in it?


of course. it's all about the jit compiler and ngen. that's why
we use vm.


http://www.codeproject.com/useritems/WhyDotNET.asp
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
Nov 16 '05 #8
Yes. The Framework install of the CLR will be the telling point. You will
not have to alter any code to take advantage. At least that is the "rumor"
running around. Of course, anything can change between now and then.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"int" <in*******@hotmail.com> wrote in message
news:OS*************@TK2MSFTNGP12.phx.gbl...
Is .NET 2.0 Framework going to take advantage of 64-bit computing?

Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.

Look at the prices here...
http://www.anandtech.com/guides/priceguide.html

By the time .NET 2.0 comes out, maybe middle to late 2005 at the earliest,
64-bit computing will be mainstream and will be bulk of all processors
shipping.

And what about SQL Server 64-bit? and how will MySql 64-bit affect this
entire landscape?

Nov 16 '05 #9

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

Similar topics

132
by: Kevin Spencer | last post by:
About 2 years ago, and as recently as perhaps 1 year ago, I can recall seeing many posts about what language to use with ASP.Net. The consensus was that employers paid more for C# programmers, and...
23
by: Nak | last post by:
Hi there, Has anyone any ideas if the next Framework will be an update to version 1.1 or another completely new install so that people have 3 Frameworks on their system? And can VS.NET 2003 be...
2
by: Hemang Shah | last post by:
Hello I have an application I developed on the 1.1 framework. Now I want to take advantage of the 2.0 framework in my application.. Can I just recompile my existing code on 2.0? How does...
34
by: emrahayanoglu | last post by:
Hello Everyone, Now, I'm working on a new web framework. I tried many test on the other programming languages. Then i decided to use python on my web framework project. Now i want to listen...
9
by: Cirene | last post by:
I'm about to begin a brand new, big, ASP.NET project (using 3.5 .net fw), VS 2008. I'm using MySQL as the backend (customer request.) I have absolutely no experience with LINQ and/or the Entity...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.