1

I am working on ASP.NET MVC and I need to create separate dll of all pages in project.

Let me explain what should I need. Suppose I have create controller like:

  • home.cs
  • index.cs
  • test1.cs
  • test2.cs

and view :

  • home.cshtml
  • index.cshtml
  • test1.cshtml
  • test2.cshtml

then I need to create dll like home.dll and index.dll separately of every page because of if i have publish my project after changes in any one controller that time i just need to update the changeable controller dll only.

I don't know it is possible or not but if anyone know then please suggest me ?

Thanks in advance.

Deep Patel
  • 11
  • 2
  • 2
    This seems like a very strange requirement. You could place each controller in its own project and reference them all from in your mvc project. – Igor May 20 '16 at 12:18
  • thanks for fast reply but it is possible to create dll without create own project – Deep Patel May 20 '16 at 12:22

0 Answers0