You are designing an ASP.NET MVC 2 Web application.
You have the following requirements:
"Type safety must be validated at compile time."
"Code must not require explicit run-time type casting."
You need to pass data between the controllers and the views within the Web application.
Which approach should you recommend?
You have an existing ASP.NET Web Forms application. All the Create, Read, Update, and Delete (CRUD) operations are implemented by using Windows Communication Foundation (WCF).
The Web application has the following requirements:
"Minimize network traffic."
"Intrinsically support change tracking."
"Do not use post backs."
You need to design a Web form to manage inventory.
Which approach should you recommend?
You have an asp.net web forms application for processing orders.
Many users of the application submit their order forms multiple times due to incorrectly formatted credit card information.
You need to plan for validation of the length and format of data in the credit card field on the client side prior to processing each transaction.
Which approach should you recommend?
You are designing an ASP NET 4 Web application that will integrate third-party components.
You need to minimize the security risks of using these components.
Which approach should you recommend?
An ASP.NET Web application stores data in a Microsoft SQL Server database that runs on a separate server.
The company requires all database access to be performed under the identity of the user that is connected to the application.
The Web application uses integrated security in the database string.
During testing, the Web application is unable to authenticate to the database as the connected user.
You need to design an authentication strategy.
Which approach should you recommend?
You need to design a solution for ensuring that only users with the Administrators role have access to the Admin area of the Web application.
Which approach should you recommend?
You are designing an ASP.NET Web application
You are implementing the ASP.NET membership and profile providers to do the following:
"Support retrieval of user passwords within the ASP.NET Web application."
"Access profile data that is stored in two or more Microsoft SQL Server tables."
You need to ensure that the Web application is properly configured to interact with the providers.
Which approach should you recommend?