Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Latest commit

 

History

History

Readme - Code Samples for Chapter 33, Windows Apps

The sample code for this chapter contains this solution:

  • HelloWindows (Startup, MainPage, events)
  • IntroXAML
    • DataLib (library used by Windows App)
    • XAMLIntro (elements and attributes)
    • DependencyObjectSample (dependency properties)
    • RoutedEvents
    • AttachedProperty
    • MarkupExtensions
    • CustomMarkupExtension
    • ConditionalXAML
  • ControlsSamples (Viewbox, TextBox)
  • ParallaxViewSample
  • DateSelectionSample (CalendarView, CalendarDatePicker, DatePickerFlyout, ProgressBar, Slider)
  • DataBindingSamples (compiled binding)
  • PageNavigation
  • NavigationControls (Hub, Pivot, NavigationView)
  • LayoutSamples (Grid, VariableSizedWrapGrid, RelativePanel, Adaptive Trigger, deferred loading)

extra:

  • ReflectionDataBindingSamples (Binding)

All the samples of this chapter need Windows 10 and Visual Studio 2017.

To build and run the Windows 10 samples, please install:

  • Visual Studio 2017 Update 5 with the .NET Core workload Universal Windows Platform Development.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!