Loading

02 2013 档案

摘要:1.第一步,创建实体类。namespace MyMusicStore.Entities{ /// <summary> /// Song /// </summary> public class Song { public int id { get; set; } public string name { get; set; } public string address { get; set; } public string singer { get; set; } public string a... 阅读全文
posted @ 2013-02-27 22:26 青岛欧姆网络科技 阅读(237) 评论(0) 推荐(0) 编辑
摘要:在《Pro MVC3 Framework》的示例项目中,导航栏中的链接地址形式为: http://xxx/?category=watersport书中的代码示例:Nav Controller中的代码示例public class NavController : Controller { private IProductRepository repository; public NavController(IProductRepository repo) { repository = repo; } ... 阅读全文
posted @ 2013-02-01 15:45 青岛欧姆网络科技 阅读(501) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示