Daily Thought Back-End
In this third post on this project we’ll look at the back-end, meaning the database. The database technology […]
In this third post on this project we’ll look at the back-end, meaning the database. The database technology […]
Wikipedia says: “SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to […]
In this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […]
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 […]
Dapper is an open-source Object Relational Mapper (ORM) for .NET. It was written by the people over at […]
This post is about how to connect to a local SQL Server database and read a table from […]
This post is about how to connect to a local SQL Server database and read a table from […]
ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee validity even […]
Do you need to move one or more of your SQL Server database files? For example, are the […]
Are you trying to attach a database to SQL Server Management Studio and getting Error 5123? Are you […]
MySQL is a database management system (DBMS). A database is an organized collection of data. MySQL, one of […]