deadlydog
9 posts.
- Automatically Create Your Project’s NuGet Package Every Time It Builds Via NuGetSo you’ve got a super awesome library/assembly that you want to share with others, but you’re too lazy to actually use NuGet to package it up and upload…
- Powershell functions to get an xml node, and get and set an xml element’s value, even when the element does not already existI’m new to working with Xml through PowerShell and was so impressed when I discovered how easy it was to read an xml element’s value. I’m working with…
- Get AutoHotkey Script To Run As Admin At StartupA few weeks back I posted some problems with running AutoHotkey (AHK) in Windows 8, and that the solution was to run your AHK script as admin. I also…
- Adding and accessing custom sections in your C# App.configSo I recently thought I’d try using the app.config file to specify some data for my application (such as URLs) rather than hard-coding it into my app,…
- SQL Server script commands to check if object exists and drop itOver the past couple years I’ve been keeping track of common SQL Server script commands that I use so I don’t have to constantly Google them. Most of them…
- AutoHotkey cannot interact with Windows 8 Windows…or can it!If you’ve installed Windows 8 and are trying to use AutoHotkey (AHK) to interact with some of the Winodws 8 Windows (such as the Control Panel for…
- Parallel MSBuild FTW - Build faster in parallelHey everyone, I just discovered this great post yesterday that shows how to have msbuild build projects in parallel Smile
- Awesome Visual Studio VideosI watched an awesome Channel 9 Visual Studio Tips And Tricks video, so I thought I'd share. Some great VS gems in there. Even a few Windows 7 ones, like…
- Setting up keyboard shortcuts to build solutions in MSBuildOne of the greatest benefits of building your solution flies in MSBuild (vs in Visual Studio directly) is that it doesn't lock up the Visual Studio UI,…
