For a view, there are corresponding .xaml and a .xaml.cs files. How are these files related?
I'm super new to xaml - I think I see dynamic placeholders in the .xaml files, but with explicit references to files as sources other than the corresponding .cs file. I think I see controller-view behavior, where user interaction triggers state changes on the view comparable to Javascript/CSS UI interactions.