一段时期以来,“我知道的法典合同”在 Java使用,因此,我想开始在C#中使用,现在它们是C# 4.0的一部分。
我正在研究学习材料、书籍或资料。 我也欢迎经过深思熟虑的辅导,但我想作一个全面的阅读,而不是典型的“你如何使用要求,以及你如何使用确保”。 我期待着这方面确实存在的东西。
增 编
一段时期以来,“我知道的法典合同”在 Java使用,因此,我想开始在C#中使用,现在它们是C# 4.0的一部分。
我正在研究学习材料、书籍或资料。 我也欢迎经过深思熟虑的辅导,但我想作一个全面的阅读,而不是典型的“你如何使用要求,以及你如何使用确保”。 我期待着这方面确实存在的东西。
增 编
Jon Skeet在C# in Depth的第二版中有一整篇专栏。 根据上一次多边环境协定更新,它约有40页。 这是最后的,因为正如Joel提到的那样,它尚未结束,但你可以购买,并能够查阅多边环境协定的释放:。 http://www.manning.com/skeet2/。
<>C#4.0 in a Nutshell, 涵盖在Ch.13,“Diagnostics and Code Families> 根据内容一表中的章节标题,估计该专题的页数约为17页。
我想Andrew Troelsen s Pro C# 2010 and the NET 4 Platform >>>/em> book includes it,但In t是能够为之找到一个C。
我听到Joon Skeet在下个C#中用中方说话,但至今还没有。
虽然不是一本书,但可下载的官方文件有。 编码合同软件相当好。
对于具体问题,您可使用官方网站。 开发商似乎反应迅速。
By the way: My understanding is that Code Contracts are not part of C# 4.0. Rather, they are part of the .NET 4.0 BCL and available as a separate assembly for .NET 3.5. Both .NET 4.0 and 3.5 requiere you to install additional software to use the contracts.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...
I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...