Category: DotnetNuke

  • DotnetNuke Installation Process

    Introduction: DotnetNuke is a web content management system (CMS) based on Microsoft .NET for building websites with dynamic content. DotnetNuke is written in C#. Though DNN has professional and enterprise editions, community edition is open source. DNN comes with its core modules and many of them are very helpful to fast development. You can extend…

  • How to setup Module to Module communication in DotnetNuke

    Are you building modules in DotnetNuke? Is one module depends on another module? Want to exchange data between modules? Here we can discuss how to set up Inter Module Communication in DotnetNuke. In DNN, with the help of IModuleCommunicator and IModuleListener interfaces we can setup the communication between the modules. Here I would like to…