
There are three controls, VIEW/EDIT/SETTINGS though the settings control is not used in the default functionality, it can easily be implemented with custom settings.
DotNetNuke 7 VB.Net DAL2 Compiled Module - a DAL2 module template that comes preconfigured with functionality for creating, editing and deleting items. DotNetNuke 7 C# Compiled Module - a standard DNN module with VIEW/EDIT/SETTINGS controls, and classes for the abstract and concrete data providers for the original DAL (data access layer). DotNetNuke 7 C# DAL2 Compiled Module - a DAL2 module template that comes preconfigured with functionality for creating, editing and deleting items. These templates are configured for DNN 7.0.2+ There is a DAL (data access layer) and DAL2 (data access layer 2) template for both languages. Update 1-24-2013 The 2.0 release of the ChristocTemplates project contains 4 total template, 2 for VB.NET and 2 for C#. These templates utilize the MSBuild Community Tasks project, but you no longer need to download and install that project, they ship with the NUGET package for the project which installs it into the local directory when you create a new project. You can download the source project from Codeplex if you want to modify the templates.
These templates are part of the project.
Visual Studio 2012 Project Template IntroductionThis page contains information about the DotNetNuke Project Templates for Visual Studio 2012 found in the Visual Studio Gallery.