WPF ToDo Version 2In this post I have taken the previous series of posts on the simple ToDo application and made […] May 20, 2020 in Dapper tagged folder / crud / todo / error / type / try / catch / namespace / WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD Data Access ClassThis post lists the data access class that the code-behind uses to talk to the database. In this […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD CodeThis post lists the C# code-behind in our WPF SQLite ToDo project. This is the MainWindow.xaml.cs file. Some […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD SQLiteIn this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […] May 20, 2020 in WPF tagged such / database / error / table / Dapper / sqlite / no / WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD XAMLThis post is the second of a short series of posts about creating a WPF project that allows […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike