Jon P Smith
Jon P Smith
Hi @riffrack, I took a little while replying to this because I felt it needed a deeper answer. I have written an article on my blog called [Architecture of Business...
Answers: First para: The BizLayer uses EF to add new database classes, or for updates simple read and then update the data, hence the link to the DataLayer (it is...
Can I add one issue I have had when updating a database with migrations that might be added in a CI/CD solution. With a client an update to EF Core...
Hi @joaopgrassi, I did consider using a `BackgroundService`, but that would mean that the application would start with inaccurate data. I deemed that was not a good idea. The other...
Can I ask if this might get into a later EF Core 5 release, say 5.1, or will it move to EF Core 6. I only ask this question to...
Thanks. Great work on EF Core 5. I will look forward to this feature in the future.
Hi @ajcvickers, I wondered if you would like me to come on a community standup and talk about some of the ways to performance tuning EF Core? I have an...
Hi, I'm just updating my [EfCore.TestSupport](https://github.com/JonPSmith/EfCore.TestSupport) library which provides useful helpers for xUnit-type testing, and I don't think you have had a EF Core Community standup on testing. I wondered...
Hi @raulidavid, Are you using the latest version, AuthP version 8.0.0, which I released yesterday or an older version. The older version supported .NET 6, 7 and 8 and had...
Your error shows a difference of the `Microsoft.CodeAnalysis.Common` between your `Jiban.Application` project and your `Jiban.Infrastructure` project, which has `AuthPermissions.AspNetCore` in it. And the solution is in the error "add Microsoft.CodeAnalysis.Common...