Fork me on GitHub
摘要: C#中test测试地方法一、1、从NUnit官网(http://www.nunit.org/index.php)下载最新版本NUnit,当前版本为NUnit2.5.8。2、安装后,在VS2008中新建测试项目StartNUnit3、右击项目选择属性,在打开的窗口中选择调试。如图:4、选择启动外部程序... 阅读全文
posted @ 2014-08-21 00:52 lingfeng95 阅读(863) 评论(0) 推荐(0) 编辑
摘要: class IntroToLINQ{ static void Main() { // The Three Parts of a LINQ Query: // 1. Data source. int[] numbers = n... 阅读全文
posted @ 2014-08-21 00:36 lingfeng95 阅读(300) 评论(1) 推荐(1) 编辑