Archives
-
Mastering ASP.NET Core 2.0 – Discount Offer
My book Mastering ASP.NET Core 2.0 is now available from Packt Publishing. If you are interested in buying the ebook, you can use this discount code, which will give you a 40% discount:
-
Mastering ASP.NET Core 2.0
-
Entity Framework Core Extensions: Getting Primary Keys and Dirty Properties
Two simple hacks: finding the primary key values:
-
Getting the HTML for a ViewResult in ASP.NET Core
This is another post tagged “hack”: this time, how to get the HTML for a rendered view, in code. This is a standard solution that does not use any kind of reflection (or other) magic.
-
Implementing Missing Features in Entity Framework Core – Part 8: Logging to the Console
This is the eight post in a series of posts about bringing the features that were present in Entity Framework pre-Core into EF Core. The others are:
Part 1: Introduction, Find, Getting an Entity’s Id Programmatically, Reload, Local, Evict