Strong Reference - As long as if application refers to the object. GC will not collect those objects. Those objects we say are strong reference objects.
Weak Reference - Even though application refers to the object, GC may collect those...
CTS - Common Type System as name suggest it define types. How types are defined, declared , used and managed by common Language Runtime.? The main part is it supports cross language type integration. Confused ? Let me give you a simple example.
In C# i will define my Integer variable as int and in VB.Net i will say Integer. So when i will try to...
CLS is more about rules of .Net and it's a subset of CTS(Common Type System). You must be thinking of CTS, don't worry will discuss in my next article.
So CLS, is a basic set of language rules needed by the applications. CLS ensures Interoperability...
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.