Skip to main content

Posts

Showing posts from December, 2015

Visual Basic . Net series introduction

Visual Basic. Net series Introduction In This Post, We will Introduce our new Visual Basic Series and our plan  for the first tutorial 

Visual Basic . Net #1

Visual Basic.NET #1 This post I will mention some basic things about Visual Basic.NET What is Visual Basic? Visual Basic.NET (VB.NET) is a multi-paradigm, high-level programming language, implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its original Visual Basic language. Although the ".NET" portion was dropped in 2005, this article uses "Visual Basic.NET" to refer to all Visual Basic languages releases since 2002, in order to distinguish between them and the classic Visual Basic. Along with Visual C#, it is one of the two main languages targeting the .NET framework. ( From Wikipedia   )  Integrated development environment (IDE) Integrated development environment (IDE) is a programming environment that has been packaged as an application program, typically consisting of a code editor, a compiler, a debugger, and a graphical user interface (GUI) builder. The IDE may be a standalone application or may be include