Definition: Globalization is the process of designing and developing an application that supports localized user interfaces and regional data for users in multiple cultures. In the .NET Framework, the CultureInfo class represents information about a specific culture. This information includes the writing system, calendars in use, date and time formatting conventions, numeric and currency [...]
Archive for March, 2009
globalization
Posted in C# .Net on March 2, 2009 | Leave a Comment »
dot Net Framework
Posted in C# .Net on March 2, 2009 | 2 Comments »
Definition: This is the environment for building, deploying and running Web Services and other applications. It contains three main parts · CLR · Framework Classes · unified class libraries Common Language Runtime (CLR): The common language runtime is the execution engine for .NET Framework applications. It provides a number of services, including [...]
Finance Terms definition
Posted in word definitions on March 2, 2009 | 3 Comments »
Credit Risk: The risk of the loss arising on account of non-payment of interest or principle dues by the debtor, the two components of credit risk are “Ability to pay” and “willingness to pay”. Credit score: A credit score is a numerical expression on a statistical analysis of a entities credit files, to represent the [...]
C# Glassaries
Posted in C# .Net on March 2, 2009 | 4 Comments »
Meta Data: Definition: It contains the data about the object that is the Name of an object, the bases, interfaces implemented in that object and also the types and members of an object etc. Manifest: Definition: It contains the information about the assembly like identity of an assembly, Scope of the [...]
