Got it. Thank you. In the plug in header it shows a duel panel of your code and the live server... You can make html changes and they show immediately in LiveServer?
Thanks a bunch. Sorry for my ignorance. Just so I understand this... The Public Interface code should go where? In Visual Studio do I create a new interface and this will be a folder just like a controller?
That would be awesome! Sorry for my ignorance here. Right now I have a Home Contoller and a NowSummary Controller. This code works . In the NOWSummary controller I have have
The way it is now is code in one controller calling code in another controller...This works... I am just trying to get my Azure keys from AppSettings instead of hard coded in controller...