Thread: .NET anyone?

  1. #1
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335

    .NET anyone?

    Does anyone know .NET really well?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yeah.....try this dude, he's well clued up


    [email protected]

    Dont trust him though.....

    j/k

  3. #3
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335
    LOL

    Well, I'm looking for a Mod on the .NET topic for our forums Fordy. That's why I'm asking

  4. #4
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I know a lil...Dean knows a lot...

  5. #5
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Dean knows a lot...
    Not really. I do know a reasonable amount of C++ now but this is not .NET. I just use .NET beta 2 so I'm a little bit familiar with the compiler. Still I could use a textbook on using this compiler when they are available. The truth is that .NET involves many languages and a lot of programming experience especially with web development and managed languages such as VB and Java.

  6. #6
    Barjor
    Guest
    If you want to add a new area to the board it should be C# not .NET. .Net pretty much involves everything MS is doing for the moment but is doesnt have anything to do with a programing language. C# is the prefered language for accesing CLR and .NET frame work.

  7. #7
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    I know nothing about .NET and I'm kind of curious. How's it different from the other environments? Was is the advantage?

  8. #8
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    I know nothing about .NET and I'm kind of curious. How's it different from the other environments? Was is the advantage?
    The compiler itself is paradise. It has so many features. Everyone who uses VC6 knows that MS compiler environments kick ass. VS.NET is significantly nicer than VC6.

    All the languages are able to call the same framework class library, so you do not have to memorize different API's for different programming languages. Than the other main points is that there is a common language runtime. It is a framework designed to help applications created by 'managed' languages. There were some flaws in Windows operating systems regarding issues such as dynamic linked libraries which caused programs to update other programs libraries which is really bad. The CLR fixes that. Not only this but .NET is web centric and makes a programmer focus on building web applications that are able to communicate more efficiently though XML, SOAP, ADO, etc. Way too many things to list.

    Start studying it now because it will likely take you a couple years to learn all that there is offered.

  9. #9
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    > Start studying it now because it will likely take you a couple years to learn all that there is offered.

    Well, where would I get .NET?

  10. #10
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Yeah, and how much would it cost?

  11. #11
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Garfield - you can get Beta 2 now for free - have been able to for the past few months... Dean - any new version out yet?

  12. #12
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    You can get Beta 2 with a MSDN subscription or by downloading it.
    I agree with Dean, the IDE is great. Basically the old one with
    more features.

    Beta 2 still is the latest version, I haven't heard of any plans to bring Beta 3.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  13. #13
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    DOWNLOAD IT????

    how big is it?

    I don't actually think it's smaller than 700 Mb

    my biggest download project ever was DirectX8 SDK (141 Mb), and I had a faster connection back then

    can you order it on a cd?

    and, this MSDN subscription, does it cost?

    Oskilian

  14. #14
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    yeah, the MSDN subscription costs, and you need Win2k, WinXP, or (I think) WinNT to run the Beta 2. But Beta 1 I heard ran on Win9x

  15. #15
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    You can order the cd's/dvd from MS's developer store. There's some info here.

    Bear in mind it's only a beta though, even though it's got some nice features it's buggy and slow.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. migrate from .Net 2.0 to .Net 3.0
    By George2 in forum C# Programming
    Replies: 3
    Last Post: 07-25-2007, 04:07 AM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM