Richard Moeskops

Results 5 comments of Richard Moeskops

Just for reference and comparison. This example is the fastest code I could think of the read records with Ado.net. I tried a lot of variants. I post this because...

This code was generated by T4-template. I did a lot of tests in generating the optimal code. I tested GetString, GetInt32 etc, but they all were a little bit slower....

I'm sorry.. my previous tests were using an old version. I recreated my tests with BenchMarkDotNet instead of an RPS counter. Using `System.Data.SqlClient` my solution is a little bit faster,...

Well if everything is 'open' I think Source Generators should also be considered. In situations where the query is known and the desired resulting class type is known, it should...

Could someone provide more details? I know lambda's, I have some experience with generating IL and expression trees. But the way this issue is posted only and experienced EF-core insider...