Reputation: 17
Is it Possible to make a .Net Framework Application work in Linux OS ?
We have a pretty huge WPF application which uses .Net Remoting and calls to SQL server.
Converting .NET framework code to .NET core is not a option as it would need lots of efforts.
I am seeing mixed content in the internet on this feasibility by using Wine with ubuntu .And all articles point out to migrate to .net core first .
So , Is it possible to make this .net application work in Linux OS without migrating to .Net core . If its possible , then what are some pointers to consider and where to start with .
Upvotes: 0
Views: 47