Relative Content

Tag Archive for .net.net-coreclr

porting C++ CLR .NET framework Winform to .NET 8

we have a tool that was written in C++ CLR where its forms where also written as a Winform in C++ CLR, we plan to upgrade it to .NET 8 but it seems there is a pretty huge shift between .net framework and .NET 8 and/or future versions like 9.So I am assuming that the way to do this will be pretty tedious. so here are my questions