Konversi Suhu
Download Source Code :
==> Mirror 1
==> Mirror 2
Download Source Code :
==> Mirror 1
==> Mirror 2
Hello world example
The following is a very simple VB.NET program, a version of the classic "Hello world" example created as a console application:
Module Module1
Sub Main()
Console.WriteLine("Hello, world!")
End Sub
End Module
The effect is to write the text Hello, world! to the command [...]
Whether Visual Basic .NET should be considered as just another version of Visual Basic or a completely different language is a topic of debate. This is not obvious, as once the methods that have been moved around and that can be automatically converted are accounted for, the basic syntax of the language has not seen [...]
Visual Basic .NET (VB 7)
The original Visual Basic .NET was released alongside Visual C# and ASP.NET in 2002. C# — widely touted as Microsoft’s answer to Java — received the lion’s share of media attention, while VB.NET (sometimes known as VB7) was not as widely covered.
Visual Basic .NET 2003 (VB 7.1)
Visual Basic .NET 2003 was [...]
Visual Basic (VB), formerly called Visual Basic .NET (VB.NET), is an object-oriented computer language that can be viewed as an evolution of Microsoft’s Visual Basic (VB) implemented on the Microsoft .NET framework. Its introduction has been controversial, as significant changes were made that broke backward compatibility with older versions and caused a rift within the [...]