| | |
asp.net tutorial
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
And i wondering where there might be a good place to be able to learn the ASP or ASP.NET language. I want to learn more on languages that will become the future of this internet world. As much as possible.... Would n e one have a good site where good tutorials are available? That would be greatly appreciated.
:eek: Come and visit SharpCreativity.com :eek:
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
ASP uses script tags interspersed with HTML. The server processes/parses those tags to provide programmatic functions, such as outputting strings, interacting with a database, etc.
ASP.NET is completely different. It has a collection of "server controls" that you control using standard OOP patterns. They have properties, events and methods. The HTML is separated from the business logic. The controls RENDER html.
It's a much better model, in my opinion. If you're more comfortable, though, with the ASP model, you should look at the PHP language, which uses the ASP model but with C++ syntax.
ASP.NET is completely different. It has a collection of "server controls" that you control using standard OOP patterns. They have properties, events and methods. The HTML is separated from the business logic. The controls RENDER html.
It's a much better model, in my opinion. If you're more comfortable, though, with the ASP model, you should look at the PHP language, which uses the ASP model but with C++ syntax.
You can find two very comprehensive tutorials, covering ASP and ASP.NET at ASP Free
The tutorials can be found as the first two sticky posts on that forum.
As for the difference between ASP and ASP.NET, .NET (in all it's flavours) is a compiled langauge, which means it is compiled into machine code on it's first use. It is therefore faster, more powerful, and portable to any machine once compiled. ASP is not compiled, and the server needs to parse the code each time it is accessed.
The tutorials can be found as the first two sticky posts on that forum.
As for the difference between ASP and ASP.NET, .NET (in all it's flavours) is a compiled langauge, which means it is compiled into machine code on it's first use. It is therefore faster, more powerful, and portable to any machine once compiled. ASP is not compiled, and the server needs to parse the code each time it is accessed.
If I've been a help please confirm by clicking the Add to Lafinboy's Reputation link in the header of this reply.
Lafinboy Productions
:: Website Design :: Website Development ::
Lafinboy Productions
:: Website Design :: Website Development ::
•
•
•
•
Originally Posted by crypter
And i wondering where there might be a good place to be able to learn the ASP or ASP.NET language. Would n e one have a good site where good tutorials are available.
) I recommend this site because I have become proficient with concepts such as: incorporation of stored procedures, hash tables, understanding how server controls work, and filling objects with data from a database in the .Net environment relatively quickly (in addition to reading some of the posts on Daniweb.
) The Utility Belt tool has helped me with a very complicated application through its very extensive error checking on datasets of many types.It is good that you are concentrating your mental energies on .Net since you will probably get a faster, more extensible application in the end.
In addition, if you attempt to learn other programming languages and/or application architectures in the future you will have a good foundation for understanding.
![]() |
Similar Threads
- ASP.NET/SQL Developer/Programmer (Web Development Job Offers)
- ASP.Net perm full time programmer wanted (Web Development Job Offers)
- Front-End Developer with ASP.net needed!!! (Web Development Job Offers)
- Experience ASP.net with C# developer needed!! (Web Development Job Offers)
- ASP.Net / C# Web Developer (Web Development Job Offers)
- ASP.NET Tutorial: Caching in ASP.NET (ASP.NET)
Other Threads in the ASP Forum
- Previous Thread: Asp.net: Deployment Of .net Application In Windows 2003 Server
- Next Thread: change image one by one
| Thread Tools | Search this Thread |
Tag cloud for ASP
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7






