I used C # only to create console applications. What I would like to do next is to create a C # application that can open a database from one table (possibly sqlite) and present data to the user in the form of a table. I would like the user to be able to do things like sort by columns, search, etc. I have a few questions regarding the GUI part.
What would be the appropriate .Net technology for use in the GUI? Winforms?
I would really appreciate a link to a tutorial or an elaborate example of doing something like this.
Any help was appreciated.
source
share