.Net - how to prepare culture-specific
formatting in .NET - August 29, 2008 at 15:00 PM by Amit Satpute
Explain how to prepare culture-specific formatting in .NET.
The CutureInfo class can be used for this purpose. It represents information
about a specific culture including the culture names, the writing system, and
the calendar. It also provides an access to objects that provide information
for common operations like date formatting and string sorting.
An assembly that can be shared by multiple applications. To make an assembly a
shared assembly, first assign it a strong name, and install it to the global
assembly cache...........
Steps in managed execution process: 1. Compiler needs to be chosen 2. Convert
the source code to MSIL now known as CIL.............
XML Web services are more restricted than objects exposed over .NET Remoting.
XML Web services support open standards that target cross-platform
use...................
|