2
Shouts

Working With Micro-ORM Dapper In MVC

published 303 days, 5 hours, 56 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 309 days, 23 hours, 43 minutes ago
Wednesday, July 25, 2012 11:39:05 AM GMT Wednesday, July 18, 2012 5:52:13 PM GMT

I love working with MVC but I do have a hard time working with complex data with EntityFramework (EF). I heard of using inline SQL queries in MVC but don't know how to use it and will it have any performance issues? Few month's back I downloaded the StackOverflow (SO) Data Explorer which is an open-source project built on MVC to explore data dump provided by SO. The thing that took my attention in that code was that they have been SQL queries to get the data from the database. This looks promising to me as the guys at SO will never compromise with performance. SO Data Explorer uses the micro-ORM called Dapper which is authored by Sam Saffron of Stack Overlfow.

Getting Dapper

Dapper is also available on NuGet or you can also drop this single file in your project which is hosted at Google Code. You can use the below NuGet command to install Dapper......

category: Web Dev | clicked: 22 | | source: midnightprogrammer.net | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup