Posts by Roberto • 41 points
10 posts
-
1
votes1
answer219
viewsQ: tenant application for multiple users
Well my doubt and while the approach of creating a database in the following scenarios Multiple Database, a user-created database Multiple Schemas, well would have only a single database, but each…
-
-2
votes2
answers13376
viewsA: Generate Nfe Key
https://github.com/adeniltonbs/Zeus.Net.NFe.NFCe repository class that generates the key, validates key and generates it:…
-
0
votes1
answer268
viewsA: Web Service NFE São Paulo City Hall Error 1402
Post a little more of the code that makes the query. Which Webservice are you downloading from? Good if it is the Sefaz server in the case you will most likely be making a recipient manifestation…
-
3
votes1
answer274
viewsQ: Use of async with . NET Core and nhibernate
No. NET Core I know we have the async and await for request async. So far so good, but many frameworks in the market are creating methods with the signature MetodoAsync() and has the method without…
-
0
votes1
answer1076
viewsA: Consume SOAP12 NF-e UF BA
Solved, with the help of a friend who owns this repository https://github.com/ACBrNet/ACBr.Net.Sat was resolved. I simply switched the communication protocol to TLS (before I had put TLS12)…
-
0
votes1
answer1076
viewsQ: Consume SOAP12 NF-e UF BA
Good follows the code , in the end put the error note the same code works for GO State (Goiás) static void Main(string[] args) { try { var req = new RequestWS(); var xmlDocument = new XmlDocument();…
-
0
votes2
answers602
viewsA: How to remove mysql records from half an hour (or more) ago
Well, since there are not many details I will imagine that you have a table of users, in this table has constant Inserts all day. Ai in user you would have, login, password, registered All you have…
-
0
votes1
answer118
viewsQ: Mock Authentication on the dao
_usuario = CriaUsuario(new Login("Roberto"), new Senha("Senha")); var dao = new Mock<IUsuarioDao>(); dao.Setup(d => d.Autenticar(It.IsAny<Login>(),…
-
0
votes2
answers122
viewsA: Criteria for data synchronization
Well, following your idea is good but we settled otherwise here at the company, We did so, we will have a table (pendant_sync) (int reference, int terminaloffline, int typeScriptonized) reference…
requirementsanswered Roberto 41 -
0
votes2
answers122
viewsQ: Criteria for data synchronization
Good morning, wanted tips for data synchronization criteria, let’s go to scenario. Next I have a system with an administrative where register products, customers, users, releases permissions,…
requirementsasked Roberto 41