console applicaiton

  1. Micheale

    HttpClient Soap Returned XML Result with back slash. How to removed the back slash \

    Hi All, I have below code: string urlstr = ConfigurationManager.AppSettings["FNOEntitlementOrderServURL"]; string authstr = ConfigurationManager.AppSettings["auth"]; HttpClient client = new HttpClient()...
  2. TheFuentes5551

    Question How to make a controller class in a Console Application?

    So I have a normal Console Application(.NET Frameworks) C# and now I am in a need of Controller classes. I don't have an option to add a Controller class so I tried to make a normal class that can inherit the main Controller. But I dont see any parrents controller class to inherit from. My only...
  3. R

    Question Read Excel Files and Save into Database

    Hi Guys, I am reading inbox and downloading excel files from a specific e-mail address in a console application. I am saving those excel files by adding unique ids into the file names. Here is the sample code: static void Main(string[] args) { using var client = new...
  4. M

    I need help with executing second project

    Hello i need help, i am new with C# could someone help me with executing second project Console application after clicking on button without this full way C:\Users\sajmo\source\repos\VoidSharp\VoidSharp ? screenshot: Screenshot
  5. Paradoxz1

    Resolved Create list of numbers to be displayed as string

    Hey guys, I have been looking around for a while now but I can't find anything to help me with my issue. I'm trying to create a list that has weeks of the year in it 1-52 weeks in 1 year and then display the weeks in a formated string. So that every 3 weeks are displayed (Week 1 Week 4 Week 7...
Back
Top Bottom