.NET Framework => Core: Getting The App Data Folder

This is the first in my series of blog posts that will describe major changes to coding if you are trying to convert from the .NET Framework to .NET Core. First up, getting the folder the app should use to save data. In the .NET Framework it was really easy by doing the following: public … Continue reading .NET Framework => Core: Getting The App Data Folder