I have a couple of similiar ASP.NET MVC projects (solutions). These projects have several identical Controllers/Views and _Layout (MasterPage). I would like to distinguish these identical elements into separate reusable project. Is it possible to create such reusable project in ASP.NET MVC? And which techniques I have to use for it.
Thank you in advance.