<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_yysun's weblog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/4680/rss</id><updated>2007-05-30T14:01:29Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/4680/rss"/><entry><id>http://www.cnblogs.com/yysun/archive/2006/06/18/428636.html</id><title type="text">Active Record Pattern 和 ORM</title><summary type="text">Active Record Pattern因为 Ruby on Rails而出名。ASP.NET 中广泛流的使用 Typed DataSet 的办法，其实也就是 Active Record Pattern。 因为 Typed DataSet 有很多弊端，又不是POJO Entity，所以被一开始就被我否定的了，但是不幸的是，同时我也否定了 Active Record Pattern。事实上这个模式...</summary><published>2006-06-17T16:21:00Z</published><updated>2006-06-17T16:21:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/06/18/428636.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/06/18/428636.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/06/16/427106.html</id><title type="text">看看 EJB 3.0 的 O/R Mapping</title><summary type="text">现在主要做 .NET，但是每过一段时间总是要回头看看 Java 世界。看到了新的 EJB 3.0 spec。联想到最近这里有不少 ORM 的讨论，就顺便推荐大家看看这个 Java Persistence API in 60 Minutes。 Java 中的 Annotation 就是 .NET 中的 Attribute。虽然 Java 中有这个东东比 .NET 晚，但是通过 EJB 3.0，Jav...</summary><published>2006-06-15T20:38:00Z</published><updated>2006-06-15T20:38:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/06/16/427106.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/06/16/427106.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/06/08/420173.html</id><title type="text">Unit Test : MVP vs PM</title><summary type="text">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...</summary><published>2006-06-07T20:38:00Z</published><updated>2006-06-07T20:38:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/06/08/420173.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/06/08/420173.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/05/16/401025.html</id><title type="text">Refactor CAB Smart Part Quick Start Project to "Presentation Model"</title><summary type="text">Composite UI Application Block&amp;#160;(CAB) is really a powerful&amp;#160;framework for smart client applications. It comes with samples implementing the Model View Control (MVC) pattern and the Model View ...</summary><published>2006-05-15T22:33:00Z</published><updated>2006-05-15T22:33:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/05/16/401025.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/05/16/401025.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/05/16/401016.html</id><title type="text">test</title><summary type="text">DUMP TRANSACTION irp WITH NO_LOGBACKUP LOG irp WITH NO_LOGDBCC SHRINKDATABASE(irp)</summary><published>2006-05-15T18:23:00Z</published><updated>2006-05-15T18:23:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/05/16/401016.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/05/16/401016.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/05/13/398898.html</id><title type="text">P&amp;P OB CAB EntLib</title><summary type="text">继续VSLive Toronto 的后续故事。 上次记录了 SQL/e，这次是关于 Daniel Cazzulino的发言 《Microsoft p&amp;amp;p ObjectBuilder》。听完这个演讲发现最近周围的事情还都发生了些关联。 首先是日前买了本书 《Head Up Design Patterns》。它的第一章就以一个引人入胜的故事介绍了设计模式的 Strategy Pattern。这...</summary><published>2006-05-12T17:59:00Z</published><updated>2006-05-12T17:59:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/05/13/398898.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/05/13/398898.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/05/09/394478.html</id><title type="text">SQL/e</title><summary type="text">在VSLive Toronto 上见到两个人物，Steve Lasker 和 Daniel CazzulinoSteve Lasker 介绍了使用 SQL Server Everywhere 的 Occasionally Connected Systems。 SQL Server Everywhere(SQL/e) 何须人也？原来2-4年前做 Pocket PC 程序就相识，那时它叫 SQL Se...</summary><published>2006-05-08T20:37:00Z</published><updated>2006-05-08T20:37:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/05/09/394478.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/05/09/394478.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2006/05/08/394335.html</id><title type="text">WB Editor 2.5 is in beta</title><summary type="text">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...</summary><published>2006-05-08T13:36:00Z</published><updated>2006-05-08T13:36:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2006/05/08/394335.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2006/05/08/394335.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2005/12/10/294626.html</id><title type="text">把图片存到 Flickr</title><summary type="text">&amp;#160; Flickr 是免费的图片发布和分享网站。最近被收购到 yahoo 旗下。 把图片存在 Flickr 然后连接到自己的 blog 中 是个很不错的做法。 下一版的 WB Editor 2 将支持直接上传图片到 Flickr 了。另外还会有一个插件，来管理和检索图片。 &amp;#160;</summary><published>2005-12-10T01:15:00Z</published><updated>2005-12-10T01:15:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2005/12/10/294626.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2005/12/10/294626.html"/></entry><entry><id>http://www.cnblogs.com/yysun/archive/2005/12/04/290731.html</id><title type="text">与 Biztalk 搏斗</title><summary type="text">开发个 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...</summary><published>2005-12-04T12:57:00Z</published><updated>2005-12-04T12:57:00Z</updated><author><name>yysun</name><uri>http://www.cnblogs.com/yysun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yysun/archive/2005/12/04/290731.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yysun/archive/2005/12/04/290731.html"/></entry></feed>
