Hi All,
I have below code:
string urlstr = ConfigurationManager.AppSettings["FNOEntitlementOrderServURL"];
string authstr = ConfigurationManager.AppSettings["auth"];
HttpClient client = new HttpClient()...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.