reklama - zainteresowany?

Learning ASP.NET 3.5. 2nd Edition - Helion

Learning ASP.NET 3.5. 2nd Edition
ebook
Autor: Jesse Liberty, Dan Hurwitz, Brian MacDonald
ISBN: 978-05-965-5180-3
stron: 608, Format: ebook
Data wydania: 2008-07-25
Księgarnia: Helion

Cena książki: 126,65 zł (poprzednio: 147,27 zł)
Oszczędzasz: 14% (-20,62 zł)

Dodaj do koszyka Learning ASP.NET 3.5. 2nd Edition

Tagi: .NET - Programowanie | ASP

With this book, you will learn how to create engaging and interactive web applications using the latest version of the world's most popular web development platform: ASP.NET with AJAX, built on the productivity-enhancing features of Visual Studio 2008.

All you need to get started is a basic knowledge of HTML and a desire to produce professional quality websites.

Learning ASP.NET 3.5 introduces new skills in each new chapter and offers fully annotated and fully functional examples that you can put to work immediately. Each chapter adds detailed summaries, practice questions to ensure comprehension, and exercises so you can apply what you've learned to new situations.

Written by the bestselling author team of Jesse Liberty, Dan Hurwitz, and Brian MacDonald, Learning ASP.NET 3.5 offers complete, up-to-date coverage of ASP.NET 3.5 and AJAX. The book includes:

  • Chapters that are designed as a series of tutorials on different aspects of web development
  • Examples in each chapter that illustrate how a new concept works. Different chapters feature either a single running example with several stages, or a series of smaller examples
  • A single large example in the final chapter offers that uses everything the reader has learned
  • VB, JavaScript, and SQL Cheat Sheet sidebars to help readers with no little or no background with those topics
  • AJAX-style fully integrated into ASP.NET programming -- the way it should be taught and used

If you want to get up to speed with the world's most popular web development technology, Learning ASP.NET 3.5 is the best resource for the job.

Dodaj do koszyka Learning ASP.NET 3.5. 2nd Edition

 

Osoby które kupowały "Learning ASP.NET 3.5. 2nd Edition", wybierały także:

  • Domain-Driven Design dla .NET Core. Jak rozwiÄ…zywać zÅ‚ożone problemy podczas projektowania architektury aplikacji
  • Gray Hat C#. JÄ™zyk C# w kontroli i Å‚amaniu zabezpieczeÅ„
  • PowerShell. Kurs video. Zarz
  • ASP .NET Core. Kurs video. Rozwijanie dodatkowych funkcjonalnoÅ›ci Web API
  • Programowanie asynchroniczne i równolegÅ‚e w C#. Kurs video. Poziom podstawowy

Dodaj do koszyka Learning ASP.NET 3.5. 2nd Edition

Spis treści

