Click here to Skip to main content
15,884,790 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We have existing windows base application which is build in old dot net framework. Our clients needs to run this application using dot net core (latest framework). But telerik control is mandatory for that.

Is anyone can help for this? How can we start?
Is that possible to run old windows application in dot net core?

What I have tried:

Try to implement telerik controls with dot net core
Posted
Updated 10-Jul-19 21:43pm
Comments
CHill60 11-Jul-19 3:45am    
Try it and see. Telerik controls are mandatory for what?

1 solution

With the current .NET Core you can not run Winforms applications, it is possible however to mix .NET Core and .NET Winforms projects in one solution, I would recommend using .NET Standard as the common code base used by both .NET Core and Winforms.
If you have patience you can wait for the new .NET Core 3, for now only the preview is available: How to port desktop applications to .NET Core 3.0 | .NET Blog[^]
Also see: Bring WPF and WinForms Apps to .NET Core 3 with Telerik UI[^]
 
Share this answer
 
v2
Comments
Maciej Los 11-Jul-19 4:29am    
5ed!
RickZeeland 11-Jul-19 4:29am    
Thanks, I like it too :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900