Comparison of vbnet and aspnet?
There really is no comparison between the two. VB.Net is a
language in the .Net family, while ASP.Net is a web technology for
building interactive websites. You can, for example, use VB.Net to
implement the code-behind logic of an ASP.Net website. You can just
as easily use C#, or any other language that targets the CLR
(Common Language Runtime).
Asp.net is a web technology used for designing webforms(UI
related tool) and Vb.net is a programming language