2008年4月5日

ASP.NET MVC Session at Mix08, TDD and MvcMockHelpers

摘要: NOTE AND DISCLAIMER: This is just a little chunks of helper methods, and I happened to use Rhino Mocks, an Open Source Mocking Framework, the talk at Mix. At my last company I introduced TypeMock and we bought it and lately I've been digging on Moq also. I'm not qualified yet to have a dogmatic opinion about which one is better, because they all do similar things. Use the one that makes you happy. I hope to see folks (that's YOU Dear Reader) repost and rewrite these helpers (and better, more com 阅读全文

posted @ 2008-04-05 21:25 zengshmin 阅读(509) 评论(0) 推荐(0) 编辑

Ajax with the ASP.NET MVC Framework

摘要: This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimentation and app-building results. 阅读全文

posted @ 2008-04-05 21:13 zengshmin 阅读(610) 评论(0) 推荐(0) 编辑

2008年2月28日

Dropthings - Ajax Web Portal

摘要: Ajax Web Portal 建立在Linq,Workflow Foundation , ASP.NET AJAX,Visual Studio 2008 , .NET 3.0 and .NET 3.5.也是对微软最近发布的新知识的一个很好的学习机会。 阅读全文

posted @ 2008-02-28 08:42 zengshmin 阅读(710) 评论(1) 推荐(0) 编辑

FileSystemWatcher

摘要: FileSystemWatcher watcher = new FileSystemWatcher(); watcher.Path = @"C:\MyDirectory"; watcher.Renamed += new RenamedEventHandler(watcher_Renamed) watcher.EnableRaisingEvents = true; 只要C:\MyDirectory... 阅读全文

posted @ 2008-02-28 08:28 zengshmin 阅读(490) 评论(0) 推荐(0) 编辑

2008年2月1日

纪念今天

摘要: 今天是2008/2/1号,首次开BLOG。 阅读全文

posted @ 2008-02-01 15:18 zengshmin 阅读(80) 评论(0) 推荐(0) 编辑

导航