Forum Moderators: open
None of the classes here are called what they are and this is basically ASP class. The only thing though is that we started learning VBscript which is not ASP...but it renders serverside and what not so I'm really lost on what ASP is... if it has its own code? How it incorporates other languages? Etc...
Also what would be some good resources for someone with a learning style who is not naturally gifted at programming?
John
ASP.Net is the newest version and you can write the programs in VB.Net, C#, J# and other languages that have .Net compilers.
Classic ASP is more similar to PHP programming as far as I know.
It is strange that you are being taught old ASP - when ASP.NET/C#, VB.NET is much better for demonstrating real programming (OO stuff). The only classic ASP jobs these days are maintenance jobs (I've just moved to Java/Struts programming myself). Maybe it is meant for students with less experience than you - just to get them used to the concepts of a web application.
Looks like VB script is the way to go with ASP from my perspective.
Thanks for the replies!
John