Posts by Marinpietri • 36 points
5 posts
-
0
votes2
answers1248
viewsA: C# XML digital signature, poorly formed Reference element
Hello, With the deactivation of Win7 and everyone migrates to Win10 then you should START the Id with letter and not with number. (This happens a lot with people who implement Nfse for prefectures).…
-
1
votes1
answer444
viewsA: Automapper Relationship one for many - Model to Viewmodel (and vice versa)
Ola, Let’s see if I can help you. It’s possible you’re using the DDD architecture... Taking into account that you have an average knowledge of EF let’s possible solutions... "Problem: State property…
-
1
votes1
answer1190
viewsA: How do I sync an offline database to an online one?
Hello. If I understand correctly...I can say that using the database replication feature is the best alternative, I’ve been through a similar situation, where parts of the data should be in several…
-
0
votes2
answers582
viewsA: Pass information between C#RMS
Hello, To do it is very simple, poisbem, imagine that the form indicated by you is a class ( and is really a class) and that this class also has methods (buttonContinuar_Click) and properties. So on…
-
1
votes1
answer1608
viewsA: Progressbar and Backgroundworker in C#
Caro Joaquim, Among the many causes for this problem, I suppose it’s a winforms application, right? Typically these problems are related to thread execution (the backgroundworker is one of them...).…