What are ClassResources?

What are ClassResources? How do you reference and deploy resources with an ASP.NET 2.0 WebPart?

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.
What is a SharePoint Solution File?
What is a SharePoint Solution File? - A SharePoint solution file is compressed file that contains custom components. It is suffixed with a .wsp extension that aids in deployment. ......
What are event receivers?
What are event receivers? - Event receivers allow responding to events as they occur within SharePoint, such as adding an item or deleting an item......
When would you use an event receiver?
When would you use an event receiver? - Event receivers respond to events, thus used for something as canceling an action, e.g. deleting a document library by using the Cancel property......
Post your comment