当前位置:首页>正文

ASP.NET 2.0 服务器控制与开发手册 Professional ASP.NET 2.0 Server Control and Component Development pdf 下载 mobi 极速 snb 夸克云 txt chm

免费下载书籍地址:PDF下载地址

精美图片

ASP.NET 2.0 服务器控制与开发手册 Professional ASP.NET 2.0 Server Control and Component Development 书籍详细信息

  • ISBN:9780471793502
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2006-12
  • 页数:1224
  • 价格:397.80
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分

内容简介:

The ASP.NET 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components. Professional ASP.NET 2.0 Server Control and Component Development covers the breadth of server control functionality as well as the rest of the membership, role management, SchemaImporterExtension, and so on – the functionality referred to as components. Written for the experienced ASP.NET developer, Professional ASP.NET 2.0 Server Control and Component Development will show you how to write your first sever control or custom component.

书籍目录:

Acknowledgments.

Introduction.

Chapter 1: The ASP.NET 2.0 Framework.

Chapter 2: Developing Simple Custom Controls and User Controls.

Chapter 3: Developing Custom-Styled Controls.

Chapter 4: Developing Custom Controls That Raise Events.

Chapter 5: Developing Custom Composite Controls.

Chapter 6: Developing Custom Templated Controls.

Chapter 7: Developing Custom Controls with Complex Properties.

Chapter 8: ASP.NET Request Processing Architecture.

Chapter 9: Data Binding.

Chapter 10: XML Web Services.

Chapter 11: Implementing Schema Importer Extensions and ISerializable Interface.

Chapter 12: Understanding the ASP.NET 2.0 Tabular Data Source Control Model.

Chapter 13: The ASP.NET 2.0 Data Source Control Parameter Model.

Chapter 14: Developing ASP.NET 2.0 Custom Tabular Data Source Controls.

Chapter 15: Understanding the ASP.NET 2.0 Hierarchical Data Source Control Model.

Chapter 16: Developing ASP.NET 2.0 Custom Hierarchical Data Source Controls.

Chapter 17: Understanding the ASP.NET 2.0 Tabular Data-Bound Control Model.

Chapter 18: The ASP.NET 2.0 Data Control Field Model.

Chapter 19: Developing ASP.NET 2.0 Custom Tabular Data-Bound Controls.

Chapter 20: Why You Need the ASP.NET 2.0 Membership/Role Model.

Chapter 21: Understanding the ASP.NET 2.0 Membership Model.

Chapter 22: Developing Custom MembershipProvider and MembershipUser Components.

Chapter 23: Understanding the ASP.NET Role Management Model.

Chapter 24: Developing Custom Role Providers, Modules, and Principals.

Chapter 25: Developing Custom Provider-Based Services.

Chapter 26: Developing Ajax-Enabled Controls and Components: Client-Side Functionality.

Chapter 27: Developing Ajax-Enabled Controls and Components: Asynchronous Client Callback.

Chapter 28: Developing Ajax-Enabled Controls and Components: Ajax Patterns.

Chapter 29: Developing Ajax-Enabled Controls and Components: More Ajax Patterns.

Chapter 30: Understanding the ASP.NET 2.0 Web Parts Framework.

Chapter 31: Developing Custom WebPart, EditorPart, and CatalogPart Controls.

Chapter 32: Developing Custom WebPartZoneBase Controls.

Chapter 33: WebPartManager, Web Parts Connections, and Data-Bound WebPart Controls.

作者介绍:

暂无相关内容,正在全力查找中

出版社信息:

暂无出版社相关信息,正在全力查找中!

书籍摘录:

暂无相关书籍摘录,正在全力查找中!

在线阅读/听书/购买/PDF下载地址:

在线阅读地址:ASP.NET 2.0 服务器控制与开发手册 Professional ASP.NET 2.0 Server Control and Component Development 在线阅读

在线听书地址:ASP.NET 2.0 服务器控制与开发手册 Professional ASP.NET 2.0 Server Control and Component Development 在线收听

在线购买地址:ASP.NET 2.0 服务器控制与开发手册 Professional ASP.NET 2.0 Server Control and Component Development 在线购买

原文赏析:

暂无原文赏析,正在全力查找中!

其它内容:

编辑推荐

作者简介:

  Shahram Khosravi started working as a software engineer while still in college. After completing his Ph.D., he continued working on cutting-edge software development projects. Shahram is a senior software engineer, consultant, author, and instructor specializing in ASP.NET, Web services, .NET technologies, XML technologies, ADO.NET, C#, 3D computer graphics, Human Interface (HI) usability, and design patterns. He has more than 10 years of experience in object-oriented analysis, design, and programming. Shahram has written articles on the .NET Framework, ADO.NET, ASP.NET, and XML technologies for industry leading magazines such as Dr. Dobb’s Journal, asp.netPRO magazine, and Microsoft MSDN Online. He is a great enthusiast for using, teaching, and writing about the latest Microsoft technologies, and provides consulting and training services to help others use them in their own software products.


书籍介绍

