Programming Active Server Pages

Visit Programming Active Server Pages

Programming Active Server Pages is not just a tutorial for creating dynamic Web pages, but also a guide to all the relevant tools and necessary Microsoft technology required to build state-of-the-art Web sites. Stressing a hands-on approach and featuring plenty of relevant screen shots, the authors take you through the basics of HTML and scripting languages such as VBScript, ActiveX, and Java and explain how Active Server Pages (ASPs) can be used to deliver platform-independent dynamic content. Further sections introduce Microsoft Internet Information Server (IIS), Personal Web Server as a development tool, and Open Database Connectivity (ODBC) basics for connecting to databases. The authors then turn to the fundamentals of working with Internet Explorer 4, as well as its version of dynamic HTML, where all tags can be manipulated programmatically. Finally, the authors look at how ASPs can be used on IIS to deliver content dynamically.

  • Cost: $3.75
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 1572317000

Programming ASP.NET

Visit Programming ASP.NET

Introduction to the .NET platform and ASP.NET; basic programs in HTML; ASP and ASP.NET compared; events in ASP.NET (application, session, page, and control events); HTML and ASP controls compared; basic ASP controls APIs (including in-depth coverage of calendar support); code behind forms; using the Visual Studio .NET IDE; tracing, debugging, and error handling; validation controls in ASP.NET (including built-in and custom validators, plus regular expression support); basic data-binding techniques; list and DataGrid controls; ADO.NET tutorial (basic APIs and programming techniques); calling stored procedures; updating database records; Repeater and DataList controls used with ADO.NET; custom ASP.NET controls (including derived, composite, and full custom controls); overview of Web services (including SOAP, WSDL, and other standards); creating and consuming a sample Web service for a stock ticker; ASP.NET caching techniques explained.

  • Cost: $34.97
  • Pages: 960
  • Edition: 1st edition
  • ISBN: 0596001711

Programming Microsoft ASP.NET

Visit Programming Microsoft ASP.NET

The comprehensive resource for learning ASP.NET and building great ASP.NET Web applications with practical, hands-on examples for implementing ready-made solutions. More advanced than many other books on the subject, this title uses a task-based approach to craft a balanced presentation of the inner workings of ASP.NET technology and to provide extensive hands-on code examples. Programmers can plug these code examples into their own projects to learn the ins and outs of the technology and to build and deploy ready-made solutions quickly making it the ideal comprehensive resource for developers who want to learn ASP.NET and start building ASP.NET-based applications right away. Topics include: the structure of asp.net pages; the asp.net component model; migrating from asp to asp.net; the asp.net http pipeline; asp.net event model; asp.net core server controls; ado.net object model; creating bindable grids of data with asp.net; asp.net http request.

  • Cost: $41.99
  • Pages: 1000
  • Edition: paperback
  • ISBN: 0735619034

Programming the Web

Visit Programming the Web

Programming the Web with Visual Basic .NET is a comprehensive guide to building Web applications and services using Visual Basic .NET. It is written especially for experienced Visual Basic programmers who use Visual Studio .NET for their development work, even those who have never written a Web application before. Because the .NET Framework simply blows away the archaic tools previously available to Web programmers, the authors predict that many Visual Basic programmers who successfully avoided Web programming in the past will now bring their expertise to the Web. However, even experienced Web programmers will greatly benefit from the authors' thorough coverage of the ASP.NET namespaces and their clear coverage of the ADO.NET classes most important to Web applications that use relational databases for data storage. Developers will understand how to build and deploy top quality, professionally designed, highly usable Web applications.

  • Cost: $41.97
  • Pages: 936
  • Edition: 1st edition
  • ISBN: 1590590279

Programming Web Applications

Visit Programming Web Applications

Programming Data-Driven Web Applications with ASP.NET provides readers with a solid understanding of ASP.NET and how to effectively integrate databases with their Web sites. The key to making information instantly available on the Web is integrating the Web site and the database to work as one piece. The authors teach this using ASP.NET, server-side controls, ADO+, XML, and SOAP. The authors will teach readers how to manage data by using ASP.NET forms, exposing data through ASP+ Web Services, working with BLOBs, and using cookies and other features to secure their data. The book dives into ASP.NET with a breakdown of its new features such as server side controls and event handling, Web services and session state management. It then clearly points out the advantages of ADO.NET -- interoperability, a strong-typed programming model, higher disconnected performance, and better scalability. Includes .NET overview, and ADO.NET managed providers.

  • Cost: $27.99
  • Pages: 720
  • Edition: 1st edition
  • ISBN: 0672321068

