Tobi vNext
F#, C#, PowerShell and HTML5 developer; interested in everything tech-related with a strong focus on Microsoft technology.
Featured
Import NuGet packages to F# interactive scripts
Yes, it’s been a long time (exactly one year, but that’s a coincidence) since my last blog post. The main reason was that in the last year I learnt F# and slowly I have the feeling that I have understood the language and especially the paradigm shift that comes with...
Regular
Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch, which launches a web server and auto-regenerates your site...
Import NuGet packages to F# interactive scripts
Yes, it’s been a long time (exactly one year, but that’s a coincidence) since my last blog post. The main reason was that in the last year I learnt F# and slowly I have the feeling that I have understood the language and especially the paradigm shift that comes with...
Easy monitoring of a folder with pswatch
pswatch is a easy to use little module for PowerShell to montitor a folder for changes. You can choose if you want to monitor file additions, changes, renames or deletions. You can also monitor file sin subfolders. Based on this monitoring you can further add scripting to automatically run other...
Reset your login credentials for "Visual Studio Tools for Git"
If you change your login credentials for one of the git hosting services (github, bitbucket, …) and you try to pull, fetch or push you probably receive the same error as in the screenshot below: I struggled a while with the problem until I found the solution. You have to...