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 |
give the feature of .net2.0 over .net1.1
Can you set the unlimited length for "maxjsonlength" property in config?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
How can you return string result from Action in ASP.Net MVC?
Diffence between .net framework 1.0 and 2.0?
What is the role of the jit compiler in .net framework?
What is mvc entity framework?
What is the significance of nonactionattribute?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
explain what does .edmx file contains?
What is .net core framework?