摘要:Google - 用户体验! 阅读全文
Cannot remove an entity that has not been attached
2009-07-15 11:40 by 蜡笔小旧, 886 阅读, 0 推荐, 收藏,
摘要:[TestMethod()] //[ExpectedException(typeof(System.ArgumentNullException))] public void DeleteTest() { Ervice target = new Ervice (con); Guid erviceID = new Guid(&... 阅读全文
asp.net mvc source(3)-Attribute
2009-07-09 00:21 by 蜡笔小旧, 466 阅读, 0 推荐, 收藏,
摘要:[代码] [代码][代码][代码][代码][代码][代码][代码][代码][代码][代码][代码][代码] 阅读全文
Repository(2)
2009-07-07 17:56 by 蜡笔小旧, 348 阅读, 0 推荐, 收藏,
摘要:http://www.cnblogs.com/carysun/archive/2009/03/20/Repository.htmlASP.NET MVC 官方示例动手做:联系人管理http://onlyhujian.spaces.live.com/blog/cns!B45C4FBBFBBE1117!558.entryusing System;using System.Collections.Gen... 阅读全文
Repository 模式
2009-07-07 15:15 by 蜡笔小旧, 983 阅读, 0 推荐, 收藏,
摘要:namespace ContactManager.Controllers{ /// <summary> /// CRUD /// </summary> /// <typeparam name="T"></typeparam> public interface IRepository<T> where T : class... 阅读全文
??
2009-07-07 09:23 by 蜡笔小旧, 200 阅读, 0 推荐, 收藏,
摘要:看asp.net mvc 源代码的时候发现有多处??,例如: [ControlBuilder(typeof(ViewTypeControlBuilder))] [NonVisualControl] public class ViewType : Control { private string _typeName; [DefaultValue("")] public strin... 阅读全文
asp.net mvc source(2)-ActionResult
2009-07-06 15:41 by 蜡笔小旧, 297 阅读, 0 推荐, 收藏,
摘要:Aps.net Mvc 中的Action可比做类中的一个方法。一起来看看MVC中提供了哪些缺省的ActionResult. -ActionResult -ViewResultBase 视图 &... 阅读全文
浙公网安备 33010602011771号