Software Developer
Posts tagged mongodb
Elmah Error Logging with MongoDB Official Driver
May 28th
This basically takes the work that Pablo M. Cibraro did here to use Elmah with the Samus CSharp Driver and converts it to work with the Official 10Gen CSharp Driver instead plus a few additional minor changes.
Limit MongoDB memory use on Windows without Virtualization
Feb 27th
How to limit MongoDB memory use on Windows without virtualization by making use of the Windows System Resource Manager.
Pattern for efficiently paging database rows on a web page
Jun 6th
The technique I use for paging through database rows which I’ve found works efficiently and is easy to re-use. It works well for both traditional and AJAX requests and handles sorting and filtering requirements as well. This is based on ASP.NET MVC, jQuery and NHibernate + SQL Server but the principals will be the same for other technologies.
Running MongoDb on Microsoft Windows Azure with CloudDrive
May 24th
I’ve been playing around with the whole CQRS approach and think MongoDb works really well for the query side of things. I also figured it was time I tried Azure so I had a look round the web to see if there we’re instructions on how to run MongoDb on Microsoft’s Azure cloud. It turned out