Can ASP.NET Programs be executed with VISUAL BASIC Coding?

Hello buddies!

Can ASP.NET Programs be executed with VISUAL BASIC Coding?

Asp.net => visual basic.net

ASP.NET pages hold HTML and behind it there is a Code Behind File which can use the C# langage OR VB langage.

Not sure what you mean by => - asp.net coding can be done in any of the .net framework languages. The most common are vb.net and c#.

If you are familiar with Visual Basic, then you should be familiar with the start of vb.net, but there are some differences, both from a structure and syntax standpoint.

I learned asp.net from c# since that seems to be what the more common language choice is, but here are some resources which might be able to get you started. At the very least they are sources which should provide you current information to work off of.

http://www.devarticles.com/c/b/VB.Net/

^^ Meant that asp.net works with vb.net