Thanks you ,Michael. Your DNN Module Developer's Guide tutorial are very helpful for me .I use it as teaching material for my team.
For rodneyjoyce,This version is the same as the one I sent to you except the new C# BLL Controller Class (DAL+).cst .In which you can generate dal+ code. Today I made a liitle modification of this file ,add GetNull method in this file to prevent null parameter exception. So if someone download before,please redownload it again.
There are six template(.cst) file in zip.
LocalStoredProcedure.cst, Use to generate stored procedure which can be directly excute in sql explore
C# DataProvider.cst , generate abstract data access class
C# SqlDataProvider.cst ,generate c# concrete sql data implement
C# BLL Info Class.cst , generate business info class
C# BLL Controller Class.cst,generate business controller class(Dal method)
C# BLL Controller Class (DAL+).cst,generate business controller class(Dal + method)
So if you want the traditional Dal model ,use C# DataProvider.cst ,C# SqlDataProvider.cst ,C# BLL Info Class.cst ,C# BLL Controller Class.cst.
But if you want the new Dal+ model , use C# BLL Info Class.cst and C# BLL Controller Class (DAL+).cst.
I also like Lee Carter's version whick can generate ascx and resx files.I will see if I can convert it to c# template.And notice all above templates only test under codesmith 2.6. Don't know if it can work in the new code smith version.
Over 20 + professional dnn modules for News Article, Store, Video Gallery, Photo Gallery, Ultra Flash Player,YouTube Video, Image Slide show, Skin Chameleon and much more from
DnnModule.com