What are the console application application in vb.net ?
Brijesh Jalan
Console applications are the light weight applications. It doesn't uses much resources.it is fast while compared to GUI application becoz of their simplicity in showing the application in a console windowConsole application are easy to build it uses ReadLine & ReadKey mostly .& exists the application by clicking Enter button mostly.