Learning ASP.NET 3.5. Build Web Applications with ASP.NET 3.5, AJAX, LINQ, and More. 2nd Edition eBook -- spis treści

  • Learning ASP.NET 3.5, 2nd Edition
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • A Note Regarding Supplemental Files
    • Preface
      • About This Book
      • About This Series
      • Learning or Programming?
      • VB Versus C#
      • How This Book Is Organized
      • Conventions Used in This Book
      • Support: A Note from Jesse Liberty
      • Using Code Examples
      • Wed Like to Hear from You
      • Safari Books Online
      • Acknowledgments
        • From Jesse Liberty
        • From Dan Hurwitz
        • From Brian MacDonald
    • 1. Getting Started
      • Hello World
      • Creating a New Web Site
      • Creating HelloWorld
      • Making the HelloWorld Web Site Interactive
      • What You Just Did
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercise
    • 2. Building Web Applications
      • Mastering Web Site Fundamentals
        • The Page
        • Controls
        • Code-Behind Files
        • Events and Postbacks
        • Synchronous and Asynchronous Postbacks
          • The Page Load event and synchronous postback
          • Adding asynchronous postbacks
      • Using Controls
        • Organizing the Properties Window
          • Finding properties with IntelliSense
        • Basic Controls
        • Creating Tables
        • Setting Properties
        • Selection Controls
        • Panels
        • List Selection Controls
          • Adding items with the Item editor
          • Adding items in Source view
        • More Selection Controls
        • Using Selections to Display Text
        • Images
        • Links
        • LinkButtons
      • Source Code
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercises
    • 3. Snappier Web Sites with AJAX
      • Take a Walk on the Client Side
      • ScriptManager and UpdatePanel
      • Controlling Browser History
      • Extending Controls with the Control Toolkit
      • TextBoxWaterMarkExtender
      • PopupControlExtender
      • CollapsiblePanelExtender
      • Source Code Listing
      • Summary
      • BRAIN BUILDER
        • Quiz
      • Exercises
    • 4. Saving and Retrieving Data
      • Getting Data from a Database
      • Binding Data Controls
      • Create a Sample Web Page
      • Using a DataSource Control
      • Pay No Attention to That Man Behind the Curtain
      • GridView Control
      • Auto-Generated Code
      • Adding Insert, Update, and Delete Statements
      • Displaying and Updating the Data
      • Take It for a Spin
      • Modifying the Grid Based on Conditions
      • Selecting Data from the GridView
      • Passing Parameters to the SELECT Query
      • LINQ
      • Creating the Object Model
      • Using the Object Model
      • Editing Data in LINQ
      • ASP.NET Dynamic Data
      • Source Code Listings
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercises
    • 5. Validation
      • Validation Controls
      • The RequiredFieldValidator
      • The Summary Control
      • The Compare Validator
        • Checking the Input Type
        • Comparing to Another Control
      • Range Checking
      • Regular Expressions
      • Custom Validation
      • Summary
      • BRAIN BUILDER
        • Quiz
      • Exercises
    • 6. Style Sheets, Master Pages, and Navigation
      • Styles and Style Sheets
      • Cascading Styles
      • Inline Styles
        • Pros and cons
      • Document-Level Styles
        • Pros and cons
      • External Style Sheets
      • Master Pages
        • Creating a Master Page
      • Adding Content Pages
      • Using Nested Master Pages
      • Changing the Master Page at Runtime
      • Navigation
      • Buttons and HyperLinks
      • Menus and Bread Crumbs
      • Site Maps
      • Using Sitemaps
        • TreeView
        • Customizing the look and feel of the TreeView
        • Replacing the TreeView with a menu control
        • Accessing site map nodes programmatically
      • Bread Crumbs
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercises
    • 7. State and Life Cycle
      • Page Life Cycle
      • State
        • View State
        • Session State
        • Application State
      • Summary
      • BRAIN BUILDER
        • Quiz
      • Exercises
    • 8. Errors, Exceptions, and Bugs, Oh My!
      • Creating the Sample Application
      • Tracing
        • Page-Level Tracing
        • Inserting into the Trace Log
      • Debugging
        • The Debug Toolbar
        • Breakpoints
          • Setting a breakpoint
          • Breakpoints window
          • Breakpoint properties
          • Breakpoint icons
        • Stepping Through Code
        • Examining Variables and Objects
        • Debug Windows
          • Immediate window
          • Locals window
          • Watch window
          • Call Stack window
      • Error Handling
        • Unhandled Errors
        • Application-Wide Error Pages
        • Page-Specific Error Pages
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercises
    • 9. Security
      • Forms-Based Security
      • Creating Users with the WAT
      • Managing Users Programmatically
        • Creating User Accounts
        • Creating a Welcome Page
        • Creating a Login Page
      • Roles
      • Restricting Access
        • Testing for Login Status
        • Testing for Role-Based Authentication Membership
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercises
    • 10. Personalization
      • Profiles
        • Simple Data Types
        • Complex Data Types
      • Anonymous Personalization
        • Adding an Anonymous Profile
        • Migrating Anonymous Data to an Actual User's Record
      • Themes and Skins
        • Create the Test Site
        • Organize Site Themes and Skins
        • Enable Themes and Skins
        • Specify Themes for Your Page
        • Using Named Skins
      • Summary
      • BRAIN BUILDER
        • Quiz
        • Exercises
    • 11. Putting It All Together
      • Getting Started
      • Adding Styles
      • Using Master Pages
      • Setting Up Roles and Users
      • Logging In
      • Navigation
      • Products Page
      • Adding AJAX
      • Cart Page
      • Purchase Page
      • Confirm Page
      • Custom Error Pages
      • Summary
      • Source Code Listings
        • Cart Page
        • Confirm Page
        • Home Page
        • Login Page
        • Master Page
        • Products Page
        • Purchase Page
        • Web.config
    • A. Installing the Stuff You'll Need
      • What Hardware and Software You'll Need
      • Visual Web Developer
        • Installing VWD
        • Configuring SQL Server Express
        • Using the AdventureWorks Sample Database
      • Visual Studio 2008
        • Installing Visual Studio 2008
      • ASP.NET AJAX Control Toolkit
    • B. Copying a Web Site
      • Virtual Directories
        • Outside the IDE
        • Inside the IDE
      • Copying the Web Site Without Using the IDE
      • Copying the Web Site with the IDE
    • C. Publishing Your Web Site
      • Using a Hosting Company
        • Database Support
        • Your Domain Name
      • Example: Getting Set Up on a Hosting Site
        • Picking a Hosting Site
        • Setting Up the Account
        • Uploading the Web Site Files
        • Uploading Data
          • Creating the script
          • Logging Into the hosting database and running the script
          • Updating the Connection Strings
        • Notes and Tips
      • Hosting Your Own Site
        • Running Web Server Software
        • Security
        • Configuring the Firewall
        • Hosting a Web Site Under IIS
          • IIS 7
          • IIS 6
        • Setting Up the Domain Name
      • Further Resources
    • D. Answers to Quizzes and Exercises
      • Chapter 1: Getting Started
        • Answers to Quiz Questions
        • Answer to Exercise
      • Chapter 2: Building Web Applications
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 3: Snappier Web Sites with AJAX
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 4: Saving and Retrieving Data
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 5: Validation
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 6: Style Sheets, Master Pages, and Navigation
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 7: State and Life Cycle
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 8: Errors, Exceptions, and Bugs, Oh My!
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 9: Security
        • Answers to Quiz Questions
        • Answers to Exercises
      • Chapter 10: Personalization
        • Answers to Quiz Questions
        • Answers to Exercises
    • Index
    • About the Authors
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka Learning ASP.NET 3.5. 2nd Edition

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.