上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: Applies to Windows8.1, WindowsRT8.1The AppData folder contains app settings, files, and data specific to the apps on your PC. The folder is hidden by ... 阅读全文
posted @ 2015-08-10 12:01 悠哉大斌 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 讨论云服务时,安全性是一个关键领域。实际上,Windows Azure 基础结构实施大量的技术和流程来保护环境。此页介绍 Microsoft 的全球基础服务如何运行基础结构以及它们实施的安全措施。从根本上来说,Windows Azure 必须确保客户数据的机密性、完整性和可用性,就像任何其他应用程序... 阅读全文
posted @ 2015-08-04 13:25 悠哉大斌 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Apurva JoshiSunitha Muthukrishna在设计云解决方案时,设计始终要为故障做好准备。这一点很重要,应牢记。然而,许多应用程序并非按照这种方式构建。出现这种情况的主要原因是对如何使用 Microsoft Azure 网站设计体系结构以使其有足够复原能力的意识不足。因此,如何构... 阅读全文
posted @ 2015-08-01 17:57 悠哉大斌 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 最后更新时间(英文版):01/20/2015最后更新时间(中文版):04/11/2015Azure 提供了用于运行应用程序的不同执行模型。每种模型提供一组不同服务,而你选择哪种模型完全取决于你要做什么。本文介绍三种模型,描述它们的技术并提供相关用例。目录虚拟机网站云服务我该使用哪一种?做出选择虚拟机... 阅读全文
posted @ 2015-07-30 13:02 悠哉大斌 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 最后更新时间(英文版):09/24/2014最后更新时间(中文版):04/11/2015Azure 提供几种方式托管 web 应用程序,如Azure 网站、云服务和虚拟机。查看这些不同的选项后,您可能不确定哪一种最适合需求,或可能有不清楚的概念,如 IaaS 对比 PaaS。这篇文章可帮助您了解选项... 阅读全文
posted @ 2015-07-10 16:22 悠哉大斌 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-07-08 15:40 悠哉大斌 阅读(181) 评论(0) 推荐(0) 编辑
摘要: It has become common practice to perform tasks during an ASP.NET applications start up process. These tasks may include registering routes, configurin... 阅读全文
posted @ 2015-07-08 15:32 悠哉大斌 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2015-07-08 15:27 悠哉大斌 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2015-07-03 19:02 悠哉大斌 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2015-07-03 18:20 悠哉大斌 阅读(138) 评论(0) 推荐(0) 编辑
摘要: from:http://www.cnblogs.com/jiagoushi/p/3904995.htmlasp.net Razor 视图具有.cshtml后缀,可以轻松的实现c#代码和html标签的切换,大大提升了我们的开发效率。但是Razor语法还是有一些棉花糖值得我们了解一下,可以更加强劲的提升... 阅读全文
posted @ 2015-07-03 17:41 悠哉大斌 阅读(1421) 评论(0) 推荐(0) 编辑
摘要: ASPX语法比较简单,所以ASPX解析器几乎完全是通过正则表达式来实现的。Razor解析器与ASPX解析器之间有很大不同,它实际上分为三个独立的组件: 1)理解基础HTML语法的标记解析器; 2)理解基础C#或者VB语法的代码解析器; 3)理解标记和代码如何混合的中央控制器 所以Razor解... 阅读全文
posted @ 2015-07-03 17:35 悠哉大斌 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-07-03 15:54 悠哉大斌 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Customizing Site-Wide Behavior for ASP.NET Web Pages (Razor) SitesByTom FitzMacken|February 17, 2014This article explains how to make site-side settin... 阅读全文
posted @ 2015-05-21 19:57 悠哉大斌 阅读(355) 评论(0) 推荐(0) 编辑
摘要: ByAbhishek Jaiswal :)onMar 21, 2015In this article we learn about Razor Engine Syntax vs Web Form in MVC ASP.NET.Quick ViewThis article is all about t... 阅读全文
posted @ 2015-05-21 18:30 悠哉大斌 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Application state is a data repository available to all classes in an ASP.NET application. Application state is stored in memory on the server and i... 阅读全文
posted @ 2015-05-21 17:28 悠哉大斌 阅读(143) 评论(0) 推荐(0) 编辑
摘要: This article lists some frequently asked questions about ASP.NET Web Pages (Razor) and WebMatrix 阅读全文
posted @ 2015-04-27 19:49 悠哉大斌 阅读(311) 评论(0) 推荐(0) 编辑
摘要: Customizing Site-Wide Behavior for ASP.NET Web Pages (Razor) SitesByTom FitzMacken|February 17, 2014PrintThis article explains how to make site-side s... 阅读全文
posted @ 2015-04-27 19:27 悠哉大斌 阅读(546) 评论(0) 推荐(0) 编辑
摘要: If you want to run a site using Web Pages version 1 (instead of the default, as in the previous point), you can configure the site to do that. If your... 阅读全文
posted @ 2015-02-04 16:32 悠哉大斌 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Razor语法的分类@using:引入命名空间@model:声明强类型的数据model类型@section:定义要实现母版页的节的信息@RenderBody():当创建基于页面的布局时,视图的内容会和布局页合并,而新创建的视图的内容会通过布局页面的@RenderBody方法呈现在标签之间。@Rend... 阅读全文
posted @ 2015-01-21 21:06 悠哉大斌 阅读(239) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页