Ray's playground

 

2011年2月17日

Item 28: Create Large-Grain Internet Service APIs(Effective C#)

摘要: Nothing special. 阅读全文

posted @ 2011-02-17 21:28 Ray Z 阅读(130) 评论(0) 推荐(0)

Item 27: Prefer Making Your Types Serializable(Effective C#)

摘要: The .NET Framework provides a simple, standard algorithm for serializingyour objects. If your type should be persisted, you should follow thestandard implementation. If you don’t support serialization in your types,other classes that use your type can’t support serialization, either. Mak 阅读全文

posted @ 2011-02-17 21:13 Ray Z 阅读(240) 评论(0) 推荐(0)

导航