摘要:
mock interfaces, delegates and classes, including those with parameterized constructors. set expectations on the called methods by using strongly typed mocks instead of strings. lends itself ea... 阅读全文
摘要:
3.29 周学习计划 1.http://www.ayende.com/projects/rhino-mocks/api/files/MockRepository-cs.html 把rhino mock 用起来。 2.spring ioc再好好看看。 3.要找时间看看wpf了。 阅读全文
摘要:
C# 预处理器指令 本节讨论 C# 语言的预处理器指令: #if #else #elif #endif # define #undef #warning #error #line #region #endregion #pragma #pragma warning #pragma checksum 使用这个可以很好的进行调试,并且在relese的时候没有问题。 阅读全文
摘要:
[STAThread] static void Main() { bool createNew; using (System.Threading.Mutex m = new System.Threading.Mutex(true, Application.ProductName, out createNew)) { if (createNew) &... 阅读全文
摘要:
http://msdn.microsoft.com/en-us/azure/ee923691.aspx How Do I: Get Started With SQL Azure http://msdn.microsoft.com/en-us/azure/ee941482.aspx 微软云计算。 阅读全文
摘要:
http://www.componentone.com/SuperProducts/OLAPWinForms/?utm_source=msdn&utm_medium=banner&utm_term=olap&utm_campaign=2010Q1 阅读全文
摘要:
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032438061&EventCategory=4&culture=en-US&CountryCode=US 阅读全文
摘要:
本地服务器访问方式:http://…..:8161/admin/ 阅读全文
摘要:
=COUNTIF(B:B,A1)=0 查找重复值。 阅读全文
摘要:
5月。 1.c# 3.0 全部特性研究。 并用3.0重写比较程序。 用Rhino重写单元测试程序 :进行中。。。。 2.wpf 或者 sliverlight 实现库房货架系统。 3.winform,wpf 认证完成。 1。 使用Linq实现高阶查询。 已经开始计划。。。 2。 学习linq in action 。 进行中。。。。 3。 看spring的代码。 ... 阅读全文