Visual Basic .NET (VB.NET) is a multi-paradigm, object-oriented programming language, implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its original Visual Basic language. Along with Visual C#, VB.NET is one of the two main languages targeting the .NET framework.Features:- Compile and run your program- View program output or detailed error - Advanced source code editor with syntax highlighting, bracket completion and line numbers- Open, save, import and share VB.NET files.- Customize the editorLimitations:- Internet connection is required for compilation- Maximum program running time is 20s- Only one file can be run at a time- Some file system, network and graphics functions may be limited- This is a batch compiler; interactive programs are not supported. For example, if your program provides an input prompt, enter the input in the Input tab prior to compilation.