Skip to content

haevg-rz/LearnToCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnToCode

CI

Learning assets from our students and trainees.

Examples

  1. Statics
  2. MVVM Beginner Level (no 3rd party libs)
  3. CollectionViewSource - How to filter data in a DataGrid
  4. TemplateSwitching - How to switch between two DataTemplates
  5. Linq
  6. Push - Send notifications to Android and iPhone
  7. Using JSON configuration files
  8. Mocking
  9. Binary Search
  10. MVVM Bindings 🔨 (Under construction)
  11. Encryption 🔨 (Under construction)
  12. Gherkin
  13. WPF Binding Performance
  14. UserControls
  15. Using multiple windows in WPF apps

Contribute

How these pattern to create a visual studio solution.

Create a WPF Application

Go in the new folder for your example.

dotnet new sln
dotnet new wpf
dotnet sln add .
dotnet build

Create a class lib

Go in the new folder for your example.

dotnet new sln
dotnet new classlib
dotnet sln add .
dotnet build

About

Learning assets from our students and trainees

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published