Kamil Pisz
Search in database for more then one column (EFCore, Postgresql)
Hello
in Employee table i have column: FirstName and LastName
those examples in search query should work
- John
- Smith
- Smith John
- John Smith
- John S
my first thought (from gpt chat 😉 ) is to split query like :
What u think about this ?
Problem, what if add filter for example Location but dont want split search query then
4 replies
Looking solution for get query from _dbContext.SaveChangesAsync() for save logs and easier debugging
Hello, i have a .net core 6.0 app that save entites in MSSQL database with EfCORE 6.0
so my function is something like
What i want to do:
every Add/Modify query that going to DB should create new Log in my Logging table
5 replies
[EFCore] add many Parent entities with Child entities, How to connect them in single SaveChanges
Hello, im trying to sync data in my database with data in external source
there is a example that i have list of MainCategories (parent) and Categories(child)
!! code screen from IDE for better visibility in comments
7 replies