Other News

Editorials

MongoDB a Nice Fit for Object Oriented Programming

MongoDB a Nice Fit for Object Oriented Programming Yesterday we talked about database designs that work well with object oriented development patterns. One of the concerns I strongly emphasized is that object oriented programming and relational databases don’t mix as nicely as other non-SQL counterparts available today. David responds today with a nice review of his experience with MongoDB. I […]

Uncategorized

Object Oriented Relational Database Design

Object Oriented Relational Database Design Michal submits a question he’d like answered in our daily editorial. “How to take a database that is the basis for entities and apply common patterns like factory, etc – writing databases for object oriented design?” I think this is an excellent question. The short answer is that you cannot design an object oriented database […]

Community

Model binding XML in ASP.NET MVC 3

(Jimmy Bogard) ASP.NET MVC 3 introduced the concepts of service location to conditionally build providers and factories for various extension points, such as Value Providers, Model Metadata Providers, and notably, Model Binders. Model binders in ASP.NET MVC are responsible for binding contextual HTT