On a different forum I recently asked if there was a way to quickly convert websites to stand alone programs that people could run on their PC (without an internet connection). One person suggested using the web-browser control in Visual Studio. This might work with regular html pages (though I'm not sure that JavaScript would work in that case) but asp.net would not. I am starting to read about asp.net core, and I see its components can be installed as Nuget packages. So my question is: would it be possible to run an asp.net site locally in a visual studio program with one or more Nuget packages, a local database, and working JavaScript?
Thanks