Friday, November 13, 2015

ORM performance

The article below explains some scenarios where Linq-2-SQL can be slower than expected and a easy fix for them.

http://samsaffron.com/archive/2011/03/30/How+I+learned+to+stop+worrying+and+write+my+own+ORM

Also was attracted by the idea of single file ORM

https://github.com/FransBouma/Massive

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...