We all need to know what is happening in our application when they are running. Sometimes that is in the IDE we are using and sometimes that means storing it in a computer logs or maybe a database. In .NET Core 2.2, there are new ways to log messages so let’s […]
Blog
Getting the Most Out of Entity Framework Core – Part 3
“We’re entering a new world in which data may be more important than software.” Tim O’Reilly “It’s difficult to imagine the power that you’re going to have when so many different sorts of data are available.” Tim Berners-Lee “Our ability to do great things with data will make a real […]
Getting the Most Out of Entity Framework Core (Part 2) with Query Tags
“Experts often possess more data than judgment.” Colin Powell “It is a capital mistake to theorize before one has data.” Arthur Conan Doyle This is the second post in the series. To read the first episode go to Getting the Most Out of Entity Framework Core – Part 1. I love databases! […]
Getting the Most Out of Entity Framework Core – Part 1
“Data! Data! Data! I can’t make bricks without clay!” Sir Arthur Conan Doyle “Not everything that can be counted counts, and not everything that counts can be counted.” Albert Einstein Entity Framework is a very powerful framework that can assist you with working with data in the many .NET Core […]