Results 1 to 13 of 13

Thread: So whats the big deal with .NET

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Has VB grown up? Is it a true executable yet or do we still have a 75 Meg interpreter.

    What is the killer app that will make us all use .NET and where does C# fit in?

    Cheers,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Yes Vb has grown up. You still need a runtime, but it is the same one used by all .NET programs. C# is MS' answer to JAVA. What are the big deals?

    Platform Independence (write your VB programs in Windows and can be run on any OS running the runtime. Yes you will be able to a VB program on Linux when they release the Linux .NET runtime.)

    Vb is a true OOP language now (inheritance)

    Use a C++ class in a VB project and vive versa. Same goes for all .NET language.

    VB is faster now.

    And so much more.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Wow, if you can use the same classes in VB and C# then why do they have both?

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  4. #4
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Just wondering, How do you pronounce C#?

    is is C Sharp?
    C number?
    C pound?

    anyone?

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  5. #5
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Fort Worth, Texas, USA
    Posts
    264
    C Sharp

  6. #6
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Cool, thats what i was thinking it was, becuase everything else sounds really stupid!

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  7. #7
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    Talking java vs see sharp

    let see
    java is slow compared to c++
    so here is what ms has done

    came up with "see sharp"
    what makes it cool?
    well, it will run on the same dll as all other .net apps
    as everyone said above
    thats most interesting about this dll is
    it will be optimized for every operating system
    every and every cpu
    according to microsoft
    due to this optimization "see sharp" will run at 40% the speed of c++ (java runs around 10%)
    and according to microsoft
    they have predicted that they can go upto 80% of the speed of c++

    personal opinion: bye bye java

  8. #8
    Lively Member
    Join Date
    Dec 1999
    Posts
    106
    Bye bye Java? I wouldn't count on it.
    I reckon MS might support other operating systems for a while to get more interest in .NET but if it does get popular on other platforms I reckon they'll scrap support for any other OS to get people back to Windows.

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    So we'll still have a crappy runtime

    Why didn't Delphi conquer the world. I have been told that Delphi is leaky - anyone got any comments?

    Cheers,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

  10. #10
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Hayessj , I dont think you understand. Microsoft never said they would support other OS'. It s the runtime that matters. All .NET programs run on the .NET runtime instead of the operating system. The runtime can be ported to other OS' so that the programs can run on those other OS'. it is up to the porters of the runtime to support it. Microsoft did say they would port .NET runtime to Linux though.. Whch is good because Linux people are so anti MS that they would never do it regardless of the benefits. Stuck up butt heads..LOL
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  11. #11
    Lively Member
    Join Date
    Jul 2000
    Location
    Connecticut
    Posts
    98

    Thumbs up =)

    Good one Cander !!

  12. #12
    Lively Member
    Join Date
    Dec 1999
    Posts
    106
    Cander,
    By support I meant providing a .NET runtime but I still don't see why .NET could replace Java irrespective of whether MS or a third party vendor decide to port the runtime to another OS.

  13. #13
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    I can give you some reasons why it COULD. Key word is could. Its to early to tell if it will kill JAVA or not. Its dependent on if it is accepted by the programming industry.

    Reasons:
    1)Faster
    2)More stable
    3)Microsoft has submitted it to be an industry wide open standard, unlike Sun with Java
    4)More than 1 language support on the runtime.
    5)OS independent like JAVA
    6)Java style syntax so moving to C# is easy for old time JAVA users.
    7)Excellent XML support
    8)Full web service integration with XML and SOAP.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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