This post dates back to 2013 and is migrated from my old blog. The argument of this post is relevant to people using Entity Framework and needing to filter data coming from a Database with a list of in-memory data. In this article I will try to start summarizing what […]
SQL
This post dates back to 2012 and it is migrated from my old blog. In this article I will show you that when using Queryable.Sum with Entity Framework and Linq to Entities to sum up a list of decimal values (or other value type) like in the following snippet you […]
This post dates back to 2012 and is migrated from my old blog. In this article I will show you that let clauses inside Linq queries are not a simple matter of readability of the query, when it comes to using Entity Framework and the Linq to Entities provider. In […]
This post is an old one written back in 2012 and migrated from my old blog. In this article I will try to explain how to enable and use Entity Framework’s Code First Migrations in a real project (i.e.: a solution with many projects, a database server, etc). The Target […]