C
C#2mo ago
GG-Ex

need help in c@

i see program has 2 buttons one name get free key and button name login and if i press the get free key botton its open web browser with skip ads links after i skip 3 websites its redirect me to page with key i copy the key and i put it in the program and its press login and the program work i want to do this in my program anyone know how i can do this in c#
9 Replies
leowest
leowest2mo ago
yes, first u need to learn c#, then u need to learn how to use webview alongside some UI framework, then u learn how to check elements from the webview to verify if the user did watch the ads or not, then u learn how to use httpclient to verify the code when u press the login button. So yeah there is a lot to learn to accomplish that.
GG-Ex
GG-ExOP2mo ago
ok is here github refrence or any youtube channel have any video about it
leowest
leowest2mo ago
C# Fundamentals for Absolute Beginners
Learn C# programming from an expert in the industry. Get the tools, see how to write code, debug features, explore customizations, and more. For newer videos head over to dot.net/videos
leowest
leowest2mo ago
if u already know c# then it depends if u already know an UI Framework or not, i.e.: WPF, MAUI, Avalonia, etc
GG-Ex
GG-ExOP2mo ago
ok
Buddy
Buddy2mo ago
What app are you making? @GG-Ex
WorriedBlind
WorriedBlind2mo ago
After doing this as a newbie in programming what it will be the next step?
leowest
leowest2mo ago
practicing it doing actual $projects from easy to medium to see if u are understanding the chapters Then learning OOP, and moving up with other concepts as you. From there it depends what kind of field u want to work at... If you want to do web then learn razor / blazor and web api from asp.net core. If you want to be a gamedev learn unity or godot using their learning path. etc...
MODiX
MODiX2mo ago
Collections of application ideas that anyone can solve in any programming language to improve coding skills: https://github.com/dotnet/dotnet-console-games https://github.com/karan/Projects https://github.com/florinpop17/app-ideas

Did you find this page helpful?