I have a Xamarin solution with 4 project inside, PCL, Android, IOS and UWP.
This is my PCL'structure:
I would like to know if any classes that I created must be on the same namespace es. SgatMobileV2
, or in a different namespace es. SgatMobileV2.Behaviors
, SgatMobileV2.Helpers
, SgatMobileV2.Models
etc..
There are differences between this two method? If yes, what should be the best one?
Thank you!