Connect Your .NET MAUI Application to a Database

preview_player
Показать описание
Learn how to connect your .NET MAUI application to a SQLite database!

🕗 Timestamps:
0:00 - Introduction
1:12 - Install Packages
1:58 - Create DTOs
3:36 - Connect to Database
5:56 - Initialize Tables
8:41 - Reading and Creating Data
14:12 - Updating and Deleting Data
17:22 - Summary

Комментарии
Автор

Sqlite as a file format has always been an interesting idea for me

Jeremygrmn
Автор

Is it really necessary to have Dto and Model when they are exactly the same?

herczegzoltan
Автор

You always have such great content. Was surprised that you didn't use a repository. Are you getting away from that?

billymartin
Автор

Nice video. Wouldn't it be better to move the crud methods to a helper or service class?

pomodorobreaklessons