CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Location
    Minnesota
    Posts
    37

    Diffs between Studio 6 and .NET?

    Hi,
    Could anyone give me a quick synopsis of the differences, pros/cons, etc. between Visual Studio 6 and .NET?

    I'm not really looking for anything more than a quick overview. I've visited Microsoft's site for .NET, but I'm pretty new to the programming game (still in school, actually) so the mass of info there was a bit overwhelming.

    Thanks,
    Jeff

  2. #2
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    A couple of differences, there are alot more but someone else hopefully fills in:
    * VS .NET using the .NET framework, a framework that has to be installed on the computers running .NET apps. This contains all Namespaces and Classes of .NET.
    * A lot more is added into the framework to prohibit the use of API calls and stuff (still have to use them sometimes )
    * VB is now "fully" object orientated.

    /Leyan

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