9eFish - 带有 asp.mvc 标签的文章
1
臭虫

Asp.net MVC 示例项目"Suteki.Shop"分析之-Filter

carolhaozicarolhaozi 发表于 302 天, 8 小时, 34 分钟 之前
Friday, May 15, 2009 6:38:11 AM GMT Thursday, May 14, 2009 1:40:01 AM GMT
在Suteki.Shop中对于Filter的使用上提供了两种方式,一种是从FilterAttribute (抽象类属性)以及接口 IActionFilter和 IResultFilter中继承并实现。另一种是我们经 常提到的从ActionFilterAttribute 上继承方式来实现自己的ActionFilter (more)
类别: Web Form | 点击: 2 | 评论 | | 源: www.cnblogs.com
标签: asp.mvc, Suteki.Shop
1
臭虫

Michael Valenty: Unit of Work with Unity and ASP.NET MVC

carolhaozicarolhaozi 发表于 304 天, 19 小时, 39 分钟 之前
Thursday, May 14, 2009 2:01:44 AM GMT Monday, May 11, 2009 2:35:05 PM GMT
I was recently asked how I get the context of  “this” in the UoW relating to the current page request. Before I get into the guts, I would like to provide a little context. My application has 20+ databases scattered across 4 machines.IRepository (more)
类别: Foundation | 点击: 8 | 评论 | | 源: mikevalenty.blogspot.com
标签: asp.mvc, Unit of Work, unity
1
臭虫

The performance implications of the expression tree-based ActionLink helper

xgluxvxgluxv 发表于 326 天, 23 小时, 22 分钟 之前
Wednesday, April 22, 2009 5:33:29 AM GMT Sunday, April 19, 2009 10:52:02 AM GMT
The performance implications of the expression tree-based ActionLink helper Earlier today I wrote a post about how to improve the performances of ASP.NET MVC web applications, and I came out with the conclusion that the best way to improve performances is to add data caching and that the rest was not very important. Rudi sent me an email pointing out that turning the optimization upside down as I asked in my post, the expression tree-based ActionLink method still causes a lot of performance problems, a... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: codeclimber.net.nz
标签: ActionLink Helper, asp.mvc
1
臭虫

Michael Baird | ASP.net MVC 和JQuery实现 Cascading Dropdown list

xgluxvxgluxv 发表于 331 天, 19 小时, 3 分钟 之前
Wednesday, April 15, 2009 1:26:22 AM GMT Tuesday, April 14, 2009 3:10:15 PM GMT
Imagine that you have an E-Commerce site and you would like the user to drill down into the attributes of a product to help the user find exactly what they need. You display a dropdown list of product colors. Each time a user selects a new color, a dropdown list displaying products available in that color is populated. In this demo, I've created a small application demonstrating on how to use ASP.net MVC 1.0 framework and JQuery to complete the task. (more)
类别: Web Form | 点击: 2 | 评论 | | 源: www.michaeljbaird.com
标签: asp.mvc, Cascading Dropdown, JQuery
1
臭虫

jQuery Search box and Asp.net MVC « EricDotNet

dotlivedotlive 发表于 332 天, 22 小时, 14 分钟 之前
Thursday, April 16, 2009 6:02:47 AM GMT Monday, April 13, 2009 12:00:03 PM GMT
jQuery Search box and Asp.net MVC2009 April 9tags: asp.net mvc, jqueryby ericdotnet This is a simple run through on how to create a fancy search box, that has suggestions underneath the input box, and that also can do autocomplete. For this example I used the Chinook database from codeplex and the Artists table and the autocomplete jquery plug-in that you can find at pengoworks.com. There are plenty of jQuery plug-in that do the same thing, I picked this one as it’s very easy to use. As the docs show, ... (more)
类别: Web Form | 点击: 9 | 评论 | | 源: ericdotnet.wordpress.com
标签: asp.mvc, JQuery
1
臭虫

压缩asp.net mvc的response的尺寸 - part 1 - BradVin's .Net Blog

xgluxvxgluxv 发表于 333 天, 7 小时, 51 分钟 之前
Wednesday, April 15, 2009 3:14:25 PM GMT Monday, April 13, 2009 2:22:52 AM GMT
Squashing the asp.net MVC response - part 1 The goal of this post : reduce the total size of a simple asp.net MVC page response. Our measuring tools : Firefox running Firebug and the YSlow plugin Source Code : Download here Lets use a really simple and common scenario as the example. The steps to create this really simple example are: Create a new MVC project in visual studio.Dump some useful script files into the scripts folder and delete the others we dont nee... (more)
类别: Web Form | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: asp.mvc