Fast
Intuitive 1-2-3 process makes building modules extremely fast
DNN Review Compliant
The DNN Review Program documentation shows that modules created with DNNMB should easily pass the code review of the DNN Review Program.
Creates All Files in 3-tier architecture
All files generated by DNNMB conform to the 3-tier architecture (DAL, BLL, PL) used and recommended by DNN
PA or .NET Project folder
Create either an installable/distributable PA (Private Assemby) file or a project folder that can be put into any .net web development tool for modification
Create and manage tables
Manage table from within DNNMB. Updated modules adjust your Sql tables accordingly.
Import fields from existing tables
Reuse tables you've already created, or use DNN Core or Module tables as templates for a new table.
Custom Tag Engine
Every module is created with a custom tag engine that allows you to template the look and feel of the module after installation. Reuse the same module over and over, giving each instance a unique look and feel.
Manage Data field sorter
Easy control over data record sorting
Interactive
Make modules interact with one another in order to create application like functionality on your site.
Populate Option
Easily populate choice selector type controls (dropdown, radiobuttonlist, etc.) with values from a Sql Table, another module or a manually created list.
Applicate
Take several modules and "applicate" them to make robust custom web applications. Many to one module relationships are a breeze.
Much, Much More...