Because the .NET framework supports multiple languages within the platform, it defines a Common Type System (CTS). The CTS defines the basic data types that IL understands. Each .NET compliant language should map its data type to these standard data types. This makes it possible for the 2 languages to communicate with each other by [...]
The User Defined data type are the type in which we can defined such data type according to our requirement. Some example of user defined data type are Enumeration and Structure Type. Today we will discuss the user defined Data Types. In this article we will learn how to declare and define enumeration data type [...]
Development of software is only a single phase of overall system development. Coding is an important step on system development but maintaining the quality of software is also an important part and a challenging job. Proper testing is important for the good quality assurance. At present, there are different tools available for testing products. The tools like