代码改变世界

随笔档案-2014年09月

ASP.NET MVC4 Razor

2014-09-18 14:06 by Spring.Guo, 5512 阅读, 收藏,
摘要: 1 Code Expressions 代码表达式 @表达式 or @(Expressions )例如1: Listing @stuff.Length items.@rootNamespace.ModelsWhat hope to output was :MyApp.Models必须这样写:@(roo... 阅读全文

VS2012 Getting Started with Owin and Katana

2014-09-04 17:39 by Spring.Guo, 1485 阅读, 收藏,
摘要: 参考地址:http://www.asp.net/aspnet/overview/owin-and-katana/getting-started-with-owin-and-katana 小提示: 该示例必须在.net Framework4.5 框架下才能正确运行。 开发环境最低使用VS2012. 1 创建一个空的ASP.NET 程序 2 安装 Add NuGet Packages 管理工具... 阅读全文