philwilson.org

2 posts tagged with "visualstudio"

See all tags and the latest posts

Brick wall

15 October, 2015 - 199 words
So I wanted to parse the feed I retrieved yesterday, and now I know a bit more about how the package system works, I just search NuGet and found SimpleFeedReader $ dnu install SimpleFeedReader At this point Visual Studio Code prompts me that it needs to run the restore command, so I...

read more

Running .NET code from Visual Studio Code

13 October, 2015 - 196 words
“Code” is the name of Microsoft’s new lightweight code editor. It’s been out since April but it seemed like this project was a good opportunity to use it properly. It has a command palette...

read more