![](https://i0.wp.com/begincodingnow.com/wp-content/uploads/2020/05/WPFListPeople.png?resize=570%2C350&ssl=1)
WPF SQLite Dapper List and Add People – 1
This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […]
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 […]
The page is the fundamental unit of data storage in SQL Server. An extent is a collection of […]
In Itzik’s book T-SQL Querying, published by Microsoft Press in 2015, he uses several tables as examples. Here […]
There exists a SQL Server online course at Udemy.com that prepares you for the 70-461 exam. The couse […]