Saturday, January 07, 2012

.NET benchmarks

Open source .NET and Mono web services framework


"A collection of 3rd Party and our own .NET library benchmarks
found on the Internet showcasing the performance of .NET server technologies."


Unfortunately, despite all marketing, Microsoft's ORM solution (EF4)
is much slower than others, same as I have observed on my simple tests...
While in many cases database access is just one element of overall performance,
it is not practical to spend 10x more time than necessary.
My guess is that using dynamics could be a reason for speed penalty,
and one solution may be adding static typing option.

here is one alternative solution: Dapper
Dapper code

podcast: Service Stack with Demis Bellot @Hanselminutes

No comments: