Hi eveyone,I would to ask a question about ASP.I have studied basic HTML,XHTML,CSS and Javascript.?
Now I want to study ASP.net,before that should I learn basic information about ASP?Can you please tell me. Thankyou.
Public Comments
- I don't think basic ASP will help that much in learning ASP.NET. You're better off to jump right into it so you won't have to 'unlearn' anything.
- ASP.Net is a full featured programming language while classic ASP was more of a hybrid web tool set. To use and write ASP.Net is going to have a longer learning curve, but one that does not require you to know classic ASP. Knowing Classic ASP may actually confuse you more if you try to learn it first before ASP.Net. But overall, just be prepared for a major shift in thinking when you start building full applications with ASP.Net vs what you have so far. I've tried to teach new continuing education students programming concepts when all they understood was how to use tools (such as Livewire etc) and they were blown away because they were expecting point-and-click development just like with the other tools they used.
- ASP stands for Active Server Pages. ASP webforms execute server side scripts to perform various tasks. You can embed Javascript into your ASP pages to use some useful features of client side scripting. ASP.NET in particular is very powerful in the sense that it does not use a scripting language like Javascript or vbscript as a code behind (like classic ASP) but it uses a full blown OO languages like VB.NET or C# as a code beside class.
Powered by Yahoo! Answers