Visual Basic online IDE & code editor for technical interviews

Running .NET Core 6.0 – IntelliSense is not available

Experience the Visual Basic IDE yourself

See just how easy and intuitive CoderPad Interview is to use below.

Launch the environment

Guidelines to use Visual Basic in this online IDE

Our Visual Basic environment runs on Microsoft’s cross-platform .NET Core runtime.

Your code is compiled and run with debug mode enabled.

You can run NUnit tests with the following code:

Imports NUnit.Framework
Imports NUnitLite
Imports System
Imports System.Reflection

<TestFixture()>
Public Class TestGroup
    <Test()>
    Public Sub BasicTest()
        Assert.AreEqual(2,2)
    End Sub
End Class

Module Solution
    Sub Main()
        Dim autorunner As New AutoRun(Assembly.GetCallingAssembly())
        autorunner.execute({"--noresult"})
    End Sub
End ModuleCode language: VBScript (vbscript)

Need a better way to interview candidates? Give CoderPad a try.