
Keynote:TheASP.NETWebPlatforminContextWe'llstartwithaquickkeynotewhichlaysoutroadmapfortheday.We'llmakesureyou'refamiliarwiththecorebuildingblocksandtoolsusedtocreatemodernwebapplicationsontheMicrosoftwebplatform,thenexaminesomekeywebdevelopmentscenariosthemodernwebplatformhelpsyousolve.What’snewinASP.NET4.5andVisualStudio2012Inthissession,we'llshowyouhoweasyitistotak...

HaveaclassicASPsiterunningon.Net2.0framework.IISRewriterulesaredefinedintheweb.config,toallowallfriendlyURLs.Ijustswitchedto.Net4.0inourdevenvironment,andallrequestsnowresultinGenericErrorPage.htm?aspxerrorpath=/404.asp.Theonlythingthatwaschangedistheframeworkfortheapplicationpool,from2.0to4.0.Switchingbackto2.0from4.0,thepageloadfineagain.Anyideawhythishappens?...

Iamusingasp.netmvcdevelopingasimpleproject.IcreatedaserviceinterfacenamedIProductServicetogetproducts.Icreatedarealdatabaseserviceandacacheservice.publicinterfaceIProductService{IEnumerable<Product>Get();}publicclassProductService:IProductService{publicIEnumerable<Product>Get(){//getdatafromdatabase...}}publicclassCachedProductService:IProductService{IProd...