I have workflow that I want to use for task management out of email. It's very specific to the way I work and I want to implement a desktop app in Win 10 to work the way I want to. I have a degree in CS from 20 years ago but haven't programmed except for some light scripting since then. What would be the easiest language or framework the would allow for a native desktop GUI with SQL DB and allow for services to parse emails and files. |
In C# I use Entity Framework to interact with the DB.
If you are doing this, just for yourself, I found SQLIte DB to be wonderfully easy to use. The DB is a library, not a separate application opening up ports for the world to abuse, and the DB is stored in a simple file.