I have migrated the .NET Transactional File Manager project to GitHub from CodePlex. The library is also available as a…
A few git commands to list the developers with recent commits in a specific folder. I find that this is…
PowerShell code to submit a feed to Google Search Appliance: $dataSource = "MyFeed" # replace this with your datasource name…
If there are less than 7 days left in the month, then it's the last weekday of this type in…
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…