How resource files are used in .net?



How resource files are used in .net?..

Answer / Amit Jeet Kumar

Resource files in .NET contain resources such as images, sounds, and localized strings that can be used by an application. These resources are embedded within the assembly and can be accessed at runtime using their names. To access a resource, you first need to add it to your project, then use the Resources class or attributes like ResourceManager and ResourceNotFoundException.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

What other than biginteger has been introduced in system.numerics namespace?

1 Answers  


Explain cache? : Dot net architecture

1 Answers  


What is CLR,MSIL and Jit Compiler and their roll in .net

1 Answers   PCS,


how u maintain data while navigating one page to another?

2 Answers  


What is an interrupt? : Dot net architecture

1 Answers  


Are there any third party logging components available?

1 Answers  


Define an interrupt? : Dot net architecture

1 Answers  


Navigation controls in ASP.net,explain each control in brief?

2 Answers   Six Sigma,


Explain pipelining? : .NET Architecture

1 Answers  


How to improve the cache performance? : Dot net architecture

1 Answers  


how can u manage sessions ?

3 Answers   Ness Technologies,


how many types of controls are there in windows and web application?

1 Answers   Six Sigma,


Categories