Which two actions should you perform?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application contains several ASP.NET pages that must be localized into multiple languages.

You need to implement a solution that allows the pages to load language-specific and

region-specific content that is stored in a Microsoft SQL Server database.

Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application contains several ASP.NET pages that must be localized into multiple languages.

You need to implement a solution that allows the pages to load language-specific and

region-specific content that is stored in a Microsoft SQL Server database.

Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

A.
Create a class that extends the ResourceProviderFactory class.

B.
Configure the application to use the Full Trust code access security trust level.

C.
Grant Write permissions to the localization specialists for the App_LocalResources folder within the application.

D.
Create a class that implements the IResourceProvider interface.

Explanation:
A custom resource provider includes a ResourceProviderFactory and at least one resource- provider type that implements the IResourceProvider interface. The factory is responsible for instantiating the appropriate IResourceProvider to access local or global resources.
See also:http://msdn.microsoft.com/en-us/library/aa905797.aspx



Leave a Reply 0

Your email address will not be published. Required fields are marked *