Which markup should you use?
You are developing an ASP.NET Web page.
The page uses the MicrosoftAjax.js script file and the MicrosoftAjaxWebForms.js script file.
You need to ensure that both scripts are combined into a single script.
Which markup should you use?
Which configuration should you add to the web.config file?
You are developing an ASP.NET Web application.
The application is configured to use the membershipand role providers.
You need to allow all users to perform an HTTP GET for application resources, but you must allow only the
user named Moderator to perform a POST operation.
Which configuration should you add to the web.config file?
Which directive defines master page-precise attributes that are used by the ASP.NET page parser and compiler?
Which directive defines master page-precise attributes that are used by the ASP.NET page parser and
compiler?
Which of the following is the correct syntax to specify the path to a file that generates the strong type?
Which of the following is the correct syntax to specify the path to a file that generates the strong type?
Which of the following code segments will you use?
You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You create an ASP.NET MVC 2 Web application using .NET Framework 4.0.
You implement a single project area in the MVC 2 Web application.
In the Areas folder, you add a subfolder named MyTest.
You add the following files to the appropriate sub-folders:
MyController. cs
MyHome.aspx
You register a route of the area, setting the routename to MyTest_default and the area name to test.
You create a view named MyViews.aspx that is outside the test area.
You need to add a link to MyViews.aspx that points to MyHome.aspx.
Which of the following code segments will you use?
Which control markup will you use?
You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You are creating an ASP.NET Web application using .NET Framework 4.0.
The Web application will be accessed by international audience.
The Web application holds global and local resources for display elements that must be translated intothe
language that is preferred by the user.
You are required to ensure that a Label control named CompanyLabel displays text in the user’s preferred
language from the global resource file.
Which control markup will you use?
You need to test the application locally and then deploy it to numerous production servers
You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You are creating an ASP.NET Web application using .NET Framework 4.0.
The Web application makes use of SqlMembershipProvider.
You need to test the application locally and then deploy it to numerous production servers.
You must ensure that each and every deployed application accesses the identical production database ina
Microsoft SQL Server.
What will you do?
(Each correct answer represents a part of the solution. Choose two.)
What will you do to accomplish these tasks?
You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You are creating an ASP.NET Web application using .NET Framework 4.0.
The application will provide information about products manufactured by the company.
The company has a branch office in Saudi Arabia.
The Sales department employees of the branch office in Saudi Arabia will use the application.
You are required to accomplish the following tasks:
The application displays contents in the correct format for the employees of the Saudi Arabia office.
Each page in the application is displayed in the right-to-left format.
What will you do to accomplish these tasks?
(Each correct answer represents a part of the solution. Choose two.)
What will you do to accomplish this?
You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You create an ASP.NET Web site using .NET Framework4.0.
Only registered users of the company will be able to use the application.
The application holds a page named UserAccount.aspxthat enables new users to register them to the
registered users‘ list of the company.
The UserAccount page hold numerous TextBox controlsthat accept users personal details, such as user
name, password, home address, zipcode, phone number, etc.
One of the TextBox controls on the page is named ZipCode in which a user enters a zip code.
You must ensure that when a user submits the UserAccount page, ZipCode must contain five numeric digits.
What will you do to accomplish this?
(Each correct answer represents a part of the solution. Choose two.)
What will you do to accomplish this?
You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You are creating an ASP.NET Web application using .NET Framework 4.0.
The application holds a Web page named MyHome.aspx.
You are creating a button with a rolloverimage on MyHome.aspx.
However, when mouse hovered over the button image, the rolloverimage is retrieved from the server in a
separate request.
You need to use an improved rollover button in which the button‘s rolloverimage is already downloaded and
stored in the browser’s cache, as a result when youhover over the button, it is instantly displayed.
What will you do to accomplish this?
(Each correct answer represents a part of the solution. Choose two.)