博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

03 2011 档案

摘要:Associations in EF Code First CTP5: Part 1 – Complex Types http://weblogs.asp.net/manavi/archive/2010/12/11/entity-association-mapping-with-code-first-part-1-one-to-one-associations.aspxAssociations in EF Code First CTP5: Part 2 – Shared Primary Key Associations http://weblogs.asp.net/manavi/archive 阅读全文

posted @ 2011-03-30 23:07 a-peng 阅读(298) 评论(0) 推荐(0)

摘要:1. Url routing routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with parameters new { controller = "Home", action = "Index", id = UrlParameter.Optional } // Parameter defaults ); http://site.com/ > controller = Home, action = I 阅读全文

posted @ 2011-03-23 14:00 a-peng 阅读(342) 评论(0) 推荐(0)