ASP.NET Globalization

Implementing ASP.NET Globalization.

- Globalization is the process of designing and developing applications that function for multiple cultures.

- Support globalization is not an easy task, thus it is always advised to make an application support globalization right from the development stage.

Implementing ASP.NET Globalization:

- Create resource files and compile them into a binary resource file.

- Create satellite assembly for each of the resource file for each culture.

- Store them in separate folders for easy access and replacement.

- Read the resources from the satellite assembly that is stored in different folders based on the locale and culture.
Resource Files and Satellite Assemblies - ASP.NET
ASP.NET - Resource Files and Satellite Assemblies - Resource Files:A resource file contains non-executable data that are used by the application and deployed along with it....
Mobile applications using Microsoft Mobile Internet Toolkit (MMIT)
.NET Mobile applications - Steps to develop mobile applications using MMIT: a) Start with a new ASP.NET page.......
Describe how does .NET Mobile work.
How does .NET Mobile work? - Sequence of steps for MMIT application execution: a) A mobile client requests for a webpage......
Post your comment