I created an area for the registration / signing process of our site and I wonder how I can reuse this area in another project in the most efficient way, keeping the code in the same place. The code consists of controllers and views.
Can I somehow generalize all this to another project so that I can include dll on both websites?
source
share