.Net core 3 and winform

  • Thread starter Thread starter Sudip_inn
  • Start date Start date
S

Sudip_inn

Guest
this link said What's new in .NET Core 3.0

This article describes what is new in .NET Core 3.0. One of the biggest enhancements is support for Windows desktop applications (Windows only). By using the .NET Core 3.0 SDK component Windows Desktop, you can port your Windows Forms and Windows Presentation Foundation (WPF) applications. To be clear, the Windows Desktop component is only supported and included on Windows. For more information, see the Windows desktop section later in this article.

does it mean that we can develop winform using .net core and it will run on linux & Mac OS ? can we dockerize winform now ?

Continue reading...
 
Back
Top