Advice!?

bracoute

Newcomer
Joined
Jun 4, 2003
Messages
4
Hello,

Question1. Can i do some programs in VB.net and make it run on html pages like java applets?
Question2. Why should someone choose to use VB.net instead of ASP.net or ASP? I may be completely lost here, no?

bracoute
 
VB.Net can write Server Extension DLLs for WebServers, You can make .Net controls but I don't know if you can put these on webpages. VB.Net makes EXEs and DLLs where ASP and ASP.Net makes .asa and .asp
 
VB.NET is a language, ASP.NET is a set of objects used to work with html and page/session state. You use them together.
 
Every asp.net page is created with either VB.NET, C# or JScript.NET or some other .net framework compatibile language if they support it. So there is plenty of examples :)
 
Back
Top