Posts by Rafael Gonçalves de Oliveira • 36 points
3 posts
-
1
votes1
answer186
viewsA: Aspnet Mvc Automated Routine
You need some Scheduler, among the several options highlight 2 I’ve used: Hangfire (the most common) https://hangfire.io Hangfire is very complete for executing tasks like call and forget (fire…
-
0
votes4
answers140
viewsA: Factory returns blank result
Passing your Json through Jslint, is giving some errors... Ta leftover comma in: "textValorOpcao": "",
-
1
votes1
answer876
viewsA: How can I run a . rdl (Reporting Service) file with Report Viewer without using the server?
My database is Mysql, so my reports are RDLC. Both use the same xml, but the RDLC allows not having the connection nor the query. This way I make the query and connection to the bank via C# and send…