CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2001
    Posts
    1

    Where can I download Visual Studio.net beta 1

    Dear,

    I want to find Visual Studio.net beta 1 because I want to develop in C Sharp. I have find a link to download it on MSN site but I don't arrive to download it.

    Another else, what is the difference between
    NET Framework SDK Beta 1 and
    Visual Studio.NET Beta 1

    Thanks


  2. #2
    Join Date
    Dec 2000
    Location
    Bombay, India
    Posts
    50

    Re: Where can I download Visual Studio.net beta 1

    you can get Visual studio Beta 1 and the .NET FrameWork from http://msdn.microsoft.com/net

    .NET SDk contains the documentation, runtime Enviorment and Compilers for diffrent languages like C#, VB.NET , Managed C++ etc. Its free for download for every one (110mb). If you want to expriment with C# then this will be enough.

    While Visual studio 7 beta 1 is the IDE to build programs on the .NET Platform , it contains the .NET SDK too. But it is not free for download for everyone. Only MSDN library global members can download it. You can order the Visual Studio CD's from Microsoft if you want. If you want to go into advanced development then VS will sure help you a lot!



    Saurabh Nandu
    mail[email protected]
    http://Learncsharp.cjb.net

  3. #3
    Join Date
    Jun 1999
    Location
    Atlanta, GA USA
    Posts
    344

    Re: Where can I download Visual Studio.net beta 1

    You can download it from Microsoft and you can buy the CD from MS for something nominal like $12. Also, a CD that includes the Frameworks, compilers and Visual Studio Beta1 is included in the latest MSDN Magazine.

    Cheers,
    Tom Archer - CodeGuru
    Inside C# (early 2001)
    Teach Yourself Visual InterDev in 24 Hours

    ------
    Tom Archer, Archer Consulting Group Inc.
    Author - Inside C#, Visual C++.NET Bible, Extending MFC Apps with .NET
    http://www.ArcherConsultingGroup.com
    Consulting * Training * Custom Development * Enterprise Solutions

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

Featured