Multiple choice Which of the following are two(if exist) main types that are used in .NET Framework? Value Type and Reference Type Value Type and Non Value Type Reference Type and Non Value Type None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation The two types of .NET Framework are: Value types and Reference types. The primary difference between these two is with the way the variable data is accessed.