Microsoft.NET development
I have migrated the .NET Transactional File Manager project to GitHub from CodePlex. The library is also available as a…
Putting up an old article I published on .NET Slackers. In a typical multi-tier application, one of the biggest performance…
I had to spend quite a bit of time figuring this out. So hopefully this will help someone out there.…
If you are getting error 1053 starting "Web Deployment Agent Service" (part of Microsoft Web Deploy or MSDEPLOY), below is…
If you are looking for some more .NET bloggers to subscribe to, check out my .NET Programming RSS Feeds. It’s…
I was looking for the most efficient way to remove excess white space from a string and wrote the following…
Version 1.2 of Transactional File Manager is now available on CodePlex. Here’s the release notes: Release Notes This is a…
From my code snippets, here’s a function that will return the starting day of the week for any date: ///…
It’s my first open source project! I’ve gone open source with my Transactional File Manager. Check out the CodePlex link…
If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes…