買這商品的人也買了...
-
$1,200$1,176 -
$680$537 -
$2,610$2,480 -
$2,010$1,910 -
$990Secure Electronic Commerce, 2/e
-
$980$774 -
$875Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET
-
$2,340$2,223 -
$420$328 -
$620$558 -
$780$741 -
$280$218 -
$1,100$1,045 -
$750$638 -
$650$553 -
$580$458 -
$760$600 -
$590$460 -
$690$538 -
$720$569 -
$750$675 -
$560$504 -
$650$514 -
$2,340$2,223 -
$620$484
相關主題
商品描述
Description:
Provides a high-level overview of the .NET Framework—now updated to reflect the release of Visual Studio .NET 2003 and .NET Framework version 1.1
What problems can .NET solve? What architectural approaches does it take to solve them? How do you start using .NET, and how do you profit from it? Get the answers to these questions and more in this entertaining third edition of the popular .NET walk-through—now expanded to cover .NET Framework version 1.1. The well-known author and consultant expertly covers every topic from the top down, introducing simpler concepts first and progressing into greater technical detail. By the end of this illuminating .NET walk-through, you’ll know enough about this revolutionary platform to plan for the future of software as a Web service.
Table of Contents:
Foreword | ix |
Preface | xi |
1 Introduction | 1 |
The Big Internet | 1 |
Raising the Bar: Common Infrastructure Problems | 2 |
The Best Laid Plans | 4 |
What the Heck Is .NET, Anyway? | 6 |
About This Book | 9 |
Sing a Song of Silicon | 10 |
2 .NET Objects | 13 |
Problem Background | 13 |
Solution Architecture | 16 |
Oh Yeah? What Does It Cost? | 19 |
Simplest Example | 20 |
More on .NET Namespaces | 25 |
Assemblies | 29 |
Concept of an Assembly | 29 |
Assemblies and Deployment | 31 |
Assemblies and Versioning | 34 |
Object-Oriented Programming Features | 40 |
Inheritance | 41 |
Object Constructors | 46 |
.NET Memory Management | 48 |
Interoperation with COM | 55 |
Using COM Objects from .NET | 55 |
Using .NET Objects from COM | 60 |
Transactions in .NET | 62 |
Structured Exception Handling | 65 |
Code Access Security | 71 |
3 ASP.NET | 79 |
Problem Background | 79 |
Solution Architecture | 82 |
Simplest Example: Writing a Simple ASP.NET Page | 85 |
More on Web Controls | 89 |
Managing and Configuring Web Application Projects: The Web.config File | 96 |
ASP.NET State Management | 99 |
Security in ASP.NET | 105 |
Authentication | 105 |
Authorization | 115 |
Identity | 121 |
Process Management | 123 |
4 .NET Web Services | 125 |
Problem Background | 125 |
Solution Architecture | 128 |
Simplest Example: Writing an XML Web Service | 132 |
Self-Description of XML Web Services: The WSDL File | 137 |
Writing XML Web Service Clients | 139 |
XML Web Service Support in Visual Studio .NET | 145 |
XML Web Service Design Considerations | 146 |
Make Them Chunky | 146 |
Think Carefully About Their State | 148 |
Handling Exceptions | 151 |
Replacing the Namespace URI | 152 |
XML Web Service Security | 154 |
XML Web Service Enhancements | 157 |
5 Windows Forms | 165 |
Problem Background | 165 |
Solution Architecture | 167 |
Simplest Example | 169 |
More Complex Example: Controls and Events | 171 |
Hosting ActiveX Controls in Windows Forms | 175 |
Form Enhancements | 179 |
Drawing | 179 |
Mouse Handling | 182 |
Menu Handling | 183 |
Keyboard Handling | 185 |
Dialog Boxes | 186 |
6 Data Access in .NET | 189 |
Problem Background | 189 |
Solution Architecture | 191 |
Simplest Example | 195 |
More Complex Example: Disconnected Operation | 199 |
Visual Studio Support and Typed DataSet Objects | 208 |
7 Handling XML | 217 |
Problem Background | 217 |
Solution Architecture | 219 |
Simplest Example: Basic Serialization | 220 |
More Complex Example: Controlling Serialization | 224 |
XML Schemas and Serialization | 229 |
Generic Parsing | 233 |
8 Events and Delegates | 237 |
Problem Background | 237 |
Solution Architecture | 239 |
Simplest Example | 240 |
More Complex Example | 247 |
Delegates | 251 |
9 Threads | 257 |
Problem Background | 258 |
Solution Architecture | 260 |
Simplest Threading Example: Using the Process Thread Pool | 262 |
More Complex Example: Thread Safety | 268 |
Still More Complex Example: Managing Your Own Threads | 277 |
10 .NET Remoting | 281 |
Problem Background | 281 |
Solution Architecture | 282 |
Simplest Example | 285 |
Big Simplification: Configuration Files | 288 |
Activation Types | 290 |
Lifetime Management | 295 |
Hosting and Deployment | 299 |
Security | 301 |
Performance | 302 |
11 .NET Reflection | 303 |
Problem Background | 303 |
Solution Architecture | 304 |
Simplest Example | 306 |
More Complex Example: Enumerating Types | 308 |
Still More Complex Example: Object Creation and Method Invocation | 313 |
EPILOGUE AND BENEDICTION | 319 |
INDEX |
商品描述(中文翻譯)
描述:
提供.NET Framework的高層級概述 - 現已更新以反映Visual Studio .NET 2003和.NET Framework 1.1的發布
.NET可以解決哪些問題?它採用什麼架構方法來解決這些問題?如何開始使用.NET,並如何從中獲益?在這本有趣的第三版.NET指南中,您將找到這些問題的答案,並且現已擴展到覆蓋.NET Framework 1.1。這位著名的作者和顧問從頂層開始熟練地涵蓋每個主題,首先介紹較簡單的概念,然後進一步深入技術細節。通過這次啟發性的.NET指南,您將了解足夠關於這個革命性平台的知識,以規劃軟件作為Web服務的未來。
目錄:
前言
ix
前言
xi
1 介紹
1
大型互聯網
1
提升標準:常見基礎架構問題
2
最佳計劃
4
到底是什麼.NET?
6
關於本書
9
唱一首硅片之歌
10
2 .NET物件
13
問題背景
13
解決方案架構
16
哦,是嗎?需要花多少錢?
19
最簡單的例子
20
更多關於.NET命名空間
25
組件
29
組件的概念
29
組件和部署
31
組件和版本控制
34
面向對象編程特性
40
繼承
41
物件構造函數
46
.NET內存管理
48
與COM的互操作
55
...