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 is display mode in mvc?
How does servicing work for the .net framework 3.0?
what is ssdl?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is difference between html.beginform and ajax.beginform?
Explain linq to entities? : Entity framework
List out few different return types of a controller action method?
Explain the request flow in asp.net mvc framework?
What are the components required to create a route in ASP.Net MVC?
How does the .net framework 3.0 relate to the .net framework 2.0?
What are the main components of .net framework?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are differences between entity framework and l2s? : Entity framework
Define the core components of an ASP.NET MVC application?
Give an example for authorization filters in an asp.net mvc application?