Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Dotnet core is cross platform and that will make it easier to keep business logic for multiple platforms in one codebase.
-
It's probably the lightweight thing. And if your business already uses .net core for other development, you'll be familiar with it for wpf.
For example .net for for the company web server. -
thoxx20876y@maushax
WPF and WinForms with .NET Core are only compatible with Windows. I dont think that they ever will support Linux, because they have so many dependencies on Win APIs. -
thoxx20876y@maushax
Do you have a source for this?
WPF relies on DirectX/Direct3D and WinForms on GDI+.
I can't image how cross platform UI should work without a complete rewrite.
Related Rants
-
SparkyTD9Well fuck, I hope it returns an unsigned short. Why can't you just return a color type?
-
Agred1Prologue My dad has an acquaintance - let's call him Tom. Tom is an gynecologist, one of the best in PoznaĆ, ...
-
bigworld124My Proudest creation of all time up till now, i created a wpf control that binds to any Enum value and displa...
What is the point of .NET Core 3 WPF and WinForms? Only thing i can think of is that MS want's to migrate frameworks to .NET Core, but is there anything that those frameworks gain?
question
winforms
wpf
dotnet core