|
|
|
|
|
|
|
|
Wednesday, March 10, 2010
|
|
|
|
|
|
|
|
|
|
|
|
|
Using DNN to take Advantage of GoDaddy Domain Names Let's face it, GoDaddy is cheap. Pay for the hosting services and the domain names are $1.99, not a bad deal. And even without hosting services, you can pick up domain names for as low as $6.99. Put ...
Find this article and more in the category
Read This Article . . .
How To Customize the Privacy and Terms Links on Your DotNetNuke Portal Straight out of the box, DotNetNuke already has a lot of things covered. But, what do you do when you are ready to begin customizing your site. Sometimes, it’s not so easy to figure out how to make t...
Find this article and more in the DotNetNuke category
Read This Article . . .
Customize Your DotNetNuke Installation Do you ever get tired of installing DotNetNuke just to go and change the same properties over and over? Why not just customize your install and skip the drudgery all together…
Find this article and more in the category
Read This Article . . .
Everything You Never Wanted to Know About the Config File This is the "pre-" first installment in a series that will cover the parts of the web.config file to give you an idea of how to manipulate and customize your DotNetNuke portal. The web.config fi...
Find this article and more in the category
Read This Article . . .
Creating new DotNetNuke HTTP Alias Records Setting up DotNetNuke to handle serving requests for Portal Alias records is a breeze. You can use these records to direct your site to handle requests for multiple domain names to one website with ...
Find this article and more in the category
Read This Article . . .
How to Install and Configure ActiveDirectory Provider for DotNetNuke 5.0 The directions for installing and configuring extensions in DotNetNuke 5.0 are very similiar, but slightly different than from previous versions. Here's how to install the ActiveDirectory authentica...
Find this article and more in the category
Read This Article . . .
Fixing IE's Hover Problems in DNN So you have designed a great skin, skin object or module for DNN and it uses the :hover attribute and looks fantastic in Firefox. Now, you find out that nothing works in IE because IE doesn't suppor...
Find this article and more in the category
Read This Article . . .
How to Install DotNetNuke 5.0 Cambrian and Video This video tutorial covers installing using the Custom installation option, with SQL Express and also an external SQL Database. Find out more about which package to download and how to kick off the ...
Find this article and more in the category
Read This Article . . .
DotNetNuke 5 Cambrian Extropy Skin Features and Limitations The new DotNetNuke Extropy skin looks very cool from a distance...leaps and bounds above the old default blue skin. But, it's got some limitations you should know about upfront.
Find this article and more in the category
Read This Article . . .
Converting a CSS Template To a DotNetNuke Skin Creating DotNetNuke Skins can be a time consuming task. But, it's really not that hard and it doesn't have to be if you can use templates to help get started. Why not convert some free templates from...
Find this article and more in the category
Read This Article . . .
|
|
|
|
|
|
|
|
|
|
|
|
These FREE CodeSmith templates for DNN 4.x have been enhanced to provide an even easier experience for you to generate your Data Access Layer for DotNetNuke development.
In this download, you'll find:

DNN Controller Class Generator Template
Class Setup
- Configure Basic CRUD Operations with Prefix Options
- Namespace Setup
- StripText
- optionally strip text from your table names to build the class names. For example, if your table were named VE_MyTable, you could use "VE_" as the StripText and the generated class names would be "MyTable". If you use the StripText on your Info Class Generator Templates, you should use the same text here or the classes will lose their "connection" to each other.
Context
- Select the source table to base the Controller Class on
Options
- Choose to include Controller Methods to Delete, Get, Insert, List, Update objects
- Choose to include code structure for DNN API implementations of ISearchable and IPortable

DNN Info Class Generator Template
Class Setup
- Namespace Setup
- StripText
- optionally strip text from your table names to build the class names. For example, if your table were named VE_MyTable, you could use "VE_" as the StripText and the generated class names would be "MyTable". If you use the StripText on your Controller Class Generator Templates, you should use the same text here or the classes will lose their "connection" to each other.
Context
- Select the source table to base the Controller Class on

DNN Stored Procedure Generator Template
Context
- Select the source table(s) to base the stored procedures on. Once you have created your base tables, you can select one or more at a time, and the template will generate all the basic CRUD operation proedures for you. (Get, List, Create, Read, Update, Delete) for each table.
Options
- Namespace Setup
- StripText
- optionally strip text from your table names to build the class names. For example, if your table were named VE_MyTable, you could use "VE_" as the StripText and the generated class names would be "MyTable". If you use the StripText on your Controller Class Generator Templates, you should use the same text here or the classes will lose their "connection" to each other.
Sproc Setup
- Select the prefix names that you prefer to use for your CRUD operations. Some people like "Get" some prefer "Fetch". Some like "Create", some like "Add". You pick your preference!
- Also, you can optionally add an object Qualifier. Thiswill be appended to the beginning of each procedure. This does not replace the required " {databaseOwner}{objectQualifier}" required by DNN development guidelines. Please note, this is already included as part of the template)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|