Jump to content

ASP library?


tdope21

Recommended Posts

I'm new to ASP and was wondering if there was a library somwhere that covers definitions. Any good documentation?I was at the w3schools site and they use a lot of "Response.Something".... but don't give a full listing or definitions of what have you. ???

Link to comment
Share on other sites

What you are talking about is called a "reference". W3Schools doesn't have one as ASP(.NET) can be ran in one of several languages, and it seems they just can't cover everything up on all of them. MSDN is the place to go for, and jesh showed you the start of the VB reference. The other language you can use with ASP is JScript, and with ASP.NET, you can also use all of the .NET languages like C#, J#, etc.

Link to comment
Share on other sites

Just to post an interesting bit to show how flexible .Net is on languages.You can use some common lanaguages like VB and C# and C++. Also you can use IronRuby and IronPython (MS implementations of those languages) but int he near future you should be seeing IronRuby (and IronPython?) with ASP.Net MVC. Meaning you will be getting the ability to compile (and protect source code) and better speed with all the syntax sugar of ruby and python with an MVC framework (like Django or Rails).This comes at a good time as I am thoroughly fed up with the WebForms style of programming ASP.Net.http://haacked.com/archive/2008/06/12/iron...fs-forever.aspxhttp://www.iunknown.com/2008/06/ironruby-and-aspnet-mvc.html

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...