Bookbot

David G. Sussman

    Programmer to Programmer: A Preview of Active Server Pages+
    Beginning ASP.NET Using C#
    • Beginning ASP.NET Using C#

      • 1000bladzijden
      • 35 uur lezen

      This title provides a step-by-step introduction to ASP.NET using C#, with plenty of worked examples that should help you to gain a deep understanding of what ASP.NET is all about, and how you can harness it to build powerful web applications. It covers: creating basic ASP.NET pages; learning the basics of C#; understanding the concepts of Object Oriented Programming; working with Data and XML; the ASP.NET Server Controls; creating User Controls and Components; exploring the world of Web Services; and configuring your ASP.NET Applications.

      Beginning ASP.NET Using C#
      5,0
    • Microsoft's Active Server Pages technology is still a relatively new way to create dynamic Web sites and Web-based distributed applications. However, during its short life span, it has evolved to become the foremost tool in the Windows-oriented Web programmer's toolbox. This is probably due to the ease with which complex pages and applications can be created, combined with the ability to use home-grown custom components, and existing Microsoft and 3rd party commercial components, through the Component Object Model (COM/COM+) architecture. Microsoft is currently working on the next generation of ASP, provisionally called ASP+. While it still supports existing ASP pages and applications, ASP+ is actually a complete rewrite of the existing versions. It changes the way that you need to think about ASP and your Web-based applications and Web sites. This book outlines the changes and the new ways that you can use ASP in your applications.

      Programmer to Programmer: A Preview of Active Server Pages+