What will you do?

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. The application will be used to share any type of photos on Internet. All the photos should be accessible in various sizes and formats. You need to add a download feature that can be easily maintained. You also need to make sure that only a single version of all photos is stored on a SQL server database.

What will you do?
A . Create an HttpModule class to determine the request for the photo download. Process the photo according to the given format and size, and after that return the processed photo in the response.
B . Create a user control that converts the photo to the required format and size.
C . Create an HttpHandler class to determine the request for the photo download. Process the photo according to the given format and size, and after that return the processed photo in the response.
D . Create an ActiveX control that converts the photo to the required format and size.

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments