Results 1 to 9 of 9

Thread: .NET Overview

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    21

    Exclamation .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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    21

    Re: .NET Overview

    actually i am using #develop

  5. #5
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: .NET Overview

    ewww! Good to get a general idea of .Net but get on to Visual Studio as soon as you can

    If you're looking for reviews and such just search for "java .Net" and this will have many pages showing the pros and cons of both
    Life is one big rock tune

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  7. #7
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    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

  8. #8
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    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

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width