InfoQ

InfoQ

Topic/Tag specific view

Stack Overflow Content on InfoQ


News about Stack Overflow

StackOverflow’s ORM goes Open Source - Dapper.Net

Topics
Data Access,
.NET

A simple ORM used in StackOverflow titled Dapper.Net was recently released on code.google.com. This ORM specializes in fast generation of objects from SQL query results. Dapper.Net supports mapping query results to a strongly typed list or a list of dynamic objects. The ORM is a single file of less than 500 lines of C# code and is available under the Apache 2.0 License.

New Programming Q&A Web Site Goes Public

Topics
Java,
.NET,
Announcements,
Community,
Programming,
Ruby

Stack Overflow, a web site for programming questions&answers, has been made public while still in beta. The site offers programmers the opportunity to ask questions and receive answers from fellow coders for free, and intends to become the right source of answers for any programming question.