Which source should you recommend?
You are designing an ASP.NET Web application for content management.
You have the following requirements:
Support multiple languages.
Support dynamic changes to site content.
Provide the ability to add content to the site without making changes to files within the application directory.
You need to recommend the applications source for retrieving content.
Which source should you recommend?
Which data access technology should you use?
You are designing a Windows application by using Microsoft .NET Framework 4, Microsoft Visual Studio 2010, and Microsoft SQL Server 2008. You need to design a data access strategy that meets the following requirements:
* Automatically tracks changes
* Maps the database data model to the object model
Which data access technology should you use?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application. A file named books.xml contains the following XML.
<bib>
<book title=”Programming in Unix” year=”1992″>
<author>Author1</author>
<author>Author2</author>
<author> Author 3 </author>
</book>
</bib>
The application must generate an XML result that contains an XML element named BookTitle for each book. The text content of the element must contain the title of the book.
You need to create a query that generates the new XML result. What should you do?
What should you do?
You create an ASP.NET page.
The page uses the jQuery $.ajax function to make calls back to the server in several places.
You add the following div element to the page.
<div id=”errorInfo”>
</div>
You need to implement a single error handler that will add error information from all page $.ajax calls to the div named errorInfo.
What should you do?
Which approach should you recommend?
You are designing a process for deploying an ASP.NET MVC 2 Web application to IIS 6.0.
You need to ensure that the Web application properly handles Web requests.
Which approach should you recommend?
Which data access technology should you use?
You are developing a Windows application by using Microsoft .NET Framework 4, Microsoft Visual Studio 2010, and Microsoft SQL Server 2008. The application will store data in a SQL Server database instance. You plan to use the Code Generation technology to develop data entities. You need to ensure that the following requirements are met:
* When the application runs, a database must be created if it does not already exist.
* When the database schema changes, data entities must be added dynamically.
Which data access technology should you use?
Which of the following?
There are Entities – States Class, Cities class. Deleting of state id raises exception. Which of the following?
How do you define a WCF Data Service query to grab the first 10 records?
How do you define a WCF Data Service query to grab the first 10 records. Options are something like:
What should you do?
You are implementing an ASP.NET AJAX page that contains two div elements.
You need to ensure that the content of each div element can be refreshed individually, without requiring a page refresh.
What should you do?
Which approach should you recommend?
You are designing an ASP.NET Web Forms application.
You have the following requirements:
Make use of exclusive features in a newly released Web browser.
Do not change existing code files.
You need to design the application to meet the requirements.
Which approach should you recommend?