Programming

.NET Transactional File Manager Migrated to GitHub

I have migrated the .NET Transactional File Manager project to GitHub from CodePlex. The library is also available as a…

6 years ago

Finding developers who recently made changes to a component with git

A few git commands to list the developers with recent commits in a specific folder. I find that this is…

6 years ago

Posting a feed to Google Search Appliance (GSA) from PowerShell

PowerShell code to submit a feed to Google Search Appliance: $dataSource = "MyFeed" # replace this with your datasource name…

11 years ago

Finding the Last Friday (or any weekday) of the Month in PowerShell

If there are less than 7 days left in the month, then it's the last weekday of this type in…

11 years ago

Bulk Operations Using Oracle Data Provider for .NET (ODP.NET)

Putting up an old article I published on .NET Slackers. In a typical multi-tier application, one of the biggest performance…

12 years ago

Running MSDEPLOY from PowerShell

I had to spend quite a bit of time figuring this out. So hopefully this will help someone out there.…

12 years ago

Error 1053 starting Web Deployment Agent Service

If you are getting error 1053 starting "Web Deployment Agent Service" (part of Microsoft Web Deploy or MSDEPLOY), below is…

12 years ago

An Export of My .NET RSS Feeds

If you are looking for some more .NET bloggers to subscribe to, check out my .NET Programming RSS Feeds. It’s…

13 years ago

Removing Excess Whitespace from a String

I was looking for the most efficient way to remove excess white space from a string and wrote the following…

14 years ago

Transactional File Manager Version 1.2 .1 Released

Version 1.2 of Transactional File Manager is now available on CodePlex. Here’s the release notes: Release Notes This is a…

15 years ago