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 |
What other than biginteger has been introduced in system.numerics namespace?
Explain cache? : Dot net architecture
What is CLR,MSIL and Jit Compiler and their roll in .net
how u maintain data while navigating one page to another?
What is an interrupt? : Dot net architecture
Are there any third party logging components available?
Define an interrupt? : Dot net architecture
Navigation controls in ASP.net,explain each control in brief?
Explain pipelining? : .NET Architecture
How to improve the cache performance? : Dot net architecture
how can u manage sessions ?
how many types of controls are there in windows and web application?