11 2014 档案

摘要:VS2015 PERVIEW中可以创建MVC 项目。 我们可以 发现有几大亮点。首先我们看目录结构:当前项目包含两个主要的文件夹:Solution Items 、src很明显src文件夹下为当前的源码文件。 目前补不了解这个分组的用意。我们在看在MVC项目中。 摒弃了原来的许多的文件夹。 现在的目录... 阅读全文
posted @ 2014-11-29 00:47 真有意思 阅读(7742) 评论(16) 推荐(4) 编辑
摘要:public class BaseController : Controller { /// /// Called after the action method is invoked. /// /// Information ab... 阅读全文
posted @ 2014-11-28 11:53 真有意思 阅读(437) 评论(0) 推荐(0) 编辑
摘要:public class BaseController : Controller{ /// /// Called before the action method is invoked. /// /// Information about the cu... 阅读全文
posted @ 2014-11-28 11:48 真有意思 阅读(312) 评论(0) 推荐(1) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-11-28 11:43 真有意思 阅读(29) 评论(0) 推荐(0) 编辑
摘要:通常我们建立属性的时候如果带初始化值的时候我们经常会这样处理。class MyClass { private string _name = "hello world!"; public string Name { ... 阅读全文
posted @ 2014-11-13 18:25 真有意思 阅读(5904) 评论(43) 推荐(7) 编辑

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