09-07-2011, 11:40 PM
Hi,
Surely, VB.NET is the easiest of languages.
Visual Basic .NET (or VB .NET) is a version of Microsoft's Visual Basic that was designed, as part of the company's .NET product group, to make Windows and Web applications easier to develop. According to Microsoft, VB .NET was reengineered, rather than released as VB 6.0 with added features, to facilitate making fundamental changes to the language. VB.NET is the first fully object-oriented programming (OOP) version of Visual Basic, and as such, supports OOP concepts such as abstraction, encapsulation, inheritance and polymorphism.
Example of a simple Vb.Net Console Application.
Module Module1
Sub Main()
Console.WriteLine("Hello World")
End Sub
End Module
for more information
Visit Us At: www.cegonsoft.com
Cegonsoft
Surely, VB.NET is the easiest of languages.
Visual Basic .NET (or VB .NET) is a version of Microsoft's Visual Basic that was designed, as part of the company's .NET product group, to make Windows and Web applications easier to develop. According to Microsoft, VB .NET was reengineered, rather than released as VB 6.0 with added features, to facilitate making fundamental changes to the language. VB.NET is the first fully object-oriented programming (OOP) version of Visual Basic, and as such, supports OOP concepts such as abstraction, encapsulation, inheritance and polymorphism.
Example of a simple Vb.Net Console Application.
Module Module1
Sub Main()
Console.WriteLine("Hello World")
End Sub
End Module
for more information
Visit Us At: www.cegonsoft.com
Cegonsoft