davej 251 Posted February 13, 2011 Report Share Posted February 13, 2011 Is ASP.NET a superset of ASP? Where do you draw the line between ASP.NET and VB? How about VBScript vs. VB.NET vs. VB? Are these different?Thanks! Quote Link to post Share on other sites
boen_robot 107 Posted February 13, 2011 Report Share Posted February 13, 2011 Is ASP.NET a superset of ASP? Yes.There is no line to draw between ASP.NET and VB. The platform is ASP.NET and VB is one language that runs on that platform. C# for example is another (IMHO superier) language that can run on ASP.NET."VB.NET" is just another way to describe "VB running on the .NET framework", because historically, VB has existed as a desktop application language before the .NET framework and ASP.NET were introduced. Nowadays, VB.NET is the most popular flavor of VB, so there's no reason to put the ".NET" in unless you explicitly need to name one or the other.VBScript is a subset of VB that is one language running on the ASP platform and IE, alongside JScript (Microsoft's JavaScript/ECMAScript engine). Many developers would say that it's dead, but I've never been a fan nor tracked its usage, so I can't say for sure. The .NET framework is surely the future when compared to VBScript though, so if VBScript is not dead yet, it doesn't hurt if you think of it as if it is. Quote Link to post Share on other sites
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.