• 您的位置我爱Aspx >> VB.Net >> Chapter 2 Your First VB.NET(1)
  • Chapter 2 Your First VB.NET(1)

  • 作者:aspxer  来源:internet  日期:2007-5-20 14:01:29  关键字:.net
  • Chapter 2 Your First VB.NET(1)

    First VB.NET

    Application

    It’s time to jump in and start working with VB.NET. First, you

    need to learn a little bit about the new IDE. The new VB.NET

    IDE might look somewhat familiar to you, but there are some

    significant changes that make it a more useful environment.

    However, these changes can be frustrating to experienced VB

    developers because many of the keystrokes have changed, win-dows

    have different names, and the debugging tools work dif-ferently.

    VB.NET is part of Visual Studio.NET (or VS.NET),

    which finally consolidates all the development languages into

    one place: VB.NET, C++.NET, and C#. You can even create a

    single solution, containing multiple projects, in which the indi-vidual

    projects are written in separate languages.

    The Start Page

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:Chapter 2 Your First VB.NET(2)
    下一篇:VB.NET 的新特点:变量,类型,数组,属性 (转)