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 |
Which is the default http method for an action method?
The order of the filters that get executed, if the multiple filters are implemented?
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
What are the different authentication modes in the .NET environment?
Can source code be reverse-engineered from IL?
What is partialview in asp.net mvc?
What does CLR do as soon as an assembly is created ?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Httpcontext objects?
will there be any issues adding a table without primary keys to a data model?
What is entity sql? : Entity framework
What is needed for running an application built on winfx on the .net framework 3.0?