| Author: |
grandOPUS |
| Created: |
8/10/2005 2:19:21 PM |
| Last Updated: |
8/24/2005 9:56:03 AM |
These VB.NET templates for DotNetNuke build the Info, Controller, DataProvider, SQLDataProvider and SQL Stored Procedures for your custom DotNetNuke 3.1.0 modules. (Much credit goes to Dave A-W for his C# templates on which these were based.) Much thought went into the Namespaces of these templates. The possible combinations of DotNetNuke versions, languages, and developers will all converge into one big mess if not organized well. There had to be some way to avoid confusion in the Template Browser. Updated: - 8/17/2005
- Added IPortable methods to Controller
- Added ChangeState property to Info class for manually setting Added, Edited, Deleted, Unchanged states of an object. This is good for buffering changes to detail items on a header/detail edit screen.
- Fixed DataProvider error loading provider assembly
- 8/15/2005 - Allow user to include/exclude Insert, Update, Delete, Get, List and Foreign Key methods.
Let me know if you have suggestions or requests for extending these templates. I'm also toying with the idea of UI templates. Happy coding! John
|