.Net Core AspnetCoreStarter vs AspnetCoreFull

Here, we understand basic difference between our AspnetCoreFull and AspnetCoreStarter package versions.


AspnetCoreStarter

AspnetCoreStarter is a minimal template from where you can start your project quickly instead of removing stuff that isn't needed. Below are quick notes on the starter-kit:

  • Simple Navbar
  • Simple Footer
  • Two sample pages

Use it if you don't want to clutter your project with extra libs which aren't required. You still need to streamline all the dependencies from package.json file. We have taken care of cleaning up unnecessary code . You can just copy components from full version into the starter kit it should work 😍.


AspnetCoreFull

This setup has all the things which you can see in the live demo. Except for that red Buy Now button 😅.

With this, you have to remove things that you don't use or replace them with your content.


Conclusion

According to us, AspnetCoreStarter is easy to get started with minimal setup and our folder and code structure will help you add libs support in AspnetCoreStarter more easily than ever. Still, if your project becomes easy with the AspnetCoreFull package, go for it.

© 2017- ThemeSelection, Hand-crafted & Made with ❤️