Questions tagged as 'c#'

1
answer

Keep a request in C # - Rest

The doubt I have is more conceptual than in code. I have a rest that is a service on the server, the same is done in C #, I would like every day at a specific time it would request a URL X. I thought of putting a timer in my dekstop applicati...
asked by 12.01.2018 / 14:05
1
answer

How to page the IAmazonS3.ListObjects method?

The IAmazonS3.ListObjects method you can check here limits the return in 1000 items per request however does not inform if it is possible to do pagination, I have buckets with more than 10 million files and I need to go through each of...
asked by 24.04.2018 / 20:58
1
answer

Return List in a View

Hello, I'm a beginner in C # and MVC and am having difficulty returning a list of data. I have the code below and I do not know how to return the data loaded from the list. Can anyone suggest me how to do this? Thanks public class EstoqueAca...
asked by 30.12.2017 / 02:05
1
answer

I'm trying to do a dropdown in html

I'm trying to implement a DropDownList in a View of mine that is for form, but I need the value selected to go to ViewBag . This is my View where there is " Selected Car ", it would need to transform my from Textbox...
asked by 02.01.2018 / 19:29
1
answer

How to insert / save RTF string - ASPxRichEdit

In my application, I search the database for a string that contains RTF and needs to load it into ASPxRichEdit. And, when necessary, save the contents of the ASPxRichEdit into an RTF string to store in the database. How can I do this in C #?...
asked by 26.01.2018 / 14:35
2
answers

Invalid characters in the path in File.Move ()

I have this code to move a file: string path = "C:\inetpub\beGoodToo\videofolder\nome.mp4"; string path2 = "\"C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.7.3\content\videostreaming\nome.mp4\""; // Garantir que exi...
asked by 19.12.2017 / 13:51
1
answer

Make sum of all queried data

I am making a report, I managed to get him to bring me the data of specific dates, but I am now needing him to bring me the sum of everything that was selected, I made an attempt but not the sum of everything, just a few things have been added....
asked by 21.12.2017 / 19:59
1
answer

How do I resolve site publishing problem using IIS

The site / system will be placed on the local machine for demonstration I published the site in IIS to be used locally on the machine, but it is returning the error: Description: An error occurred while processing a configuration file needed...
asked by 19.12.2017 / 17:04
1
answer

Make the current value subtract from the previous value

I'm trying to make a supply system, I need it to take the last km registered in the bank of a specific vehicle and be subtracted by the new one that will be inserted I'm trying to do this, but it does not show any error, but does not subtract ....
asked by 11.12.2017 / 20:39
1
answer

Log into Distinct Files [Log4Net]

I use Log4Net in my application. I need to create a configuration that "deposits" everything that is from level="INFO" into a file and everything that is light="ERROR" in another file. But even following the tutorials, they do not work. Look...
asked by 01.03.2018 / 17:14