This is project is a part of my C# Marathon I am doing 15 C# projects ๐ using some instructions given in this blog. This blog has given out 15 C# Projects ideas to fallow and improve skills ๐ฆพ
This is the second C# Application I selected from those 15.
There are several types of Take Notes applications around the world (better ones ๐). This is a very basic type of that kind
IT poeople ๐ usually forget their other jobs like home stuff and take care of loved ones ๐ This application helps to keep notes as reminders while working in the computer ๐ฎ
The user can insert notes when the user turns on the computer first time and check the notes periodically to know if the user should be missing something other than computer... ๐ค
- Data view and data source bind ๐ค
- Responsive design
Notes are saved into a Data Table
. This table has a Data Table View
control which views the data table as the name suggests. When the data table is updated, view also updates.
There is only one window and it is responsive. There is a minimum size but not maximum size ๐
- Double click on a table row to view it
- Notes can be saved into a database and should be vanished with in a day or user can decide the auto vanishing time period โฐ