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 |
What is a view engine?
How do you handle variable number of segments in a route definition?
Mention the core components of .net framework?
What is "out" parameter how it is used in methods?
What is Peek method in Tempdata in ASP.Net MVC?
what is scalar property?
Explain linq to entities? : Entity framework
How we can invoke child actions in ASP.Net MVC?
Is .NET a runtime service or a development platform?
What is a razor file?
How can we determine action invoked from HTTP GET or HTTP POST?
differences between poco, model first and data first approach?