posts - 83, comments - 188, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

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 阅读(92) | 评论 (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 阅读(70) | 评论 (0) 编辑 |