i wanna learn ASP but i dunno whch one to go , ASP or ASP.net ? Are ASP powerful in creating webpage , can it create forum ? and can anyone recommend me some books that are really useful and easy to learn??
09-11-2003 at 02:14 PM
|
zimcoder Level: VB Lord Registered: 27-10-2003 Posts: 225
Re: Different between ASP and ASP.net
While it is true that a lot of dynamic pages have been written in ASP.. you must realise that ASP.NET is the future.. ASP.NET is the next generation of ASP. it is not only an upgrade it represents an entirely different paradigm in web development. in my view it is bettre to just start off from ASP.NET rather than learn ASP first and then try to unlearn some of the features of ASP when you want to move to ASP.NET. ASP.NET is much easuer to learn.. faster in execution times and has more facilities created for you that you would have to code in ASP..
my recommendation.. GO ASP.NET! Learn IT it is the future and microsoft are making sure of IT!
____________________________
BrainBench ADO.NET and ASP.NET Certified Developer
11-11-2003 at 11:48 AM
|
kenny4820 Level: Guest
Re: Different between ASP and ASP.net
so i'll go for ASP.net , anyway active server pages(ASP) is it only for creating web pages or it is also one type of programming language , btw can ASP create forum (i think so) and which book is ueful and easy to learn , any recommendations?
13-11-2003 at 06:05 AM
|
fabulous Level: VB Guru Registered: 03-08-2002 Posts: 439
Re: Different between ASP and ASP.net
Yes, it is very possible to create a forum using ASP.NET. ASP.NET is not really a language but a standard of developing dynamic web pages and you can use any .NET compliant language to code in it.