Entity Framework scaffolding with Autofac
Named connection strings and why they might not work
Aug 4, 20224 min read230

Search for a command to run...
Articles tagged with #efcore
Named connection strings and why they might not work

Any mid-level+ developer should be aware of SQL injection, and any production web app written in the last few years should use some simple tools to avoid it. And yet I just found a .NET EF Core project, in production, using this: string keywordSearch...