The ASP.NET 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components. Professional ASP.NET 2.0 Server Control and Component Development covers the breadth of server control functionality as well as the rest of the membership, role management, SchemaImporterExtension, and so on – the functionality referred to as components. Written for the experienced ASP.NET developer, Professional ASP.NET 2.0 Server Control and Component Development will show you how to write your first sever control or custom component. The step-by-step coverage drills down to the details of the extensible part of the ASP.NET 2.0 Framework that you need to extend to write the specified type of custom control or component. Rather than present the extensible part as a black box, it presents a detailed step-by-step approach to implement functional replica of the extensible part, discusses the replica’s code in detail, and provides an in-depth coverage of the techniques, tools, and technologies used in the code. From there you get a detailed practical recipe for developing the specified type of custom control or component and book then uses the recipe to implement one or more real-world custom controls or components of the specified type that you can use in your own Web applications. Some of the many types of controls and components you'll learn to build are: Ajax-enabled controls and components: four chapters on Ajax discuss and use Ajax patterns, ASP.NET 2.0 client callback mechanism, CSS, DOM, XML, and JavaScript to implement a number of Ajax-enabled controls and components. Web Parts: four chapters on Web Parts in ASP.NET 2.0 develop a number of custom WebPart, EditorPart, CatalogPart, WebPartZone, WebPartChrome, WebPartVerb, WebPartManager, and data-bound WebPart controls. 5 chapters on ASP.NET 2.0 security, membership, and role management components 5 chapters on ASP.NET 2.0 tabular and hierarchical data source controls and custom Parameter components 4 chapters on ASP.NET 2.0 tabular data-bound controls and data control fields Developing controls and components that can access any type of data store and automate all their data operations such as Delete, Update, Insert, and Sort. XML Web service, WSDL, Google XML Web service API, SchemaImporterExtension, ISerializable, and CodeDom XmlReader, XmlWriter, XPathNavigator, DOM, and XmlResolver Provider-Based Services including how to implement a RSS service provider that can feed RSS from any type of data store such as SQL Server, file system, Web services, and so on HTTP modules, HTTP handler factories, HTTP handlers, and control builders including developing an HTTP module and an HTTP handler factory that perform URL rewriting and an HTTP handler that generates RSS feeds User controls and composite and templated custom controls State management and custom type converters. Events, IPostBackEventHandler, IPostBackDataHandler, and Page lifecycle This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes: Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1) ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 ) Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985) Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507) ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663) CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition

书籍真实打分

故事情节:8分

人物塑造:3分

主题深度:3分

文字风格:8分

语言运用:6分

文笔流畅:6分

思想传递:4分

知识深度:4分

知识广度:7分

实用性:4分

章节划分:4分

结构布局:5分

新颖与独特:6分

情感共鸣:4分

引人入胜:5分

现实相关:6分

沉浸感:8分

事实准确性:5分

文化贡献:4分

网站评分

书籍多样性:5分

书籍信息完全性:4分

网站更新速度:4分

使用便利性:8分

书籍清晰度:4分

书籍格式兼容性:8分

是否包含广告:4分

加载速度:7分

安全性:3分

稳定性:6分

搜索功能:8分

下载便捷性:6分

下载点评

  • 一般般(500+)
  • 四星好评(436+)
  • epub(621+)
  • 赚了(399+)
  • 已买(320+)
  • 体验差(155+)
  • 图书多(119+)
  • 无盗版(306+)

下载评价

网友 邱***洋:不错,支持的格式很多

网友 国***芳:五星好评

网友 车***波:很好,下载出来的内容没有乱码。

网友 家***丝:好6666666

网友 詹***萍:好评的,这是自己一直选择的下载书的网站

网友 晏***媛:够人性化!

网友 寇***音:好,真的挺使用的!

网友 苍***如:什么格式都有的呀。

网友 曹***雯:为什么许多书都找不到?

网友 孙***美:加油!支持一下!不错,好用。大家可以去试一下哦

网友 寿***芳:可以在线转化哦

版权声明

1本文:ASP.NET 2.0 服务器控制与开发手册 Professional ASP.NET 2.0 Server Control and Component Development 转载请注明出处。
2本站内容除签约编辑原创以外,部分来源网络由互联网用户自发投稿仅供学习参考。
3文章观点仅代表原作者本人不代表本站立场,并不完全代表本站赞同其观点和对其真实性负责。
4文章版权归原作者所有,部分转载文章仅为传播更多信息服务用户,如信息标记有误请联系管理员。
5本站一律禁止以任何方式发布或转载任何违法违规的相关信息,如发现本站上有涉嫌侵权/违规及任何不妥的内容,请第一时间联系我们申诉反馈,经核实立即修正或删除。


本站仅提供信息存储空间服务,部分内容不拥有所有权,不承担相关法律责任。

相关文章:

  • Veronese pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 工程项目组织与管理 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 如何培养中学生的高效学习习惯 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 凝視 齊柏林:台灣的四維空間 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 小学数学预复习五年级上·人教版 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 全新正版图书 邮轮英语刘燕婷中国旅游出版社9787503253911 旅游船客运服务英语教材人天图书专营店 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 保险医学基础 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 魅力香水的品香与审美 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 经食管超声心动图实用技术 pdf 下载 mobi 极速 snb 夸克云 txt chm
  • 乐学熊全横式每天100道口算题卡计时测评 二年级下册 彩绘版 pdf 下载 mobi 极速 snb 夸克云 txt chm