DevEnterprise.NET

Enterprise Development in .NET

Welcome to My Projects

Below is a list of projects I am currently working on. These are mostly applications that I use personally that other users could benefit from.


Directory Monitor

***************************************************************************
Directory Monitor has a new home on BrutalDev.com.
Please update any bookmarks as this page will not be available for much longer.
***************************************************************************

Download (Web Install) (version 1.0.3.1)

Download (32-bit Full Install) | Mirror (version 1.0.3.1)

Download (64-bit Full Install) | Mirror (version 1.0.3.1)

Download (Portable - No Install, No Auto Updates) | Mirror (version 1.0.3.1)

Video Tutorial done by DownloadTube.com.

Features

  • Monitor directories for file changes, modifications, deletions and new files.
  • Monitor local directories or network shares (including hidden shares).
  • Optionally execute an application when an event occurs.
  • Log the user on the network that made the changes.
  • Include/exclude filtering on files being monitored.
  • Quickly tell if a directory is available and being monitored.
  • Balloon notifications whenever an event is fired.
  • Auto updating, import/export and more.
  • FREE!

Requirements

  • .NET Framework 3.5 SP1 - 
  • Windows Installer 3.1

Known Issues

  1. If you execute a batch file or PowerShell script when an event happens you want to use "%~1" and not %1 to catch the file that was modified. Because batch files will treat anything between spaces as separate parameters, the application will enclose the path and file name in quotes automatically if the path contains a space.

    EG: If the path is C:\NoSpaces\File.txt then it will be used as is and %1 will contain the path and file name correctly. If the path is C:\With Spaces\File 1.txt then it will be passed as "C:\With Spaces\File 1.txt". Ensure you access this variable using "%~1" to remove the quotes that may be passed in and wrap them with your own.

Screenshots

Directory Monitor

Edit Directory

Options

Awards

Best Vista Download X 64-bit Download Best Freeware Download Reviews on SoftSea
Directory Monitor video tutorial at downloadtube.com Directory Monitor antivirus scan report at downloadtube.com 100% CLEAN award granted by Softpedia
Top 4 Download Top 4 Download Editor's Choice. Directory Monitor Directory Monitor (64 bit) Download - Soft-Files.com
Soft-Go.com FiberDownload.com RoxySoft.com FamousWhy
Soft82 100% Clean Award For Directory Monitor FileCluster 5 Star Editor's Pick FamousWhy Editor's Pick Famous Interview
Directory Monitor on FileTransit Directory Monitor antivirus scan report at softoxi.com


Command Line E-mailer

Download (ZIP)

Download (EXE)

Features

  • Attach multiple files to the e-mail.
  • Send an e-mail to multiple recipients (including CC and BCC).
  • Create e-mail message from a text file.
  • Send e-mails in HTML format.
  • Provide authentication information to the server and optionally send over SSL.
  • Friendly error messages and input validation.
  • FREE!

Requirements

  • .NET Framework 2.0

Screenshots

Screenshot 1


BlogEngine.NET Google Analytics Extension (Asyc)

Download (BlogEngine.NET 1.x)

Download (BlogEngine.NET 2.x)

Features

  • Based on Chris Blankenship's original implementation.
  • Works for 1.x and the new 2.x of BlogEngine.NET.
  • Option to use the standard tracking script or the new asynchronous script (async by default).
  • Single file copy/extract to the App_Code\Extensions directory.
  • Async script gets created in the HEAD tag so that you can use link tracking as well.
  • Ability to disable tracking while users are logged in.