I am trying to convert a UWP application to a .NET application. We are heavily using the Windows namespace available only for UWP projects.
Is there an easy way to make the code compatible with .NET? Or do we have to rework everything in the .NET way?
Here are some of the classes that we are using that are not available in .NET:
- HostName
- StreamSocket
- DataWriter
- DataReader
- StorageFile
- ApplicationData.Current.LocalFolder
- FileAccessMode
- RandomAccessStream
- InMemoryRandomAccessStream
- InputStreamOptions