Thursday, 16 December 2010

What is difference between �Common Type System� and �Type Safe�?


 

CTS define all of the basic types that can be used in the .NET Framework and the operations performed on those types.

Type safe means preventing programs from accessing memory outside the bounds of an object's public properties. Type-safe code accesses only the memory locations which is authorized to access.

No comments:

Post a Comment