Hi all, I'm newB in C# and kind of lost now since couldn't find the right/suitable references. Please correct me if I'm wrong...
My application will store values into database once user run it. In the Form Application, it runs well(no doubt). Now with the same approach, i want it run in the console application (this is try n error). So, I create new project in console and with same code, i copied, do some editing and put in Main. Luckily, the code running well.
My concerns are, is it what i'm doing is write? the command for the form can be used in console? What are differences between this two? is this the better approached?
Any advice and references are very helpful.