English 中文(简体)
C# 4.0[闭门]《法典》合同书
原标题:Books on Code Contracts in C# 4.0 [closed]

一段时期以来,“我知道的法典合同”在 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#中用中方说话,但至今还没有。





相关问题
Anyone feel like passing it forward?

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. ...

NSArray s, Primitive types and Boxing Oh My!

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 ...

C# Marshal / Pinvoke CBitmap?

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 ...

How to Use Ghostscript DLL to convert PDF to PDF/A

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, ...

Linqy no matchy

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. ...