asp.net tutorial

Reply

Join Date: Dec 2004
Posts: 27
Reputation: faisyshah is an unknown quantity at this point 
Solved Threads: 0
faisyshah faisyshah is offline Offline
Light Poster

asp.net tutorial

 
0
  #1
Dec 29th, 2004
hello every body

i am new in web designing field.using asp but i dont have idea about asp.net.
please tell me why we use asp.net and whats difference between asp and asp.net.
i require knowledge of asp.net and also tutorial,login form scrip,register form script etc
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 37
Reputation: crypter is an unknown quantity at this point 
Solved Threads: 0
crypter's Avatar
crypter crypter is offline Offline
Light Poster

Re: asp.net tutorial

 
0
  #2
Dec 31st, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: asp.net tutorial

 
0
  #3
Dec 31st, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 166
Reputation: Lafinboy is an unknown quantity at this point 
Solved Threads: 7
Lafinboy's Avatar
Lafinboy Lafinboy is offline Offline
Junior Poster

Re: asp.net tutorial

 
0
  #4
Jan 1st, 2005
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.
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 ::

Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 10
Reputation: Javaknight is an unknown quantity at this point 
Solved Threads: 1
Javaknight's Avatar
Javaknight Javaknight is offline Offline
Newbie Poster

Re: asp.net tutorial

 
0
  #5
Jan 7th, 2005
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.
In agreement/addition to what has been posted I have found this site and this site (made by the same person) including the accompanying free assembly Utility Belt very useful to myself, since I am now learning .Net. (If you can tolerate the inhumane navigation. I will say, to the creators credit, what they lack in design skill they more than make up for in usable examples and tools.) 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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP Forum
Thread Tools Search this Thread



Tag cloud for ASP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC