【单选题】You are developing an ASP.NET MVC 2 Web application. The application contains a controller named HomeController, which has an action named Index. The application also contains a separate area named Bl...
A.
Html.ActionLink("Home", "Index", "Home")
B.
Html.ActionLink("Home", "Index", "Home", new {area = ""}, null)
C.
Html.ActionLink("Home", "Index", "Home", new {area = "Blog"}, null)
D.
Html.ActionLink("Home", "Index", "Home", new {area = "Home"}, null)
【单选题】You are developing an ASP.NET MVC 2 Web application. The application contains a controller named Home Controller, which has an action named Index. The application also contains a separate area named B...
A.
Html.ActionLink("Home", "Index", "Home")
B.
Html.ActionLink("Home", "Index", "Home", New With {.area = ""}, Nothing)
C.
Html.ActionLink("Home", "Index", "Home", New With {.area = "Blog"}, Nothing)
D.
Html.ActionLink("Home", "Index", "Home", New With {.area = "Home"}, Nothing)
【单选题】A customer asked a consultant to create the infrastructure for an application. The application is designed to charge customers for conferencing services based on usage. To determine if a Storage Are...
A.
Will the application require a database?
B.
Which operating system does the application require?
C.
Will the data need to be backed up in real time?
D.
Does the application share data among the servers?