version of C# used in Visual Studio 2008 ?Durga16yAsked Sep 12, 2010, 11:30 AM6.9kVisual Basic .NET Hi, I am Durga . Can anybody tell me which version of visual C# is used in Visual Studio 2008 ?
KVkrishna v16y agoPosted Sep 14, 2010, 1:42 AMBy using project Properties you can target which version of .net framework your code can target to. So, u can use both C#2.0 / C# 3.0, ofcouse C# 1.0 also. To get the property pages in Visual studio menu, Project-->Properties..
Tanmay Sarkar16y agoPosted Sep 12, 2010, 12:09 PMFor VS 2008, it is Microsoft Visual Studio 9.0Thank you!
krishna vPosted Sep 14, 2010, 1:42 AM
So, u can use both C#2.0 / C# 3.0, ofcouse C# 1.0 also.
To get the property pages in Visual studio menu, Project-->Properties..
Mahesh ChandPosted Sep 12, 2010, 12:12 PM
Visual Studio 2010 uses C# 4.0.
Tanmay SarkarPosted Sep 12, 2010, 12:09 PM
Thank you!