0
bilalhaidar created
Hi, I saw today the Blog Module on GitHub. It is developed as having its own .Core, .Application, etc. projects.
- Is this a best practice way of developing new modules on top of aspnet boilerplate framework?
- Following the same method of adding new module, makes upgrading framework files easier?
- 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)
-
0
Hi,
- Yes, you can think it like that.
- 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.
- It is a best pactice to use nuget if you can, but sometimes it might not be possible.