您的位置:首页资料计算机教程

《ASP.NET 2.0 揭秘》(ASP.NET 2.0 Unleashed )CHM

资源分类:
资料/计算机教程
发布者:
東京熱
发布时间:
2007-09-13 18:50
最新更新时间:
2007-09-13 19:10
浏览次数:
加载中..
eMule资源

中文名称:ASP.NET 2.0 揭秘
英文名称:ASP.NET 2.0 Unleashed
版本:CHM
发行时间:2006年06月06日
地区:美国
语言:英语
简介
post-1197074-1189680535.jpg

书名: 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...r/dp/0672328232

Snap1.jpg


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小时内删除。版权归原作者所有,如果你喜欢,请购买正版。

引用此页 (Trackback) (?)

引用后通告地址 (Trackback URL):http://service.verycd.com/trackback/lib/0000163340/

eMule 资源频道
首页
电影
音乐
游戏
软件
动漫
剧集
资料
>管理营销
>外语教程
>计算机教程
>图书杂志
>体育健身
>纪录片
>有声读物
>其他资料
综艺
杂志
论坛
电驴eMule软件下载

  电驴(eMule)是一个开源软件,通过它可以搜索和分享本站所有资源

电驴eMule客户端下载

热门下载

《Excel 2007 公式应用技巧》(Excel 2007 Formulas)CHM

《Photoshop 顶级密诀》(Photoshop Top Secret DVD 1-5)[ISO]

《Essential SharePoint 2007》PDF

《ASP.NET 2.0 揭秘》(ASP.NET 2.0 Unleashed )CHM

《Visual Basic.NET程序设计专家指南原书第2版》(Visual Basic.NET How to Program, Second Edition)PDF

《J2ME和移动电话开发系列课程》(Sun Microsystems J2ME and Mobile Phone Development Topics CDJ 460)[Bin]

《建模秘技教程》(Gnomon The Secret Of Organic Modeling)[ISO]

《LightWave 3D中文视频教程》(LightWave 3D Chinese audiovisual)

《SUSE Linux Enterprise 10 精妙解决方案教程》(LinuxCBT Feat SUSE 10 Enterprise Edition)[ISO]

《ZB3 纹理材质教程》(Digital-Tutors Texturing With ZBrush 3)2CDs[ISO]
推荐下载

《Photoshop 顶级密诀》(Photoshop Top Secret DVD 1-5)[ISO]

《Pro/E Wildfire 工业设计院系列丛书配套光盘 》2.0 & 3.0[ISO]

《2007新图快递(共149CD)绝对精品--更新至75CD》[ISO]

《80年代荷尔蒙》(Hormone Eighties)[WMV]

《中国图片库》(CHINA STOCK PHOTOS)无版本说明[ISO]

《任真之经典古籍收藏》中文

《十二集大型纪录片故宫-更新花絮 卫星高清晰视频》卫星电视MPEGII数据流直接采集[TVRip]

《幸福人生讲座》更新8集版本08/8[wmv]

《有声畅销书 阿尔忒弥斯之鸟 欧因·科弗》(Artemis Fowl audiobook)German Edition

《爱我中华—中华历史文化合集》2007年06月11日更新 新增《中国文化遗产日直播行动》[RMVB]

Chris Rea -《蓝调吉他作品集》(Blue Guitars)[Box Set][12CD][更新1-5CD][APE]

《2007年FIFA女足世界杯》13/9日更新[B组小组赛.尼日利亚VS瑞典][RMVB]

David Oistrakh -《奥伊斯特拉赫苏联广播电台录音》(Historic Russian Archives)Brilliant Classics[APE]

Johnny Cash -《The Man in Black: 1963-1969》Box Set[FLAC]

Johnny Cash -《The Man in Black: 1959-1962》Box Set[FLAC]

Johnny Cash -《The Man in Black: 1954-1958》Box Set[FLAC]

Wilhelm Furtwangler -《富特文格勒与贝多芬第9号交响曲》(Beethoven Symphony No.9)9月13日更新到1951年1月维也纳版(Delta.0019)[APE]

《一夜大肚》(Knocked Up)未分级版[DVDRip]

《男儿本色》(Invisible Target)[DVDRip]

《成为简·奥斯汀》(Becoming Jane)[DVDRip]
Get Firefox!