ASP.NET 1.0

Visit ASP.NET 1.0

This book is a complete reference to the ASP.NET namespaces for developers who are already familiar with using ASP.NET. There is no trivial introductory material or useless .NET hype - we get stuck into the .NET Framework and don't look back. We provide in-depth coverage of all the major ASP.NET classes in a pure reference format, giving you those real-world tips that the documentation doesn't offer, and demonstrating complex techniques with simple examples. Each chapter covers another of the ASP.NET namespaces, from System.Web right through to System.Web.Services.Protocols, with coverage of individual classes, methods, and properties presented in easy-to-use alphabetical order. For anyone who is serious about getting the most out of the ASP.NET classes, this book is a must. This reference is tailored for the C# programmer. A pure ASP.NET reference for experienced ASP.NET developers. This book is not meant as a tutorial to ASP.NET.

  • Cost: $27.99
  • Pages: 880
  • Edition: 1st edition
  • ISBN: 1861007442

ASP.NET 1.0 with VB.NET

Visit ASP.NET 1.0 with VB.NET

This book is a complete reference to the ASP.NET namespaces for developers who are already familiar with using ASP.NET. There is no trivial introductory material or useless .NET hype, we get stuck into the .NET Framework and don't look back. We provide in-depth coverage of all the major ASP.NET classes in a pure reference format, giving you those real-world tips that the documentation doesn't offer, and demonstrating complex techniques with simple examples. Each chapter covers another of the ASP.NET namespaces, from System.Web right through to System.Web.Services.Protocols, with coverage of individual classes, methods, and properties presented in easy-to-use alphabetical order. For anyone who is serious about getting the most out of the ASP.NET classes, this book is a must. This book is not meant as a tutorial to ASP.NET, and is not recommended for people who are fresh to .NET. We are assuming you are already aware of how to program with ASP.NET.

  • Cost: $27.99
  • Pages: 880
  • Edition: 1st edition
  • ISBN: 1861007450

ASP.NET and VB.NET

Visit ASP.NET and VB.NET

ASP.NET and VB.NET Web Programming provides developers with the practical information and step-by-step guidance they need to become productive with .NET. This tutorial offers a comprehensive yet approachable introduction to the .NET Framework, ASP.NET programming, and XML Web Services development. Each chapter begins with an overview and then walks readers through one or more lab exercises that are well illustrated with screenshots and punctuated with tips and warnings. All examples are in Visual Basic.NET (VB.NET). Key topics covered include: The .NET Framework and the Web; Web Services; Common Language Runtime (CLR); The .NET Framework class library; ASP.NET; VB.NET; Internet Information Server (IIS); Managed components; Web Forms; ADO.NET; Securing ASP.NET applications. A practical tutorial on web development with ASP.NET and Visual Basic .NET. Matt J. Crouch is senior technologist at RealMed Corporation.

  • Cost: $34.99
  • Pages: 768
  • Edition: 1st edition
  • ISBN: 0201734400

ASP.NET and Web Forms

Visit ASP.NET and Web Forms

You have created your new ASP.NET web application. You have your .NET DataGrid on the page. You even had the DataGrid being populated with data via your DataSet. Now what? maybe you want to navigate your DataSet from one row to the next. Maybe you want to jump from row number 1 to row number 101. You want to do this and be able to update your textboxes, labels and other objects on your webpage at the same time to give your user a more rich and friendly way to view and edit data. In this article Paul Gorman will show you how to do exactly that. We will be making a connection to a database, getting that data into a a DataSet, binding your DataGrid, textboxes, labels, etc. to that DataSet and then navigating from one row to the next while adding, editing and deleting along the way. Navigating Your DataSet with ASP.NET and Web Forms by Paul Gorman is featured in ASP Today. This ebook (e-book) can be completely seen online with Adobe Acrobat Reader.

  • Cost: $8.00
  • Pages: 18
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00008I9MF

ASP.NET at Work

Visit ASP.NET at Work

ASP.NET provides developers with more functionality and flexibility to develop dynamic Web applications while at the same time writing less code. If you're an ASP developer familiar with ASP.NET and Visual Studio .NET basics but unsure of how to connect all of these technologies to build useful applications, this book provides a unique approach to help you solve this problem. Centered on ten applications, these projects present complete programs that you can adopt and modify for use in your own organization. With special emphasis on those ASP.NET features that you'll utilize most often, seasoned ASP developer Eric Smith walks you through the following applications: Address Book – Build an ASP.NET application connected to a Microsoft SQL Server database; Contact Manager – Build reusable business objects to handle the business logic and validation necessary for most applications; Calendar Viewer; Web Log Analyzer; ASP.NET Error Manager.

  • Cost: $38.49
  • Pages: 640
  • Edition: Book and CD-ROM edition
  • ISBN: 047108512X

