C # 3 in net framework 3 package?
-
hello, I have a little question: Does C# 3 gets delivered together with .net framework 3.0 ? Because I installed .net framework 3.0 RC1 and Orcas but I don't get C# 3 snippets compiled. If it's not in the .net framework 3.0 package can I download the compiler somewhere else, is it already available? Thank you.
-
hello, I have a little question: Does C# 3 gets delivered together with .net framework 3.0 ? Because I installed .net framework 3.0 RC1 and Orcas but I don't get C# 3 snippets compiled. If it's not in the .net framework 3.0 package can I download the compiler somewhere else, is it already available? Thank you.
SJ_Phoenix wrote:
Does C# 3 gets delivered together with .net framework 3.0
No, it does not. The terminology is confusing here, .NET framework 3.0 is just a collection of managed libraries for WPF, WCF etc. If you're looking for LINQ and related stuff, you can download them at http://www.microsoft.com/downloads/details.aspx?FamilyID=1E902C21-340C-4D13-9F04-70EB5E3DCEEA&displaylang=en[^].
Regards Senthil [MVP - Visual C#] _____________________________ My Blog | My Articles | My Flickr | WinMacro
-
SJ_Phoenix wrote:
Does C# 3 gets delivered together with .net framework 3.0
No, it does not. The terminology is confusing here, .NET framework 3.0 is just a collection of managed libraries for WPF, WCF etc. If you're looking for LINQ and related stuff, you can download them at http://www.microsoft.com/downloads/details.aspx?FamilyID=1E902C21-340C-4D13-9F04-70EB5E3DCEEA&displaylang=en[^].
Regards Senthil [MVP - Visual C#] _____________________________ My Blog | My Articles | My Flickr | WinMacro
thank you for the clarification.