Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 587 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 587 Bytes

ImageToPdf

Simple .NET application to convert and merge images into pdf files

Goals

Tools:

  • Set up a project board
  • Set up Github Actions

Programming:

  • Use C# in a small project
  • Use MVVM Cross to apply the MVVM architectural pattern
  • Design the graphical user interface using WPF

Improvements

  • Add much more tests
  • Add error handling in the ViewModel
  • Remove duplicate code in the View.xml
  • Select and apply a coding guideline / best practice guide