Concepts of resource manager class - ASP.NET

Explain the concepts of resource manager class.

ResourceManager class: It provides convenient access to resources that are culture-correct. The access is provided at run time.

This class provides resource withdrawal when a localized resource does not exist. It helps in resource serialization, and provides access to resources that are not packaged in your assembly. It is very much possible to derive classes from ResourceManager class and create our own custom resource solutions.
What is Windows communication foundation, WCF?
What is Windows communication foundation, WCF? - WCF is a framework that builds applications that can inter-communicate based on....
Explain the important principle of SOA.
Explain the important principle of SOA - A service-oriented architecture is collection of services which communicate...
ASP.NET - Difference between WCF and Web Services.
Difference between WCF and Web Services - WCF can create services similar in concept to ASMX, but has much more capabilities....
Post your comment