Monitoring a WCF Service Host
One problem I’ve been running into is my ServiceHosts failing out in my long running background services. I’ve written the following class to help monitor th...
One problem I’ve been running into is my ServiceHosts failing out in my long running background services. I’ve written the following class to help monitor th...
Ever wondered how to quickly and easily get the date portion of a datetime field in a SQL query? Seems like it should be easy, right? Unfortunately, it isn’t...
Another issue I’ve run into with the service broker and moving databases between servers is this error message:
Have you ever wanted to add a text string, like an application name, to the title of all your web pages. It’s easy to do using the control adapters available...
Frankly, it’s always a pain to create ASP.NET machine keys for each of your web applications. I’ve written a little helper app that creates the <machineKe...