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 |
mention what is the difference between ado.net and classic ado?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
Explain tempdata in mvc?
what is an assembly?
How to ensure the credentials for WebService using Windows authentication
What does CLR do as soon as an assembly is created ?
Explain how you can implement Ajax in MVC?
how do you truncate a table using entity data model?
Why to use html.partial in mvc?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
how to create session in .net
what is explicit loading?