WPF SQLite Dapper List and Add People – 4Now we need to call our SqliteDataAccess class when the program starts and when the user clicks the […] May 7, 2020 in Dapper tagged create / read / Dapper / sqlite / WPF SQLite Dapper People by Mike
Dapper Installation into your Project in Visual StudioHow do you install the micro-ORM Dapper into your project in Visual Studio? In this example, I will […] May 7, 2020 in Dapper tagged Dapper / ORM / project / WPF / install / installation / visual / studio / Dapper by Mike
WPF SQLite Dapper List and Add People – 3In this post we continue with the building of our project that we started in the previous post. […] May 7, 2020 in Dapper tagged WPF SQLite Dapper People by Mike
WPF Installing SQLite and Dapper into a WPF ProjectHow do you install SQLite and Dapper into your Windows Presentation Foundation (WPF) project? Why would you do […] May 6, 2020 in Dapper tagged sqlite / install / Dapper / WPF SQLite Dapper People by Mike
WPF SQLite Dapper List and Add People – 1This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […] May 6, 2020 in Dapper tagged database / sql / WPF / Dapper / sqlite / people / WPF SQLite Dapper People by Mike
SQLite Database IntroductionSQLite is a relational database management system (RDBMS) contained in a C library that ends up being embedded […] May 4, 2020 in Database tagged database / sql / lite / sqlite by Mike
WPF Insert into SQL Server Table with DapperIn this post we look at inserting a row of data into a SQL Server table from a […] May 4, 2020 in Dapper tagged insert / into / connection / execute / sql / Dapper by Mike
Dapper micro-ORM IntroductionDapper is an open-source Object Relational Mapper (ORM) for .NET. It was written by the people over at […] May 3, 2020 in Dapper tagged data / database / query / Dapper / ORM / Dapper by Mike
WPF Read a SQL Server Table into a DataGrid with ...This post is about how to connect to a local SQL Server database and read a table from […] May 3, 2020 in Dapper tagged Dapper / database / server / sql / WPF / read / grid / datagrid / Dapper by Mike
ACID DatabasesACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee validity even […] April 20, 2020 in Database tagged transaction / ACID / database by Mike
SQL Server Set a Database Offline and OnlineDo you need to run a command in SSMS that sets a database to offline or online. You […] January 11, 2020 in SQL Server tagged on / off by Mike
Move SQL Server Database FilesDo you need to move one or more of your SQL Server database files? For example, are the […] January 11, 2020 in SQL Server tagged database / files / move / mdf / ldf by Mike