Dotnet/.NET – C#

Microsoft.NET development

.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

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…

11 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…

14 years ago

Getting the Starting Day of the Week for Any Date

From my code snippets, here’s a function that will return the starting day of the week for any date: ///…

15 years ago

Transactional File Manager Is Now On CodePlex

It’s my first open source project! I’ve gone open source with my Transactional File Manager. Check out the CodePlex link…

15 years ago

MSMQ Installation on Windows Server 2008 Fail with 0x80070643

If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes…

15 years ago