08 2016 档案
摘要:项目中,用到枚举值,并且增加中英文描述。一般的[Description]属性,无法满足中英文,所以进行了简单扩展。继承DescriptionAttribute,增加了英文描述descriptionENpublic class BaseDescriptionAttrib...
阅读全文
摘要:实体类:UserInfo:public partial class UserInfo { public UserInfo() { this.Persion = new HashSet(); ...
阅读全文
摘要:转载:http://www.csdn123.com/html/itweb/20130918/125194_125199_125210.htm.NET 轻量级 ORM 框架 - Dapper 介绍 Dapper简单介绍:Dapper is a single file ...
阅读全文
摘要:最近发现一个 MVC中绑定前台DropDownList ,并且设置默认选中项的简单方法。直接上代码方案一Action: ViewData["goodsTypeList"] = new SelectList(goodsTypeList, "id", "name", go...
阅读全文