博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Essential C# 2.0
阅读量:4231 次
发布时间:2019-05-26

本文共 1364 字,大约阅读时间需要 4 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Essential C# 2.0 is a clear, concise guide to C#including the features new to C# 2.0. The book clearly presents material for beginners and experts and provides contrasts and comparisons between C# and other languages. The C# language is covered comprehensively and each important construct is illustrated with succinct code examples. Complete code examples are available online. Mark Michaelis has organized the material for quick access. Graphical mind maps at the beginning of each chapter show what material is covered and how each topic relates to the whole.

Following the C# introduction, readers will learn about
*C# primitive data types, value types, reference types, type conversions, and arrays
*Operators and control flow, loops, conditional logic, and sequential programming
*Methods, parameters, exception handling, and structured programming
*Classes, inheritance, structures, interfaces, and object-oriented programming
*Well-formed types, operator overloading, namespaces, and garbage collection
*Generics, collections, and iterators
*Reflection, attributes, and declarative programming
*Threading, synchronization, and multi-threaded patterns
*Interoperability and unsafe code
*The Common Language Infrastructure that underlies C#
http://rapidshare.com/files/19775000/N0321150775.rar
你可能感兴趣的文章
聊聊Vue.js的template编译
查看>>
Vue源码阅读连载之响应式设计
查看>>
CSS布局 -- 圣杯布局 & 双飞翼布局
查看>>
产生随机数
查看>>
android 基本布局
查看>>
android 操作系统
查看>>
button事件的两种处理方法
查看>>
android 震动
查看>>
【数据结构与算法】(四) c 语言静态队列的简单实现
查看>>
[linux] unix domain socket 例子
查看>>
[linux] c 实现简单的web服务器
查看>>
栈--判断回文字符串
查看>>
Dijkstra算法--一个点到其余点最短路径
查看>>
解决 The `master` repo requires CocoaPods 1.0.0 - (currently using 0.39.0)
查看>>
gdb调试常用命令
查看>>
vim正则表达式批量修改文本
查看>>
objective-c init方法的写法
查看>>
极客公园 Mac 第三方客户端(swift)
查看>>
【Lintcode】寻找峰值
查看>>
Arduino 串口读写 SD 卡模块
查看>>