Archives
-
Implementing Missing Features in Entity Framework Core – Part 5: Getting the SQL for a Query
Updated for EF Core 3.1
-
Unit Testing .NET Core
With the recent arrival of .NET Core, some things that we were used to having are no longer available. This includes unit tests – plus Visual Studio integration - and mocking frameworks. Fortunately, they are now becoming available, even if, in some cases, in pre-release form.
-
Moving to ASP.NET MVC Core 1
The new version of ASP.NET MVC, Core 1, brought a number of changes. Some were additions, but others were removals.The structure is similar and will be mostly familiar to anyone who has worked with ASP.NET MVC, but a few stuff is very different. Let’s visit all of them, in a lightweight way – more posts coming soon.