What are Resource Files ? How are they used in .NET
Answer / 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 |
How large is the .net framework 3.0?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Briefly describe the roles of clr in .net framework?
what is view state
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
How to free the memory that is not used by an object in garbage collection?
What is edm in entity framework?
More on CLR ?
What is mvc entity framework?
Speaking of Boolean data types, what's different between C# and C/C++ ?
In which assembly is the mvc framework defined?
What is Value type and reference type in .Net