-
.NET MAUI & SQLite
31 Lessons-
StartWhat is SQLite?
-
StartCreating the solution and installing packages nuget
-
StartConfiguration of the connection constants
-
StartConfiguration of the database file path
-
StartCreating the Customer Model
-
StartMapping a class to a table through SQLite attributes
-
StartApplying SQLite attributes to a C# class
-
StartValid data types in SQLite
-
StartAlways open connection or not
-
StartCreating a database access class
-
StartThe CreateTable method
-
StartInserting a customer
-
StartSelecting Customers
-
StartExecuting SQL queries
-
StartUpdating a customer
-
StartDeleting a customer
-
StartControlling access to the database
-
StartDefining the main layout
-
StartAdding a new customer
-
StartUpdating a record
-
StartDeleting a record
-
StartMethods to make queries with Lambda expressions more flexible
-
StartCreating repositories to work with multiple tables
-
StartInstalling SQLite Extensions package
-
StartOne to One Relationships
-
StartCascade Insert
-
StartCascade Read
-
StartCascade Delete
-
StartOne to Many Relationship
-
StartMany to Many Relationship
-
StartSection Resources
-
-
Project: ProsperDaily
13 Lessons-
StartProject Overview
-
StartCreating and configuring the project
-
StartCreating the DashboardPage design
-
StartCreating the page to add a new transaction
-
StartCreating the statistics page
-
StartCreating the model
-
StartAdding functionality to insert transactions
-
StartAdding functionality to the Dashboard
-
StartAdding functionality to the Statistics page
-
StartJoining all the windows using Tabs
-
StartAdding formatting to transactions
-
StartFinal Adjustments
-
StartProsper Daily
-


