Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Version and .NET Framework Version? [duplicate]

Tags:

c#

frameworks

I am confused with both the C# version and .NET framework version. In other words, I want to know the relationship with C# version and .NET framework. E.g: which is C# version in .NET framework 3.0?

like image 846
user83450 Avatar asked Mar 27 '09 03:03

user83450


1 Answers

I am not sure what your actual question is, but if it is what are the current versions..

C#: 3.0
.NET Framework: 3.5

You might also want to take a look at this breakdown chart. It provides the Framework, language and CLR relations.

like image 186
Quintin Robinson Avatar answered Oct 14 '22 20:10

Quintin Robinson