C# 5.0图书
C# 5.0 in a Nutshell The Definitive Reference
WinRT
C# 5.0 also interoperates with Windows Runtime (WinRT) libraries. WinRT is an execution interface and runtime environment for accessing libraries in a language-neutral and object-oriented fashion. It ships with Windows 8 and is (in part) an enhanced version of Microsoft’s Component Object Model or COM (see Chapter 25)
What’s New in C# 5.0
C# 5.0’s big new feature is support for asynchronous functions via two new keywords, async and await. Asynchronous functions enable asynchronous continuations, which make it easier to write responsive and thread-safe rich-client applications. They also make it easy to write highly concurrent and efficient I/O-bound applications that don’t tie up a thread resource per operation.
What’s New in C# 4.0
The features new to C# 4.0 were:
• Dynamic binding
• Optional parameters and named arguments
• Type variance with generic interfaces and delegates
• COM interoperability improvements
What’s New in C# 3.0
The features added to C# 3.0 were mostly centered on Language Integrated Query
capabilities or LINQ for short.
The C# 3.0 features added to support LINQ comprised implicitly typed local variables,
anonymous types, object initializers, lambda expressions, extension methods, query
expressions and expression trees.
C# 3.0 also added automatic properties and partial methods.
看完这本书,对C#的最新情况会有深入的了解,同时也复习了以前的知识
图书的覆盖内容
网址
http://shop.oreilly.com/product/0636920023951.do
http://www.amazon.com/5-0-Nutshell-The-Definitive-Reference/dp/1449320104
O’Reilly 图书品质的保证,学习其他的资料时看了很多的O’Reilly 系列图书
http://product.china-pub.com/195367 C# 3.0核心技术(第三版) 这个是早期的版本,有中文版
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
· 现代计算机视觉入门之:什么是图片特征编码
· .NET 9 new features-C#13新的锁类型和语义
· Linux系统下SQL Server数据库镜像配置全流程详解
· Sdcb Chats 技术博客:数据库 ID 选型的曲折之路 - 从 Guid 到自增 ID,再到
· Winform-耗时操作导致界面渲染滞后
· Phi小模型开发教程:C#使用本地模型Phi视觉模型分析图像,实现图片分类、搜索等功能
· 语音处理 开源项目 EchoSharp
· drools 规则引擎和 solon-flow 哪个好?solon-flow 简明教程