摘要: 本文页面来源地址:http:/www.cnblogs.com/dengxinglin/p/3352078.htmlRazor是基于framewor4以上写的一个开源项目:https://github.com/Antaris/RazorEngine/Razor是包含了模板引擎和动态编译两部分。本部分就... 阅读全文
posted @ 2015-05-04 18:26 gavin_l 阅读(953) 评论(0) 推荐(1) 编辑
摘要: 转自:http://blog.csdn.net/lzz360/article/details/11952339asp.net:一般处理程序.ashx效率比较高效,WebForm(aspx)比较消耗资源,MVC(效率刚好介于两者之间)asp.net里常用的文件.ashx 一般处理程序HttpHandl... 阅读全文
posted @ 2015-05-04 18:21 gavin_l 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/jams742003/archive/2009/12/25/1632276.html准备工作·Customer类publicclassCustomer {publicintUnid{get;set;} publicstringCustomerNam... 阅读全文
posted @ 2015-04-20 10:10 gavin_l 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 转载:版权所有:基础软件。作者邮箱:s.j.l.studio@hotmail.com,sun.j.l.studio@gmail.com。本文首发于 http://www.cnblogs.com/FoundationSoft。文章转载请保持此版权信息并注明出处。使用ASP.NET编辑页面时,有两种注释... 阅读全文
posted @ 2015-04-14 13:41 gavin_l 阅读(2191) 评论(0) 推荐(0) 编辑
摘要: 文章转自:http://blog.csdn.net/lai123wei/article/details/7261701在asp.net中经常出现包含这种形式的html代码,总的来说包含下面这样几种格式:一. 这种格式实际上就是和asp的用法一样的,只是asp中里面是vbscript或者javascr... 阅读全文
posted @ 2015-04-14 11:22 gavin_l 阅读(352) 评论(0) 推荐(0) 编辑