C#AppBuilder
Member
- Joined
- Aug 20, 2023
- Messages
- 5
- Programming Experience
- 1-3
Hi. I am new to C#. I have 1 year of programmign experience in Powershell. Well it's a scripting language but you get what I mean. I've only ever used Python and Powershell.
Anyway I've built an "app" in Powershell (script -> .exe with PS2EXE then created an installer for it with InnoSetup) that changes the current BitLocker PIN and works 100% bug-free. It has a beautiful interactive GUI using WPF that I really like. But I find this lame coz it's not a proper app developed eg in C#.
I want to redo it in C# using the same BitLocker Modules I used in PS to begin with. But since I've never done C# and don't know much, where would you start? I have specific goals regarding the language and only want to do 3 apps for myself.
I looked into this GitHub - roman-miniailov/BitlockerManager: Bitlocker manager for .Net Framework and I tried to use it as the base app but for some reason it wouldn't run in VS.
How would you guys go about it?
Anyway I've built an "app" in Powershell (script -> .exe with PS2EXE then created an installer for it with InnoSetup) that changes the current BitLocker PIN and works 100% bug-free. It has a beautiful interactive GUI using WPF that I really like. But I find this lame coz it's not a proper app developed eg in C#.
I want to redo it in C# using the same BitLocker Modules I used in PS to begin with. But since I've never done C# and don't know much, where would you start? I have specific goals regarding the language and only want to do 3 apps for myself.
I looked into this GitHub - roman-miniailov/BitlockerManager: Bitlocker manager for .Net Framework and I tried to use it as the base app but for some reason it wouldn't run in VS.
How would you guys go about it?