wdcil december 2012 - asp.net mvc tips, tricks and hidden gems

Post on 13-Jan-2015

818 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

The slides from my presentation about ASP.NET MVC tips and tricks at the Israeli Web Developers Community meeting, December 2012.

TRANSCRIPT

ASP.NET MVCTips, Tricks and Hidden Gems

Shay Friedmansenior code ninja turtle

shayf@codevalue.net | @ironshay

use nuget

tthg #1

USE IT ALL THE ******* TIME

work with model validation

tthg #2

use view models

tthg #3

handle unknown actions

tthg #4

write razor helpers

tthg #5

use razor outside MVCwith RazorEngine

tthg #6

remove unused view engines

tthg #7

add namespaces to views

tthg #8

precompile your views

tthg #9

locate problems with ELMAH

tthg #10

send emails with postal

tthg #11

loose the magic stringswith T4MVC

tthg #12

speed things up with output caching

tthg #13

create user-friendly action names

tthg #14

use [ChildActionOnly] for child actions

tthg #15

explore the codebase

tthg #16

THANK YOU!shayf@codevalue.com

@ironshay

http://IronShay.com

top related