Development With A Dot
Blog on development in general, and specifically on .NET. Created and maintained by Ricardo Peres.
-
MVP Award Renewed
It was with great pleasure that I read Microsoft’s email today announcing me that I had renewed as MVP for the third year!
-
2016 in Review
Another year is over, time to review what I did this time… so here it goes:
-
Entity Framework Core Cookbook – Second Edition

-
What’s New in .NET Core 1.1
.NET Core 1.1 – including ASP.NET Core and Entity Framework Core – was just released at the time of the Connect(); event. With it came some interesting features and improvements.
-
Interception in .NET – Part 4: An Interception Framework
This is the fourth and possibly final post on my interception in .NET series. See the last one here. This time, I’m going to present a framework for doing dynamic interception. Mind you, this is proof of concept code, it is not ready for production usage, although it can do some interesting things! This is going to be a long post, bear with me!
-
Interception in .NET – Part 3: Static Interception
Updated: see the final post in the series here.
-
Entity Framework Pitfalls: Skip/Take Position Matters
In LINQ, you normally do paging through the Skip and Take operators. These are the LINQ counterparts to whatever the relational database uses for pagination – ROW_NUMBER(), LIMIT…OFFSET, TOP, ROWNUM, etc.
-
Visual Studio Tips 4
OK, so this is another round of tips on using Visual Studio! See first collection here, second here and third here.
-
Coming Up Next
Updated on October 24th
-
Entity Framework Pitfalls: Null Semantics
Imagine you have a simple class: