Link to home
Start Free TrialLog in
Avatar of Meinhoonaa
Meinhoonaa

asked on

Need help with c# console app

I need help with c# code to dynamically read registry nodes and its values and populate it in the database. I am attaching the sample registry  info and and database table for your quick reference. I think console app would be the best option
Capture_11032017Nodes.PNG
Capture_11032017.PNG
Avatar of p_davis
p_davis

if you don't really need any user interaction, a console app is indeed a good option.
as far as accessing the registry you can use the Microsoft.Win32.Registry class
Avatar of Meinhoonaa

ASKER

I think you are missing my question. I need help with c# console app. I am sorry I am new at this.
I don't see a question mark in this question.
Can you help me with writing a c# code to dynamically read registry nodes and its values and populate it in the database? I am attaching the sample registry  info and and database table for your quick reference
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial