designing a shopping cart with VB.NET !!!!!!!

roseta

Member
Joined
Jun 7, 2004
Messages
7
Programming Experience
10+
hi,

I have a question. I wonder why the shopping cart is always designed by other languages than VB.Net like ASP.Net. I want to know if there would be technical problem or it is because they always have used ASP , so they would now use ASP.NET. is it because they frequently use vb.net for page designing? I want to know why technically
they do not use vb.net for designing a shopping cart? is it rare because of technical problem?

thanks for your help.
roseta.
 
ASP is an acronym for Active Server Pages. Active Server Pages are web pages that are dynamically created using other languages (when a server gets a request for an ASP page, it creates the HTML page based on the coding of the ASP page; the HTML page is then sent to the user). ASP.NET is not a language, you use programming languages such as VB.NET (or C#, or ...) in the creation of ASP.NET pages.
 
Back
Top