ASP.NET Beginner's Guide

Visit ASP.NET Beginner's Guide

Learn the essentials of ASP.NET programming using the hands-on examples in this accessible guide. Inside, programming instructor Dave Mercer explains how to program interactive Web sites and distributed applications with ASP.NET -- from simple responses and server components to complete database manipulation and e-mail applications. You'll also get important details on using HTML, XHTML, XML, JScript, VB.NET, and other related languages and technologies. This is the ideal resource for the first-time ASP.NET user. Essential skills for first-time programmers. This easy-to-use book explains the fundamentals of ASP.NET and the .NET Framework. You'll learn to create Web Forms and Web Services and program interactive Web sites and distributed applications. It will serve as a helpful reference for advanced developers. Appropriate for large public libraries and college libraries supporting programming curricula.

  • Cost: $5.10
  • Pages: 544
  • Edition: 2nd edition
  • ISBN: 0072195126

ASP.NET Bible

Visit ASP.NET Bible

Completely revamped for the .NET Platform, ASP.NET is an indispensable tool for creating the next generation of Web applications and Web Services. This comprehensive resource gives you in-depth guidance for building dynamic, data-driven applications tailored to any browser or device. Whether you're a seasoned ASP developer or a Web development newcomer, you'll find the real-world techniques and insights you need to take ASP.NET programming to the next level. Inside, you'll find complete coverage of ASP.NET: Get up to speed fast on ASP.NET development with both Visual Basic .NET and C#; Build forms with Web Controls, including Rich Web Controls like AdRotator and Calendar; Debug ASP.NET pages – and learn how to write high-quality code; Master ASP.NET database programming with ADO.NET and SQL Server; Bind data and controls with XML; Develop, deploy, and use business objects; Create secure wireless applications using ASP.NET mobile controls.

  • Cost: $34.99
  • Pages: 1000
  • Edition: 1st edition
  • ISBN: 0764548166

ASP.NET by Example

Visit ASP.NET by Example

ASP developers need to understand how ASP.NET can help them solve business problems better than any prior product. ASP.NET by Example is designed to provide a "crash course" on ASP.NET and quickly help the reader start using this new technology. As part of the By Example series, this book approaches ASP.NET in an easy-to-use tutorial way, giving the reader a much faster and more interactive learning experience than the traditional reference book. By building the sample applications taught in the book, readers will learn how to create custom ASP.NET controls, how to use ADO+ objects in ASP, and how to deploy and manage applications. ASP.NET by Example also provides tools and information needed to migrate old ASP files to the new platform, saving developers significant time and money. As an added feature Steven A. Smith has included multiple case studies on how ASP.NET is used in e-commerce applications.

  • Cost: $20.99
  • Pages: 552
  • Edition: 1st edition
  • ISBN: 0789725622

ASP.NET Christmas E-card

Visit ASP.NET Christmas E-card

One facility most sites need is a function that provides exposure to bring in more visitors. A fun way of doing this, especially around the Christmas holiday season, is to create a festive electronic postcard system so that site visitors can send each other greetings. Your visitors get to have fun creating, customizing, personalizing and sending their e-cards, and you get lots of extra visitors through word of mouth. Those e-card recipients then go on to reply to the e-card or send their own messages to new people creating a viral effect. In this article, Chris Garrett will show how, using ASP.NET and the System.Drawing namespace, we can create and customize a graphical greetings card. Then we will go on to send this card to email recipients with an HTML email message. The message will contain a link to allow the recipient to come back to your site and send a reply or create a new message of their own.

  • Cost: $8.00
  • Pages: 14
  • Edition: e-book (Acrobat Reader)
  • ISBN: B000083XML

ASP.NET Community Starter Kit

Visit ASP.NET Community Starter Kit

Building Websites with the ASP.NET Community Starter Kit (CSK) is a practical guide to understanding, implementing, and extending this powerful and free application from Microsoft. The first half of this book gives you a full understanding of the Community Starter Kit, and the confidence to create, administer, and customize your own site. The second half of the book goes deeper providing you with the skills to extend the application and create your own custom functionality. Create and administer community websites; Customize your CSK website; Explore the inner workings of CSK modules, Extend the CSK by creating new modules and customizing existing modules; Add an RSS feed to share your site content with others; Deploy your CSK website. This book was written for ASP.NET developers with a sound grasp of C# and access to Visual Studio .NET. This book uses C#, Visual Studio .NET version of the ASP.NET Community Start Kit.

  • Cost: $44.99
  • Pages: 268
  • Edition: Paperback First Edition
  • ISBN: 1904811000