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#的最新情况会有深入的了解,同时也复习了以前的知识 

图书的覆盖内容

clip_image002

网址

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核心技术(第三版) 这个是早期的版本,有中文版

 

posted @   2012  阅读(2189)  评论(0编辑  收藏  举报
编辑推荐:
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
点击右上角即可分享
微信分享提示