What ORM does Stack Overflow use with their ASP.NET MVC project?

share|improve this question

migrated from stackoverflow.com Sep 3 '11 at 17:41

3 Answers

up vote 9 down vote accepted

Since Mar 2011, they are using Dapper.

Here's the introduction post for Dapper by the developer Sam.

Below is the original accepted answer which is out of date.

http://blog.stackoverflow.com/2008/09/what-was-stack-overflow-built-with/

This will go into more detail concerning the stack that StackOverflow uses (including it's ORM).
share|improve this answer
Who the heck is this "Sam" person? :) – BoltClock's a Unicorn Jan 28 '12 at 3:32

They are actually using Dapper and they have open-sourced it.

share|improve this answer

LINQ to SQL

share|improve this answer
1  
Nope - Not anymore – Adam Rackis Jan 27 '12 at 19:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged