Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Monday, May 5, 2008

Whate are Resource Files ? How are they used in .NET?

Resource files are the files containing data that is logically deployed with an application.
These files can contain data in a number of formats including strings, images and persisted objects. It has the main advantage of If we store data in these files then we don't need to compile these if the data get changed.
In .NET we basically require them storing culture specific informations by localizing application's resources.
You can deploy your resources using satellite assemblies.

No comments:

Archives