|
In Globalization, an application is developed to support various languages and
cultures..................
Unicode is a 16-bit character encoding scheme that enables characters from
various languages to be used..............
Resource files are used to separate the implementation of the application from
its User Interface...............
Globalization is the process of making an application that supports multiple
cultures without mixing up the business logic and the culture related
information of that application.............
The CutureInfo class can be used for this purpose. It represents information
about a specific culture including the culture names................
The ResourceManager class performs: A look up for culture-specific
resources.................
Also read
Here you have description of globalization, localization and their approaches in
ASP.NET. It also describes resource files and satellite assemblies.
When an application is shared amongst several other applications, the complete
machine code is present the Global assembly cache............
This article includes brief about
ASP.NET, advantages of ASP.NET, navigation sequence of ASP.NET web form, web
Form components, .NET framework, event handlers in ASP.NET, web form events,
server control events in ASP.NET, and server controls vs. HTML controls,
validation controls, navigation, and steps to store cookies, ways to
authenticate and authorize users in ASP.NET etc.
In addition to the new controls, ASP.NET 2.0 also provides numerous
enhancements to existing controls that make these controls more versatile than
ever before in building component-based web pages. For example, the Panel
control now has a DefaultButton property that specifies which button should be
clicked if the user presses the Enter key while the panel has the
focus.........
|