magnify
formats

3 Step Intro to MongoDB for .NET in 15min

Published on January 30, 2013

Here’s a quick little demo of the NoSQL database MongoDB.  The intent is to give a .NET user just enough info to get started.  To whet the appetite and hopefully spark some interest in trying it out.  It was the start in our journey to decide to use MongoDB.  BTW, the video is rushed, I’m

(More)…

 
Tags: , , ,
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

FileSystemWatcher with Timer for Single Notification of File Changes

Published on April 13, 2012

.NET has a handy type called System.IO.FileSystemWatcher which you can point at a directory and it triggers events based on file events such as a file being created, deleted, renamed, or changed.  The problem is that the Changed event gets triggered many times with a simple file save when usually you only want to be

(More)…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
2 Comments  comments