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
Mention some action filters which are used regularly in ASP.Net MVC?
What is the use .glimpse in mvc?
What are the main features of asp.net mvc 4 used by asp.net web api?
Is razor a server side?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What are the sub types of ActionResult?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is the use of action filters in an mvc application?
What is the use of razor view engine?
What is routeconfig.cs in mvc 4?
How does servicing work for the .net framework 3.0?
What is the role of the jit compiler in .net framework?
What operating systems will the .net framework 3.0 be available for?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Why should we go for entity framework?