PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-515 (update January 25th, 2014)

Exam 70-515: TS: Web Applications Development with Microsoft .NET Framework 4 (update January 25th, 2014)

How can remedy the problem?

DRAG DROP

There is a ASP.NET MVC 2 Web Application named PassGuideApp.
There is a controller with has the code displayed in the exhibit.
There are two Edit actions.
The first Edit action shows details on the employee that is edited.
The second Edit action is put into action when a user clicks a Save button in order to
update the Employee details.
However, a run time exception claims that the Edit Action is ambiguous.
How can remedy the problem?
Note: each action is a complete solution.

What code should be used?

DRAG DROP

There is a ASP.NET MVC 2 Web Application named PassGuideApp.
There is a controller PassGuideCtrl.
The signatures of PassGuideCtrl is displayed in the exhibit.
Employee details is displayed when an employee name is entered as the path by invoking
the EmployeesByName action.

Note: Employee names must be between 7 and 16 characters in length, and contains
underscores and alphanumerical characters.
What code should be used?

How can this be achieved?

DRAG DROP
There is an ASP.NET Dynamic Data Web site PassGuideWS.
PassGuideWS has a Web page named PassGuidePage.
PassGuideDC3 is an ObjectDataSource control in PassGuidePage.
PassGuidePage also have GridView control PassGuideGW.
PassGuideGW uses PassGuideDC3 as data source.
Editing is enabled for PassGuideGW.
PassGuideGW supports auto-generated posts.
Dynamic Data behavior is supported by PassGuideGW.
PassGuideWS uses a Web Service to list and edit instances of a class Employees through
exposed instances.
Clients uses PassGuideGW to handle these Employee instances.
Clients must be able to update these instances.
How can this be achieved?

What code should be used for this?

DRAG DROP
Exhibit:

There is an ASP.NET page PGPage.
The code-behind file of PGPage is displayed in the exhibit.
There is an application PassGuideApp.
PassGuideApp has a classed named Employees.
Employees has a Hired property of type string.
A client-side script needs data.
The JavaScriptSerializer class is used to serialize the Hired property of each post of the
Employee list.
What code should be used for this?


Page 10 of 12« First...89101112