摘要: 1, set web application Set any port, it’s better to use a fix port. Because the “ASP.NET Developer Server” does not support access from other ip other than the host computer, we need a program to forward the ip request from outside 阅读全文
posted @ 2008-04-13 14:41 jiangchao 阅读(256) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.Windows.Forms; using System.ComponentModel; 阅读全文
posted @ 2008-04-13 14:40 jiangchao 阅读(453) 评论(1) 推荐(0) 编辑
摘要: 引言 在软件开发领域,测试驱动开发(Test Driven Development,TDD)技术在逐渐为广大开发者所接受,它是在添加新代码之前让你的测试代码出错的一种开发技术。在开始编写代码之前首先要写你的测试代码,然后再编写代码让你的测试通过,可以想象,如果没有一个好的单元测试工具,这项工作其实是无法完成的。相信很多.NET开发人员者对于开源的NUnit都不陌生,但是它并不能很好的与Visual Studio.NET IDE集成起来。 阅读全文
posted @ 2008-04-13 14:39 jiangchao 阅读(248) 评论(0) 推荐(0) 编辑