Posts by Arthur Zanini • 57 points
5 posts
-
0
votes1
answer692
viewsQ: Update Object List via Entity Framework
Good morning! I wanted to ask for your help just to see if there’s a better way to do it. Today I have a list of objects like Formatacao_RelatorioLinhaDeletada and perform a foreach on this list,…
-
0
votes1
answer272
viewsQ: Dynamic filters using lambda
I have a table Errosproducao_records linked to another table called Errosproducao_tipos. I need to perform dynamic filters in the table Errors_records using lambda expressions. if I perform the…
-
4
votes2
answers184
viewsQ: How to use the IN clause in Lambda?
A doubt arose that I thought would be easy, but the content I found could not understand. Well, here’s the thing: I have the tables "Client" and "Errosproducao_client" where they relate form 1 to N,…
-
0
votes1
answer331
viewsA: Save Operations log to database with system user field
For triggers I know you’d have to create one for each table. depending on the system you better do some method that every database execution send the record to the LOG table
-
1
votes0
answers101
viewsQ: Mark PDF text with C#
I have an application where some names will be searched in a given PDF file. When finding the name I should mark the words found with a "text tag". Does anyone know a library that can do that? I’m…