Bailey
Bailey
CC#
Created by Yonatan on 6/19/2024 in #help
Teaching C# - Basic and Advanced topics (that are must learn)
I would say add authentification like oauth etc. This can be programmed youre self or openId. This said. Middleware could be a topic\
13 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
Then I dont have any idea except a program there to do the things you want.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
you could try: cSSH.Connect(); var response = cSSH.RunCommand("c:\test.exe"); dont really know if this stil works.
46 replies
CC#
Created by CORXNULL on 6/10/2024 in #help
Why the cats images doesnt show after the 1st one?
Hi, I see e.g. private async void LoadImageFromUrl(string url) when you call this without await, the program can return prematurely (its async). maybe you could put in some breakpoints
14 replies
CC#
Created by Nate on 5/21/2024 in #help
Tic Tac Toe Game
In this case is the simplest method to create a global variable or multiple eg. int complayer =0 int realplaye = 0 and by every win you can update also to rset put them on 0 also put them between: public partial class Form1 : Form { public int comp = 0; public int user =0; public Form1()
32 replies
CC#
Created by Nate on 5/21/2024 in #help
Tic Tac Toe Game
I have a tip about the code. You can also turn the buttons into an array. If you do that you don't have to make long if else constructions, you can do with a loop and 1 if. You can then put these in a method with a return value
32 replies
CC#
Created by Nate on 5/21/2024 in #help
Tic Tac Toe Game
Hi, Just put some breakpoints under the buttons. Follow the code and see if the program does what is expected and if not try to solve it
32 replies
CC#
Created by Bailey on 4/2/2024 in #help
✅ Theoretical question. MediatR and DTO and onion structure
thanks for youre thoughts.
16 replies
CC#
Created by Bailey on 2/23/2024 in #help
✅ Entityframework for framework 4.8 instead of .net / core
$close
22 replies
CC#
Created by Bailey on 2/23/2024 in #help
✅ Entityframework for framework 4.8 instead of .net / core
Thanks, I know enough. I will close this thread
22 replies
CC#
Created by Bailey on 2/23/2024 in #help
✅ Entityframework for framework 4.8 instead of .net / core
Hi, all I know it's old, but its an old project written in framework. So I cannot upgrade it at the time. Thanks anyway. Just searching for equivalent options to add configurations and so on.
22 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
ah. Ok then leavew this one. Best regards
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
I also agreed with you, but I also tried to explain why
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
see above
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
Sorry who do you think you are answering. The question originally was made by: Astartechie I tried to help with some extended answer
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
I cant explain everything on the site. So I try to give a direction in this case. But the buffer and how it works (complete story with IO) is very extended
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
(a bit of the same)
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
or event based
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
If you dont want to block you can make it completely async
26 replies
CC#
Created by Astartechie on 2/17/2024 in #help
Issue with XmlReader
26 replies