|
-
Jun 7th, 2006, 02:50 PM
#1
Thread Starter
Junior Member
.NET Overview
Is there anywhere i can find a .NET overview like in java?
for instance java is here:
http://java.sun.com/j2se/1.5.0/docs/...w-summary.html
-
Jun 8th, 2006, 03:02 PM
#2
-
Jun 8th, 2006, 07:30 PM
#3
Re: .NET Overview
If you are using 2005, just install the "QucikStart", I don't remember where is the setup file exactly.
and then, it's http://localhost/quickstartv20/ under "class browser"
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 9th, 2006, 01:03 PM
#4
Thread Starter
Junior Member
Re: .NET Overview
actually i am using #develop
-
Jun 14th, 2006, 06:34 AM
#5
-
Jun 16th, 2006, 01:59 PM
#6
Re: .NET Overview
If the Visual Studio Express versions are still available for download, get those and see how you like it. I've never used them (I have VS full) but I hear they are quite good.
-
Jun 30th, 2006, 11:13 AM
#7
Frenzied Member
Re: .NET Overview
I have - just today - downloaded VB.Net Express.
I am not impressed with execution speed, mind you. And this is on a 64bit Turion laptop with 2Gb RAM. Still it is running on the Vista preview - so I shouldn't complain.
I have a question for the .Net experts. Is .Net natively 64bit, or is it 32bit. Are there different JIT compliers for different processors which make the previous question mute? Can I force native compliation so as to avoid 'less' compatible JIT compilers? How can I control the JIT compiler's parameters? Why do m$ not seem to publish anything (in detail) about the compiler? Can I control on which processor any particular thread executes after JIT? Or even before it?
"As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein
It's turtles! And it's all the way down
-
Jun 30th, 2006, 11:22 AM
#8
Frenzied Member
Re: .NET Overview
Here might answer some of the questions I asked . . .
"As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein
It's turtles! And it's all the way down
-
Jul 1st, 2006, 07:23 AM
#9
Re: .NET Overview
.NET is available in both 64 and 32 bit versions.
I assume the JIT questions have been answered.
You can't control which processor executes which thread. That's supposed to be the job of the OS.
M$ won't publish detailed information on the JIT or make it easy to find because they want to annoy you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|