-
Notifications
You must be signed in to change notification settings - Fork 29
AspNetMvc3NewFeatures
gpeipman edited this page Oct 30, 2010
·
1 revision
This solution illustrates new features of ASP.NET MVC 3. You can check out my examples to see how to use different new helpers like WebImage, WebMail and Chart, also I have examples for Razor improvements and global action filters.
References
- Building simple image editor using WebImage helper
- Using global action filters to find out running time of controller actions
- Using WebMail helper to send e-mail
- Simple image manipulations using WebImage helper
- ChartResult: Testable ASP.NET MVC 3 controller actions that return Chart
- Strongly-typed views in Razor
- Caching charts
- Built-in support for charts