forked from Bukinnear/TimeTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExternal Resources.txt
More file actions
36 lines (36 loc) · 1.31 KB
/
External Resources.txt
File metadata and controls
36 lines (36 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*REFERENCES
*
* Data Binding
* https://www.wpf-tutorial.com/data-binding/introduction/
*
* Implementing OnPropertyChanged (Updated for .NET 8)
* https://learn.microsoft.com/en-us/dotnet/desktop/wpf/data/how-to-implement-property-change-notification
*
* CSVHelper
* https://joshclose.github.io/CsvHelper/getting-started/
*
* DataGrid Post-Editing Event
* https://stackoverflow.com/questions/3938040/wpf-datagrid-row-editing-ended-event/49948858
*
* Embedding DLL/references
* https://stackoverflow.com/questions/189549/embedding-dlls-in-a-compiled-executable
*
* Handling/Validating Text Input
* https://stackoverflow.com/questions/1268552/how-do-i-get-a-textbox-to-only-accept-numeric-input-in-wpf
*
* ICommand and MVVM:
* https://learn.microsoft.com/en-us/dotnet/desktop/wpf/data/commanding-overview
*
* Deleting records from datagrid:
* https://social.msdn.microsoft.com/Forums/en-US/84fd9b20-33d8-428a-8e44-8df7992a9d4c/datagrid-delete-row?forum=wpf
*
* SQLite in C# (.NET 8 with EF Core)
* https://learn.microsoft.com/en-us/ef/core/providers/sqlite/
* https://learn.microsoft.com/en-us/ef/core/get-started/overview/first-app
*
* Entity Framework Core 8
* https://learn.microsoft.com/en-us/ef/core/
*
* CommunityToolkit.Mvvm
* https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/
*/