I was wondering how I can save a user control the same way we can save a C # class in a DLL file and import this file whenever we need to use this class. How can we import this control and use it. It would be nice if we could create custom controls and save them for reuse instead of copying xaml and code every time we had to use it.
source share