Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
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
.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
  • *Experts*
Posted
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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...