MOSS Question:
Download Questions PDF

Explain ClassResources? How to reference and deploy resources with an ASP.NET 2.0 WebPart?

MOSS Interview Question
MOSS Interview Question

Answer:

ClassResources are defined in the SharePoint solution file. It is a helpful directory to use in order to deploy custom images. In ASP.NET 2.0, objects (images) are referenced by embedding them as resources within an assembly. ClassResources allows us to eliminate recompiles to change small interface adjustments or alterations to external JavaScript files. Just saving the files can work.

Download MOSS Interview Questions And Answers PDF

Previous QuestionNext Question
Explain WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code?Explain SharePoint Solution File? How it differ from WebPart .cab files in legacy development? What does SharePoint Solution File contain?