- 博客(1)
- 资源 (3)
- 收藏
- 关注
转载 .NET CLR MSIL JIT 的含义 .net framework 框架
CLR: Common Language Runtime 公共语言运行环境 CLR负责管理.NET代码的执行,实现其跨语言,跨平台特性,并提供安全管理机制。 MSIL Microsoft Intermediate Language 微软中间语言 MSIL是一种可移至的汇编语言,它定义了一系列与CPU无关的指令集。所有的.NET程序编译后都先生成MSIL中间程序,相当于Java中的字
2013-06-25 18:44:13
1097
1
razor-converter-master
The razor-converter is a simple tool for converting Microsoft® ASP.NET MVC WebForms Views to the new Razor syntax. It was initially developed by the Telerik ASP.NET MVC team for internal use, but it now lives its own life on GitHub.
Known limitations:
•The tool only works with views and does not deal with the project structure and master pages.
•Expressions in script tags are not converted
•Due to the differences between the view engines the automatic conversion will sometimes fail or produce incorrect results. See the integration tests for specific scenarios that are not covered.
For general tips on converting WebForms Views to Razor see these blog posts:
•Introducing Razor
•Model directive support
•Layouts
•Server-side comments
•The syntax
•Implicit and explicit code nuggets
•Introducing Razor (by Andrew Nurse)
Help specific to the Telerik Extensions for ASP.NET MVC
Command line usage:
aspx2razor <input file / wildcard> [output-directory] [options]
Options: -r: Convert directories and their contents recursively (Contributed by Jeffrey T. Fritz)
A file with cshtml extension will be created for each input file. Existing files will be OVERWRITTEN so be careful.
2013-07-22
Chartlet源码
这是我在网上下的,觉得不错,就分享
Chartlet 使用说明
Chartlet是一个免费的ASP.NET使用的图表控件,它让你可以用最少的代码创造出
非常漂亮的统计图表,我们的宗旨是让你的使用越简单越好,现在你只需要设置
一个属性,绑定一个数据源 就可以轻松创建一个非常漂亮的图表!
2011-09-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人