EasyText, EasyLicense 的作者, https://github.com/EasyHelper Good Good Study,Day Day Up.

 

摘要: 有很多书上都提出过一个建议:不要返回null对象。 比如下面的GetUsers方法: public class User { public string Id { get; set; } public string Name { get; set; } } public List<User> GetUsers() { List<User> result = new List<User>(); // search db for ... 阅读全文
posted @ 2011-09-27 22:52 LoveJenny 阅读(2280) 评论(19) 推荐(3) 编辑
EasyText, EasyLicense 的作者, https://github.com/EasyHelper Good Good Study,Day Day Up.