单项选择题
A.<%= Html.ActionLink("MyTest", "MyHome", new {area = "test"}, null)%>
B.<%= Html.RouteLink("MyHome", "MyTest", new {area = "test"}, null)%>
C.<%= Html.RouteLink("MyTest", "MyHome", "MyTest", new {area = "test"}, null)%>
D.<%= Html.ActionLink("MyTest", "MyHome", "MyTest", new {area = "test"}, null)%>
单项选择题 Whichofthefollowingisthecorrectsyntaxtospecifythepathtoafilethatgeneratesthestrongtype?()
单项选择题 Whichdirectivedefinesmasterpage-preciseattributesthatareusedbytheASP.NETpageparserandcompiler?()
单项选择题 YouaredevelopinganASP.NETWebapplication.ApplicationdataisstoredinaMicrosoftSQLServer2008database.YouconfigureaconnectionstringnamedcnnContoso.Theapplicationmustcachethedatathatisreturnedfromthedatabasebyusingthisconnectionstring.Youneedtoensurethattheapplicationchecksthedatabaseevery10seconds.Whatshouldyoudo?()