Learning assets from our students and trainees.
- Statics
- MVVM Beginner Level (no 3rd party libs)
- CollectionViewSource - How to filter data in a DataGrid
- TemplateSwitching - How to switch between two DataTemplates
- Linq
- Push - Send notifications to Android and iPhone
- Using JSON configuration files
- Mocking
- Binary Search
- MVVM Bindings 🔨 (Under construction)
- Encryption 🔨 (Under construction)
- Gherkin
- WPF Binding Performance
- UserControls
- Using multiple windows in WPF apps
How these pattern to create a visual studio solution.
Go in the new folder for your example.
dotnet new sln
dotnet new wpf
dotnet sln add .
dotnet build
Go in the new folder for your example.
dotnet new sln
dotnet new classlib
dotnet sln add .
dotnet build