Konversi Suhu
Download Source Code :
==> Mirror 1
==> Mirror 2
Download Source Code :
==> Mirror 1
==> Mirror 2
Apakah Visual Basic .NET dianggap sebagai sebuah versi Visual Basic atau benar-benar bahasa yang berbeda merupakan sebuah topik perdebatan yang hangat. Hal ini dikarenakan sintaksis bahasa Visual Basic .NET tidak mengalami perubahan yang sangat drastis, dan hanya menambahkan beberapa dukungan fitur baru seperti penanganan eksepsi secara terstruktur dan ekspresi yang bisa di-short-circuit-kan. Dua perubahan tipe [...]
Microsoft telah mengeluarkan versi terbaru Visual Studio (VS) pada 19 November 2007 silam. VS 2008 ini merupakan hasil dari evolusi VB .Net & VB .Net 2005. Pada VS 2008 ini fitur dan fasilitasnya lebih memudahkan User dalam membuat suatu program, tentunya lebuh canggih dari sebelumnya.
Didalam Visual Studio 2008 ini terdapat Developer Tool Visual Basic [...]
Instalasi Visual Studio 2005 mudah, tetapi membutuhkan waktu yang agak lama pada proses instalasinya, tergantung pada kemampuan Memory(RAM) dan Processor.
Langkah – Langkah.
Masukkan CD / DVD Visual Studio 2005 Professional.
Tampilan Awal Proses Instalasi.- Pilih / Klik Install Visual Studio 2005 Tampilan [...]
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 [...]