WPF Validating 13-digit ISBN
In this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […]
In this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […]
This post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […]
In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […]
An optional parameter is a parameter that you can either include or omit when invoking the method. To […]
Now we need to call our SqliteDataAccess class when the program starts and when the user clicks the […]
How do you install the micro-ORM Dapper into your project in Visual Studio? In this example, I will […]
In this post we continue with the building of our project that we started in the previous post. […]
How do you install SQLite and Dapper into your Windows Presentation Foundation (WPF) project? Why would you do […]
This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […]
SQLite is a relational database management system (RDBMS) contained in a C library that ends up being embedded […]
In this post we look at inserting a row of data into a SQL Server table from a […]
Dapper is an open-source Object Relational Mapper (ORM) for .NET. It was written by the people over at […]