‘System::Net::WebRequest::Create’: marked as obsolete
Context:
Im porting our application that is based on .netframework 4.8 to .netcore
but this line
using HWND in C++ CLR build error (.NET core 8)
I have a C++ CLR that contains windows forms on it, the project is a C++ CLR DLL library.
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