ASP 3 DVD Training (CBT) Course (£315.09)
This course will prepare you to publish on the web using Active Server Pages
3.0. Learn scripting, ASP in action, ActiveX COM DLL, database design in SQL
Server 7.0, connection, request and application objects and much more.
ASP.NET DVD Training (CBT) Course (£279.07)
Covering: Server-Side Programming Concepts, Review of ASP, ASP.NET Concepts, Intro to ASP.NET, ASP.NET Controls, Validation, Rich Controls, Advanced Control Management, Using Code-Behind Pages, Creating User Controls, Creating Custom Controls, Managing State, Debugging and Error Handling, Accessing Data with ADO.NET, Creating an ASP.NET Web Application, Creating Custom Controls Using Network Resources a basic control, and much more. |
|
Differences between ASP and ASP.NET
ASP (Active Server Pages) and ASP.NET are both server side technologies for building web sites and web applications, but ASP.NET is not simply a new version of ASP. ASP.NET has been entirely re-architected to provide a highly productive programming experience based on the .NET Framework, and a robust infrastructure for building reliable and scalable web applications.
ASP.NET
ASP.NET allows you to create dynamic Web applications. As part of the .NET Framework; you can create ASP.NET applications in most .NET compatible languages, including Visual Basic, C#, and J#. ASP.NET pages (Web Forms) are compiled, providing better performance than with scripting languages. Web Forms allow you to build powerful forms-based Web pages. When building these pages, you can use ASP.NET server controls to create common UI elements, and program them for common tasks. These controls allow you to rapidly build a Web Form out of reusable built-in or custom components, simplifying the code of a page.
ASP.NET provides a programming model, and infrastructure, to make creating scalable, secure and stable applications faster, and easier than with previous Web technologies.
|
|