Webdevbros - webdevbros.net - Web Dev Bros
General Information:
Latest News:
When to use MongoDB or another document oriented database system? 27 Jun 2013 | 09:25 pm
We are building a platform for comparing websites on a detailed level. We are using MongoDB to store all the information and it works quite nicely. We use it to store all meta-information of the domai...
Lessons learned for large MongoDB databases 26 May 2013 | 07:37 pm
We are currently developing a system which wants to analyze all the domains in the internet. This is a really challenging task and not easily done in a few months time. Besides loads of problems, like...
Lessons learned for large MongoDB databases 26 May 2013 | 07:37 pm
We are currently developing a system which wants to analyze all the domains in the internet. This is a really challenging task and not easily done in a few months time. Besides loads of problems, like...
How to do a deployment pipeline in jenkins 26 May 2013 | 03:58 pm
On our current project we are aiming to reach that goal of continuos delivery. There are a lot of things you need to get right to achieve that but one of the more important ones is a functional deploy...
How to do a deployment pipeline in jenkins 26 May 2013 | 03:58 pm
On our current project we are aiming to reach that goal of continuos delivery. There are a lot of things you need to get right to achieve that but one of the more important ones is a functional deploy...
ASP.Net MVC, Fluent Validation and testing 4 Dec 2010 | 04:40 am
I am finally coming to the end of a project, and I thought it would be good to write a little post on how we have managed to set up our fluent validation for our MVC project. In the start we did some ...
ASP.Net MVC, Fluent Validation and testing 3 Dec 2010 | 11:40 pm
In this post, I will show you how I set up fluent validation, to work smoothly with my MVC 2 project. I create a custom model binder to validate view models and show how to validate a registration usi...
Nhibernate returns duplicate results on paged data sets – work around 12 Nov 2010 | 01:02 am
Recently, while implementing a page-able data grid with nHibernate and MVC Contrib Grid, I came across a strange problem. My result set had duplicates, and the strange thing was that it would only hap...
Nhibernate returns duplicate results on paged data sets – work around 11 Nov 2010 | 08:02 pm
There is a problem with Nhibernate, when paging record sets, using SQLServer 2008. This offers a work around, to fix this problem.
Role Based Access Control in ASP.Net MVC 17 Dec 2009 | 01:59 am
Currently I am looking at access control systems, and how best to integrate them with ASP.Net MVC framework. While this framework already provides support for role based access control (RBAC), using t...