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
What are scaffold templates in mvc?
Is .net framework going away?
Explain the advantage of packaging over xcopy in .net?
What is associationset? : Entity framework
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
what is ssdl?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Explain something about model, view and controllers in asp.net mvc?
What are action filters?
What is .net core framework?
What is ViewData and TempData in ASP.Net MVC?
mention what is csdl, ssdl and msl sections in an edmx file?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is Attribute Routing in ASP.Net MVC?
How large is the .net framework 3.0?