I'm new here in xamarin, so I've been studying and been curious how the .cs gets to be connected to .xaml.cs & .xaml, I've been looking at the codes and I don't really get how they are getting connected, can anyone explain to me how they are getting connected? is the InitializeComponent() method being called at the construction of .xaml.cs file has a big role about it? and how does it know that it should run the code in .cs file?
Sorry for a very newbie answer but I can't seem to get an answer by searching in google.