I recently created an open-source module for the DNN8 Module Challenge that I thought would make a great DNNHero topic. The module is called LogAnalyzer which will analyze and create a rollup report of your DNN’s log4net logs. Since this process can take a long time, I use SignalR to give constant updates to the UI so the user knows it is running. Some cool things you will learn in this tutorial:
- Avoid the pitfalls of configuring SignalR in DNN8
- Learn about well-designed knockout and javascript code
- See a working MVC implementation for DNN8 with module settings, manifest, and build process
This is part 3 of 3.