图书介绍

.NET框架开发人员参考手册 系统构架分册2025|PDF|Epub|mobi|kindle电子书版本百度云盘下载

.NET框架开发人员参考手册 系统构架分册
  • 张志学主编 著
  • 出版社: 北京:清华大学出版社
  • ISBN:7302042861
  • 出版时间:2001
  • 标注页数:614页
  • 文件大小:23MB
  • 文件页数:625页
  • 主题词:互连网络(学科: 软件工具) 互连网络 软件工具

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

.NET框架开发人员参考手册 系统构架分册PDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

第1章 深入.NET框架1

1.1 .NET框架概述1

1.1.1 通用语言运行库1

1.1.2 .NET框架类库2

1.1.3 ASP.NET3

1.2 理解受控执行3

1.2.1 微软中间语言(MSIL)4

1.2.2 JIT编译4

1.2.3 执行代码5

1.3 应用程序域5

1.4 通用类型系统6

1.4.1 类6

1.4.2 接口7

1.4.3 数值类型8

1.4.4 delegate8

1.5 部件9

1.5.1 部件的基本知识9

1.5.2 元素清单11

1.5.3 部件属性13

1.5.4 创建部件14

1.6 通用语言运行库如何使用部件17

1.6.1 确定部件版本18

1.6.2 通过代码库或探测定位部件19

1.6.3 执行版本策略21

1.7 多语言互用22

1.7.1 通用语言规范22

1.7.2 编写CLS兼容代码24

1.8 .NET框架的安全机制25

1.8.1 代码访问安全机制25

1.8.2 角色安全25

1.8.3 安全策略管理26

1.8.4 常用安全工具28

第2章 System名称空间30

2.1 System名称空间概述30

2.2 System名称空间结构一览31

第3章 System名称空间中的类37

3.1 AccessException类37

3.2 Activator类39

3.3 AppDomain类44

3.4 AppDomainFlags类64

3.5 AppDomainUnloadedException类70

3.6 AppDonminUnloadInProgressException类71

3.7 ApplicationException类73

3.8 ArgumentException类75

3.9 ArgumentNullException类78

3.10 ArgumentOutOfRangeException类80

3.11 ArithmeticException类83

3.12 Array类84

3.13 ArrayTypeMismatchException类107

3.14 Attribute类109

3.15 AttributeUsageAttribute类113

3.16 BadImageFormatException类116

3.17 BitConverter类117

3.18 Buffer类125

3.19 CallContext类128

3.20 CannotUnloadAppDomainExccption类130

3.21 CLSCompliantAttribute类132

3.22 Console类134

3.23 ContextBoundObject类144

3.24 ContextMarshalException类146

3.25 ContextStatieAttribute类147

3.26 Convert类149

3.27 CoreException类172

3.28 DBNull类173

3.29 Delegate类176

3.30 DivideByZeroException类189

3.31 DuplicateWaitObjectException类191

3.32 Empty类192

3.33 EntryPointNotFoundException类194

3.34 Enum类196

3.35 Environment类206

3.36 EventArgs类215

3.37 Exception类216

3.38 ExecutionEngineException类222

3.39 FieldAccessException类224

3.40 FlagsAttribute类226

3.41 FormatException类226

3.42 GC类228

3.43 IndexOutOfRangeException类229

3.44 InvalidCastException类231

3.45 InvalidOperationException类232

3.46 LoaderOptimizationAttribute类234

3.47 LocalDataStoreSlot类235

3.48 LogicalCallContext类236

3.49 MarshalByRefObject类236

3.50 Math类239

3.51 MethodAccessException类251

3.52 MissingeFieldException类253

3.53 MissingMemberException类255

3.54 MissingMethodException类258

3.55 MTAThreadAttribute类260

3.56 MulticastDelegate类261

3.57 MulticastNotSupportedException类265

3.58 NonSerializedAttribute类267

3.59 NotFiniteNumberException类268

3.60 NotImplementedException类271

3.61 NotSupportedException类272

3.62 NullReferenceException类274

3.63 Object类275

3.64 ObsoleteAttribute类280

3.65 OperatingSystem类281

3.66 OutOfMemoryException类284

3.67 OverflowException类286

3.68 ParamArrayAttribute类287

3.69 PlatformNotSupportedException类288

3.70 Radix类288

3.71 Random类291

3.72 RankException类294

3.73 SerializableAttribute类296

3.74 ServicedComponent类297

3.75 ServicedComponentException类298

3.76 StackOverflowException类299

3.77 STAThreadAttribute类301

3.78 String类302

3.79 SystemException类332

3.80 ThreadStaticAttribute类334

3.81 TimeZone类335

3.82 Type类336

3.83 TypeInitializationException类388

3.84 TypeLoadException类389

3.85 TypeUnloadedException类392

3.86 UnauthorizedAccessException类393

3.87 UnhandledExceptionEvent类394

3.88 URI类396

3.89 URIFormatException类409

3.90 ValueType类410

3.91 Version类412

3.92 WeakReference类417

3.93 WeakReferenceException类420

3.94 ____ComObject类422

第4章 System名称空间中的结构423

4.1 ArgIterator结构423

4.2 Boolean结构426

4.3 Byte结构435

4.4 Char结构445

4.5 DateTime结构459

4.6 Decimal结构489

4.7 Double结构512

4.8 Guid结构521

4.9 Int16结构525

4.10 Int32结构531

4.11 Int64结构537

4.12 IntPtr结构543

4.13 RuntimeArgumentHandle结构544

4.14 RuntimeFieldHandle结构545

4.15 RuntimeMethodHandle结构546

4.16 RuntimeTypeHandle结构548

4.17 SByte结构550

4.18 Single结构555

4.19 TimeSpan结构563

4.20 TypedReference结构581

4.21 UInt16结构585

4.22 UInt32结构590

4.23 UInt64结构595

4.24 UIntPtr结构600

4.25 Void结构601

第5章 System名称空间中的其他成员603

5.1 System名称空间中的接口603

5.1.1 IAsyncResult接口603

5.1.2 ICloneable接口604

5.1.3 IComparable接口605

5.1.4 IConvertible接口606

5.1.5 ICustomFormatter接口606

5.1.6 IFormattable接口607

5.1.7 ILogicalThreadAffinative接口607

5.1.8 IServiceObjectProvider接口608

5.2 System名称空间中的枚举608

5.2.1 AttributeTargets枚举609

5.2.2 LoadevOptimization枚举610

5.2.3 PlatformID枚举610

5.2.4 TypeCode枚举611

5.2.5 UriHostNameType枚举611

5.2.6 URIPartial枚举612

5.3 System名称空间中的Delegate612

5.3.1 AsyneCallback Delegate613

5.3.2 CrossAppDomainDelegate Delegate613

5.3.3 EventHandler Delegate613

5.3.4 UnhandledExceptionEventHandler Delegate614

热门推荐