What is the latest version of WinForms? And how does this relate the version of .NET?
For example in VS2008 with .NET 3.5 is there Windows Forms 3.5 under the bonnet?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows Forms is just a subset of the Framework Class Library and yes, the current version is 3.5.
WPF Update
A new presentation technology has been added to .Net since 2.0 called WPF (Windows Presentation Foundation) It is the newer way to create .Net UIs and which is also used by Silverlight.
WPF described on Wikipedia