C# .NET Standard Edition

  • Thread starter Thread starter Guest
  • Start date Start date
I'm having trouble either understaing the question or your answer.

Here's my interpretation of the question and my answer to what I think the
question was.

Q: Does C# Standard Edition come with the Visual System.Windows.Forms
Designer?

A: Yes it does. You can visually design System.Windows.Forms applications
with C# Standard Edition.


What's an SKU? I thought that was a store acronym for Shop-Keeping Unit.


Did you mean SDK? If so, yes you can design a Windows Forms app with the
..NET SDK, but you can't do so visually without either Visual Studio (which
comes with C# Standard) or a 3rd party IDE such as SharpDevelop.
 
Just to clairfy, I thought you were asking if there is a "Visual Windows
Forms Developer Standard Edition" product like there is a "Visual C# .NET
Standard Edition". If you were asking about the standard editions (VB, C#,
C++, J#) being able to support Windows Forms development, the answer is yes.
 
Back
Top