搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

ASP.NET 2.0 揭秘 ASP.NET 2.0 Unleashed CHM

[复制链接]
发表于 2021-7-27 23:26:49 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : ASP.NET 2.0 揭秘


    英文名


    : ASP.NET 2.0 Unleashed


    版本


    : CHM


    发行日期


    : 2006年06月06日


    地区


    : 美国


    对白语言


    : 英语


    概述


    :



    书名: ASP.NET 2.0 Unleashed 作者: Stephen Walther (Author) 页数: 1992 pages 出版: Sams; Har/Cdr edition (June 6, 2006) 语言: English ISBN-10: 0672328232 ISBN-13: 978-0672328237 本书是讲解ASP.NET 2.0 Framework 最全面的图书,包含用VB.NET 和C# 两种语言写成的上百段程序代码,覆盖ASP.NET 2.0 Framework 的方方面面。卷1主要包括创建ASP.NET 页面、设计ASP.NET 网站、数据访问、创建组件、站点导航等。本书作者Stephen Walther曾荣获微软技术社区最高荣誉“软件传奇人物”称号。作者Stephen Walther不仅是微软的MVP,更因为此书荣获微软社区最高荣誉Software Legend(软件传奇人物),要知道,历史上这一称号的得主都是Richter、Petzold这样的大师。他在ASP.NET界的地位可以想见。 http://www.amazon.com/ASP-NET-2-0-Unleashe...72328232




    Book Description


    ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend


    Stephen Walther


    . It



    covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!


    From the Back Cover


    ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend


    Stephen Walther


    . It



    covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!


    Table of Contents | Index


    Copyright About the Author Acknowledgments We Want to Hear from You! Introduction Who Should Read This Book? What Do You Need to Know Before You Read This Book? Changes to This Book How This Book Is Organized Viewing the Code Samples Part I: Building ASP.NET Pages Chapter 1. Overview of the ASP.NET Framework ASP.NET and the .NET Framework Understanding ASP.NET Controls Understanding ASP.NET Pages Installing the ASP.NET Framework Summary Chapter 2. Using the Standard Controls Displaying Information Accepting User Input Submitting Form Data Displaying Images Using the Panel Control Using the HyperLink Control Summary Chapter 3. Using the Validation Controls Overview of the Validation Controls Using the RequiredFieldValidator Control Using the RangeValidator Control Using the CompareValidator Control Using the RegularExpressionValidator Control Using the CustomValidator Control Using the ValidationSummary Control Creating Custom Validation Controls Summary Chapter 4. Using the Rich Controls Accepting File Uploads Displaying a Calendar Displaying Advertisements Displaying Different Page Views Displaying a Wizard Summary Part II: Designing ASP.NET Websites Chapter 5. Designing Websites with Master Pages Creating Master Pages Modifying Master Page Content Loading Master Pages Dynamically Summary Chapter 6. Designing Websites with Themes Creating Themes Adding Skins to Themes Adding Cascading Style Sheets to Themes Creating Global Themes Applying Themes Dynamically Summary Chapter 7. Creating Custom Controls with User Controls Creating User Controls AJAX and User Controls Dynamically Loading User Controls Summary Part III: Performing Data Access Chapter 8. Overview of Data Access Using DataBound Controls Using DataSource Controls Using Programmatic DataBinding Understanding Templates and DataBinding Expressions Overview of SQL Server 2005 Express Sample Database-Driven Web Application Summary Chapter 9. Using the SqlDataSource Control Creating Database Connections Executing Database Commands Using ASP.NET Parameters with the SqlDataSource Control Programmatically Executing SqlDataSource Commands Caching Database Data with the SqlDataSource Control Summary Chapter 10. Using List Controls Overview of the List Controls Working with the DropDownList Control Working with the RadioButtonList Control Working with the ListBox Control Working with the CheckBoxList Control Working with the BulletedList Control Creating a Custom List Control Summary Chapter 11. Using the GridView Control GridView Control Fundamentals Using Fields with the GridView Control Working with GridView Control Events Extending the GridView Control Summary Chapter 12. Using the DetailsView and FormView Controls Using the DetailsView Control Using the FormView Control Summary Chapter 13. Using the Repeater and DataList Controls Using the Repeater Control Using the DataList Control Summary Part IV: Building Components Chapter 14. Building Components Building Basic Components Building Component Libraries Architectural Considerations Summary Chapter 15. Using the ObjectDataSource Control Representing Objects with the ObjectDataSource Control Using Parameters with the ObjectDataSource Control Paging, Sorting, and Filtering Data with the ObjectDataSource Control Handling ObjectDataSource Control Events Concurrency and the ObjectDataSource Control Extending the ObjectDataSource Control Summary Chapter 16. Building Data Access Components Connected Data Access Disconnected Data Access Executing Asynchronous Database Commands Building Database Objects with the .NET Framework Summary Part V: Site Navigation Chapter 17. Using the Navigation Controls Understanding Site Maps Using the SiteMapPath Control Using the Menu Control Using the TreeView Control Building a SQL Hierarchical Data Source Control Summary Chapter 18. Using Site Maps Using the SiteMapDataSource Control Using the SiteMap Class Advanced Site Map Configuration Creating Custom Site Map Providers Generating a Google SiteMap File Summary Chapter 19. Advanced Navigation Remapping URLs Using the VirtualPathProvider Class Summary Part VI: Security Chapter 20. Using the Login Controls Overview of the Login Controls Using the Login Control Using the CreateUserWizard Control Using the LoginStatus Control Using the LoginName Control Using the ChangePassword Control Using the PasswordRecovery Control Using the LoginView Control Summary Chapter 21. Using ASP.NET Membership Configuring Authentication Configuring Authorization Using ASP.NET Membership Using the Role Manager Summary Part VII: Building ASP.NET Applications Chapter 22. Maintaining Application State Using Browser Cookies Using Session State Using Profiles Summary Chapter 23. Caching Application Pages and Data Overview of Caching Using Page Output Caching Using Partial Page Caching Using DataSource Caching Using Data Caching Using SQL Cache Dependencies Summary Chapter 24. Localizing Applications for Multiple Languages Setting the Current Culture Using the CultureInfo Class Creating Local Resources Creating Global Resources Using the Localize Control Summary Chapter 25. Working with the HTTP Runtime Creating a Custom BuildProvider Creating a Custom ExpressionBuilder Creating HTTP Handlers Working with HTTP Applications and HTTP Modules Summary Chapter 26. Configuring Applications Overview of Website Configuration Using the Configuration API Creating Custom Configuration Sections Creating Encrypted Configuration Sections Summary Part VIII: Building Applications with Web Parts Chapter 27. Introduction to Web Parts Overview of the Web Part Framework Creating a Simple Web Part Application Using Catalog Zones Using Editor Zones Using Connections Zones Summary Chapter 28. Building Web Parts Creating Simple Web Parts Filtering Web Parts Creating Custom Web Part Verbs Displaying Web Part Help Managing Web Parts with the WebPartManager Control Summary Chapter 29. Personalizing Web Parts Overview of Personalization Configuring Personalization Creating Personalizable Web Parts Administrating Personalization Creating Custom Personalization Providers Summary Chapter 30. Extending the Web Part Framework Creating Custom Web Part Zones Creating Custom Catalog Zones Creating Custom Editor Zones Creating Custom Web Part Display Modes Summary Part IX: Custom Control Building Chapter 31. Building Custom Controls Overview of Custom Control Building View State and Control State Processing Postback Data and Events Working with Control Property Collections Creating a Better Designer Experience Summary Chapter 32. Integrating JavaScript in Custom Controls Using the ClientScriptManager Class Building JavaScript Controls Building AJAX Controls Summary Chapter 33. Building Templated Databound Controls Creating Templated Controls Creating Templated Databound Controls Summary Part X: Sample Application Chapter 34. Building an E-Commerce Application Overview of the E-Commerce Application Using Master Pages, Themes, and User Controls Building a Component Library Creating a Custom Site Map Provider Creating a Shopping Cart Protecting Credit Card Numbers Handling Images Retrieving Data with AJAX Improving Performance Through Caching Conforming to Standards Summary Index


    [通过安全测试] 杀毒软件:kav 6.0 病毒库:2007-9-13 共享时间:不定时,一般在白天(ADSL宽带上网1M的一般上传都在30-40KB左右, 希望大家能帮忙分流.上传速度比较慢,请大家不要着急。 共享服务器:DonkeyseverNo.1 [通过安装测试]WindowsXP SP2 该下载内容仅限于个人测试学习之用,不得用于商业用途,并且请在下载后24小时内删除。版权归原作者所有,如果你喜欢,请购买正版。



    主题推广




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-6-25 00:33 , Processed in 0.576383 second(s), 74 queries .

     

    快速回复 返回顶部 返回列表