ChrisD
10 posts.
- .NET Core–Push Nuget Package After BuildYou can configure.NET Core to automatically push your nuget package to the package server of your choice by adding a Target to your project file.
- More useful Sql Server Serivce Broker QueriesSELECT 'Checking Broker Service Status...' IF (select Top 1 is\broker\enabled from sys.databases where name = 'NWMESSAGE')=1 SELECT ' Broker Service IS…
- Reorder Your Accounts in ThunderbirdEver wanted to re-order your Thunderbird accounts? You can either modify the prefs.js manually 1\. Exit Thunderbird if its running.
- Running Batch Files from the Solution Explorer in Visual StudioIf you want to run a batch (.bat) file from within Visual Studio, you need to add an external tool. From the Tools menu select External Tools, and then…
- QuickTip: Attach the VS Debugger to IIS’s Worker Process in a single keystrokeI’ve been spending a lot of time lately debugging through some web-hosted applications. Some of these applications are hosted by Visual Studio’s own…
- Open XAP files using Windows ExplorerSilverlight bundles its executables into a single file with a XAP extension. This is really just a zip file. You can open the XAP and modify the contents…
- Clean Up WCF Clients : The Right WayAs I've done more and more WCF work recently, I've noticed an intermittent problem running my unit tests. The host seemingly hangs for no obvious reason.…
- HowTo: Set up your project for Window's Workflow (C# style)Any C# project can contain Workflow definitions. They're just code file and/or XAML files. The trick is getting Visual Studio to recognize the project as…
- How to Serialize an Interface using the XMLSerializerThe short answer is you can't. At least not without some trickery and giving the serializer some help, and even then it's not pretty.
- CoolCommands in Visual Studio 2008After installing VS2008, I quickly noticed the absence of some of my favorite IDE helpers. - How do I copy project references between projects? - How do I…
