Question - What are the different code sharing techniques in xamarin.forms?
Answer -
There are two alternative methods for sharing code between cross-platform applications:
- Portable Libraries(PCL)
- Shared Projects
The goal of a code-sharing strategy is to support the architecture, where a single codebase can be utilized by multiple platforms.