Pure ASP.NET

Visit Pure ASP.NET

Pure ASP.NET is a premium reference for Active Server Pages development in the new Microsoft .NET Framework. Like all books in the Pure Series, Pure Active Server Pages.NET is comprised of 3 parts. Part I Conceptual Reference is a fast-paced primer that covers ASP.NET fundamentals and concepts. Part II Techniques Reference is full of well-commented, commercial-quality code that illustrates practical applications of ASP.NET concepts. Examples are presented in both Visual Basic and C# to appeal to a wide variety of programmers. Part III Syntax and Object Reference contains detailed coverage of .NET Namespaces such as System.Web and System.Data that are invaluable to ASP.NET developers. An invaluable guide to ASP.NET developers. Robert Lair is a nationally known developer, technical writer, and trainer. He studied computer science and engineering at Wright State University in Dayton, Ohio, and has been working in the area of software development.

  • Cost: $31.49
  • Pages: 640
  • Edition: 1st edition
  • ISBN: 067232069X

Real World ASP.NET Best Practices

Visit Real World ASP.NET Best Practices

Real World ASP.NET Best Practices goes far beyond the documentation to teach ASP.NET development best practices based on the authors' real-world experience. The book's emphasis is on helping developers perform tasks correctly and avoid mistakes, not on teaching ASP.NET in general. ASP.NET is a wonderful new enabling technology that allows developers to create business solutions much more effectively than ever before. However, there is room for improvement. Developers often do not see the potholes and pitfalls related to this technology until they stumble. Real World ASP.NET Best Practices helps readers to avoid just such frustrations. The book's in-depth coverage includes data handling, caching, JavaScript, user and server controls, distributed programming, configuration, and deployment. Contaisn the hard won, real world experiences of veteran ASP.NET programmers. Exposes the truth behind advanced topics as XML Web servers and .NET remoting.

  • Cost: $27.99
  • Pages: 224
  • Edition: paperback
  • ISBN: 1590591003

Real-World ASP.NET

Visit Real-World ASP.NET

Introduction to content management systems (CMS); elements of a CMS system explained: the Content Management Application (CMA), the Metacontent Management Application (MMA), and the Content Display Application (CDA); types of content; benefits of CMS; commercial vs. proprietary systems; simple and complex version control; rollback support; CMS and workflow (including the Workflow Definition Application, WDA, and workflow engines); personalization basics (including types of personalization, from using cookies to push content to rule-based personalization, the law of diminishing returns, and privacy issues); building customer relationships; Web architecture explained: the presentation, application, and database layers; Web scripting languages compared; introduction to ASP.NET and the .NET Framework; using Visual Studio .NET to build a CMS (using basic control types); tutorial to ADO.NET for database programming (basic objects and database basics).

  • Cost: $34.97
  • Pages: 552
  • Edition: 1st edition
  • ISBN: 1590590244

Sharing ASP State

Visit Sharing ASP State

Developers with ASP based applications that use session and application state management (i.e. "session variables") are stuck if you want to gradually migrate existing state using applications to ASP.NET. Even though ASP.NET provides both session and application state management, they each run in their own scope. ASP and ASP.NET apges can cohabitate in the same virtual directory, but Sessions and the Application scope in ASP.NET's ASPx pages are disctinct from ASP pages in teh same virtual directory. However there is a way through this mess, and in this article David Gerding will show it to you. In the article Sharing ASP State with ASP.NET by David Gerding (published in ASP Today), the problem is throughly discussed and then moves on the the solution - "Companion Sessions". The article talks about initializing the companion sessions, the ASP Side of the Fence, Redirect/Links from ASP Pages to .NET, Cookies and Caveats, and security loophole.

  • Cost: $8.00
  • Pages: 8
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00006LJ67

Teach Yourself Active Server Pages

Visit Teach Yourself Active Server Pages

In just 21 days, the reader will use Active Server Page (ASP) technology to create their own active Web pages and applications. They will begin by working with the fundamentals of ASP and then move on to more advanced topics. Active Server Page technology has existed for less than two years and is just now moving out of the testing stages into the mainstream. It incorporates the feedback of previous readers. This book will be reviewed by members of the Active Server Pages list server to help insure it is the best tutorial available. Presents a tutorial on Active Server Pages, covering basics of application development, complex topics such as database application development and using objects and components, and advanced topics such as building custom components and client/server applications. For web application developers and site administrators, information systems architects, and Windows NT system administrators.

  • Cost: $3.00
  • Pages: 724
  • Edition: paperback
  • ISBN: 0672313332