|
Ray |
The HTML5 audio and video tags make it simple to add media to a website. You need to set src attribute to identify the media source and include a controls attribute so the user can play and pause the media. |
Ray |
In these days i started use EF code first and think about how could i take the advantage form it for my recent project. My project is base on MVC3 and there are some challenges to continue update this project. At that time i must finish my job in a very s... |
This document describes the new top features in DNA 2.0.3 and shows some example of them. |
Ray |
Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently. |
Ray |
After DNA2.0.2, Widget development has become more and more quickly and easy. The new Widget engine in DNA2 improves the performance of the Widget, supports more ViewEngines, providing better ways to develop and deploy widgets.This document describes the ... |
Ray |
When i enhance the dotnetage runtime preformance with OutputCache i have found the OutputCacheAttribute seems to be not work for FileResult. At last i had to use “Last-Modified” and “ETag” http header to implatment the file cache feature for MVC. |