Base solution for your next web application
Open Closed

Question about Blog Module #2677


User avatar
0
bilalhaidar created

Hi, I saw today the Blog Module on GitHub. It is developed as having its own .Core, .Application, etc. projects.

  1. Is this a best practice way of developing new modules on top of aspnet boilerplate framework?
  2. Following the same method of adding new module, makes upgrading framework files easier?
  3. Is it a must to add nuget also? If not, what should be done just add normal reference to class library dll?

Thanks Bilal


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    1. Yes, you can think it like that.
    2. Since our projects are template based, it is not esy to upgrade them. So, don't think this is a solution for upgrading your solution. This is for developing modular applications.
    3. It is a best pactice to use nuget if you can, but sometimes it might not be possible.