07 2015 档案
摘要:最后更新时间(英文版):01/20/2015最后更新时间(中文版):04/11/2015Azure 提供了用于运行应用程序的不同执行模型。每种模型提供一组不同服务,而你选择哪种模型完全取决于你要做什么。本文介绍三种模型,描述它们的技术并提供相关用例。目录虚拟机网站云服务我该使用哪一种?做出选择虚拟机...
阅读全文
摘要:最后更新时间(英文版):09/24/2014最后更新时间(中文版):04/11/2015Azure 提供几种方式托管 web 应用程序,如Azure 网站、云服务和虚拟机。查看这些不同的选项后,您可能不确定哪一种最适合需求,或可能有不清楚的概念,如 IaaS 对比 PaaS。这篇文章可帮助您了解选项...
阅读全文
摘要:BySteve SmithJune 23, 2015ASP.NET 5differs from previous versions of ASP.NET in many ways. Gone is the default ASP.NET event life cycle, and along wit...
阅读全文
摘要:It has become common practice to perform tasks during an ASP.NET applications start up process. These tasks may include registering routes, configurin...
阅读全文
摘要:June 19, 2015This too is one of the boring "factual" posts. Sorry Lachlan.I never know which .net uri encoding (or urlencoding?) method to use in any ...
阅读全文
摘要:from:http://www.mikesdotnetting.com/article/258/usage-of-the-at-sign-in-asp-netThursday, January 22, 2015 1:54 PMThe number of places where you might ...
阅读全文
摘要:from: http://www.mikesdotnetting.com/article/173/the-difference-between-helpers-and-functions-in-webmatrix Sunday, March 20, 2011 9:42 AM This is anot
阅读全文
摘要:from:http://www.cnblogs.com/jiagoushi/p/3904995.htmlasp.net Razor 视图具有.cshtml后缀,可以轻松的实现c#代码和html标签的切换,大大提升了我们的开发效率。但是Razor语法还是有一些棉花糖值得我们了解一下,可以更加强劲的提升...
阅读全文
摘要:ASPX语法比较简单,所以ASPX解析器几乎完全是通过正则表达式来实现的。Razor解析器与ASPX解析器之间有很大不同,它实际上分为三个独立的组件: 1)理解基础HTML语法的标记解析器; 2)理解基础C#或者VB语法的代码解析器; 3)理解标记和代码如何混合的中央控制器 所以Razor解...
阅读全文
摘要:Friday, May 13, 2011ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx vi...
阅读全文