C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C#

How can I make a log in console application in C# that has the database of my own forum? So if someone registers on my forum and downloads this application, they will be asked to log in with their forum details, how can I do that in C#?

7th Mar 2019, 3:07 PM
Lucas
1 Answer
0
You can with help of .Net, you'd have to expose an API from ur website and then use exposted endpoints to log in with c#. I recommend using HttpRequest to send requests to endpoints. If you don't understand some keywords I used, just google them, .net is microsoft thing and they have really extensive documentation :)
7th Mar 2019, 5:40 PM
Jakub Stasiak
Jakub Stasiak - avatar