C# .NET Standard Edition

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does the standard edition have a visual windows forms developer

Thanks.
 
No, but you can do Windows Forms development from any of the Standard SKUs.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top