Posts by Renan Carvalho • 117 points
5 posts
-
5
votes1
answer1118
viewsQ: Return Dowload Excel via MVC Controller
I have a method that generates an excel file and writes it in a directory, but then I take the path of the directory and I need to download the excel file, but nothing occurs, no error. Can anyone…
-
1
votes1
answer114
viewsQ: Make Join of 3 lists in c# from queries in the database
I am making a page to generate a report. In this I make 3 selects different, putting the result of each query in a list: public IEnumerable<RelatorioVencerVencidos>…
c#asked Renan Carvalho 117 -
0
votes1
answer102
viewsQ: Processing of text files
I am processing files .txt, however I process more than 1 file at a time, but in the database only saves 1 file, debugging I see that it reads and processes the 2 files, or up to 3 depending on how…
-
0
votes0
answers209
viewsQ: Angularjs app works on Chrome, but on IE it doesn’t work
I have a web application C#, with a page with customer data. When changing the data using Chrome and then saving, the data saves to the database and, via screen, is updated correctly. When doing the…
angularjsasked Renan Carvalho 117 -
5
votes2
answers650
viewsQ: Reference class Syntax Razor C#
I have a class where I have saved a configuration key being key and value, but I need to take the value of this key and move to my page cshtml. I’m having a hard time with this. I have already…