导航

2006年6月18日

摘要: Active Record Pattern因为 Ruby on Rails而出名。ASP.NET 中广泛流的使用 Typed DataSet 的办法,其实也就是 Active Record Pattern。 因为 Typed DataSet 有很多弊端,又不是POJO Entity,所以被一开始就被我否定的了,但是不幸的是,同时我也否定了 Active Record Pattern。事实上这个模式... 阅读全文

posted @ 2006-06-18 00:21 yysun 阅读(3068) 评论(5) 推荐(0) 编辑

2006年6月16日

摘要: 现在主要做 .NET,但是每过一段时间总是要回头看看 Java 世界。看到了新的 EJB 3.0 spec。联想到最近这里有不少 ORM 的讨论,就顺便推荐大家看看这个 Java Persistence API in 60 Minutes。 Java 中的 Annotation 就是 .NET 中的 Attribute。虽然 Java 中有这个东东比 .NET 晚,但是通过 EJB 3.0,Jav... 阅读全文

posted @ 2006-06-16 04:38 yysun 阅读(2592) 评论(6) 推荐(0) 编辑

2006年6月8日

摘要: Smart Client Software Factory team is recommending the "Model View Presenter" pattern. They have created Guidance Package for using this pattern. From my experience, the "Presentation Model" pattern i... 阅读全文

posted @ 2006-06-08 04:38 yysun 阅读(1918) 评论(0) 推荐(0) 编辑

2006年5月16日

摘要: Composite UI Application Block (CAB) is really a powerful framework for smart client applications. It comes with samples implementing the Model View Control (MVC) pattern and the Model View ... 阅读全文

posted @ 2006-05-16 06:33 yysun 阅读(2123) 评论(1) 推荐(0) 编辑

摘要: DUMP TRANSACTION irp WITH NO_LOGBACKUP LOG irp WITH NO_LOGDBCC SHRINKDATABASE(irp) 阅读全文

posted @ 2006-05-16 02:23 yysun 阅读(1003) 评论(0) 推荐(0) 编辑

2006年5月13日

摘要: 继续VSLive Toronto 的后续故事。 上次记录了 SQL/e,这次是关于 Daniel Cazzulino的发言 《Microsoft p&p ObjectBuilder》。听完这个演讲发现最近周围的事情还都发生了些关联。 首先是日前买了本书 《Head Up Design Patterns》。它的第一章就以一个引人入胜的故事介绍了设计模式的 Strategy Pattern。这... 阅读全文

posted @ 2006-05-13 01:59 yysun 阅读(2027) 评论(0) 推荐(0) 编辑

2006年5月9日

摘要: 在VSLive Toronto 上见到两个人物,Steve Lasker 和 Daniel CazzulinoSteve Lasker 介绍了使用 SQL Server Everywhere 的 Occasionally Connected Systems。 SQL Server Everywhere(SQL/e) 何须人也?原来2-4年前做 Pocket PC 程序就相识,那时它叫 SQL Se... 阅读全文

posted @ 2006-05-09 04:37 yysun 阅读(2363) 评论(4) 推荐(0) 编辑

2006年5月8日

摘要: Changes in WB Editor 2.5 Added upload image from clipboard Added image/file upload through FTP Added "select blog server" menu for cross posting Added "open new editor" menu Added new plugin: clipboar... 阅读全文

posted @ 2006-05-08 21:36 yysun 阅读(1106) 评论(0) 推荐(0) 编辑

2005年12月10日

摘要:   Flickr 是免费的图片发布和分享网站。最近被收购到 yahoo 旗下。 把图片存在 Flickr 然后连接到自己的 blog 中 是个很不错的做法。 下一版的 WB Editor 2 将支持直接上传图片到 Flickr 了。另外还会有一个插件,来管理和检索图片。   阅读全文

posted @ 2005-12-10 09:15 yysun 阅读(1266) 评论(1) 推荐(0) 编辑

2005年12月4日

摘要: 开发个 Biztalk 系统真是颇费周折。记下一些经验备用。 1. Error about enlisting DTC. Solution: 1) Turn off the RPC security on your Windows Server 2003 computers. http://support.microsoft.com/default.aspx?scid=kb;en-us;83918... 阅读全文

posted @ 2005-12-04 20:57 yysun 阅读(1201) 评论(1) 推荐(0) 编辑