By tag: NuGet
0
kicks
Run Multiple Tasks in a Windows Service
Run multiple tasks in a single WindowsService, and let the base library do all of the work setup and tear down for you. The WindowsServiceTasks NuGet package is simple, flexible, and extremely light weight.
0
kicks
How to access NuGet when NuGet.org is down (or you're on a plane)
This will only work for those packages that you have already downloaded. But it will keep you going in the event that nuget.org does go down or you are working disconnected.
0
kicks
Getting Started w/ NuGet
Learning how to use the NuGet Package Management System.
We will start off by looking at how to install NuGet inside of Visual Studio. We will then learn how to use NuGet to install/uninstall packages. We will end the episode by looking at how to create our first NuGet Package.
0
kicks
Adding NuGet Support to F# Interactive
Here are the steps to install NuGet packages via the F# Interactive (FSI)
1. Write a script that is loaded when the FSI starts.
2. Modify the source of FSI.exe (which can be found at http://fsharppowerpack.codeplex.com/).
3. Create an alternate F# Interactive Window VSIX that starts the FSI.exe a...