What are Resource Files ? How are they used in .NET
Answer Posted / kirti
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.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In which assembly is the mvc framework defined?
What is edm in entity framework?
I want ask from plz smaple example code for Biztalkk server
What is the use .glimpse in mvc?
What are Model Binders in ASP.Net MVC?
What is Area in ASP.Net MVC?
What is separation of concerns in asp.net mvc?
What is the .net framework?
Describe the roles of clr in .net framework.?
What is Peek method in Tempdata in ASP.Net MVC?
What is the use of the default route?
What is Dependency Injection in ASP.Net MVC
What is basic authentication in web api?
Where are the routing rules defined in an asp.net mvc application?
What is viewbag title?