bracoute Posted June 5, 2003 Posted June 5, 2003 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 Quote
AndreRyan Posted June 5, 2003 Posted June 5, 2003 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 Quote .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?
*Gurus* divil Posted June 5, 2003 *Gurus* Posted June 5, 2003 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
bracoute Posted June 6, 2003 Author Posted June 6, 2003 Hello again, Mr Divil, do you have an exmple/examples of products made from such mixture? Bracoute Quote
*Experts* mutant Posted June 6, 2003 *Experts* Posted June 6, 2003 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 :) Quote
wyrd Posted June 6, 2003 Posted June 6, 2003 Hello again, Mr Divil, do you have an exmple/examples of products made from such mixture? Bracoute http://www.asp.net :) Quote Gamer extraordinaire. Programmer wannabe.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.