I'm interested in installing and starting up a Visual Studio Online project in my browser (Chrome) on my Macbook Air.
My project is an Angular App (7+) with a .Net Core Web Api backend and an older .Net Framework project that the .Net Core app connects to over HTTP when I need to send a document over a WCP (SOAP) connection to a web service. So when I need to test the .Net Framework part I switch over to a PC and run/debug the website, but I only need to test that occasionally so I mainly use my Macbook for development.
QUESTION - I'd like to see if I can get this project running/developing in Visual Studio Online on my Macbook's browser (Chrome), but I'm not sure how it works regarding .Net Core and .Net Framework? Do I need to have these SDK's installed on my machine or is everything installed/tested/run through the cloud?