naming convention

HibHennyelisa

New Member
Hi,<BR>Are there any good naming conventions out there for all the new .NET files? I'm trying to get a good standard convention. For example ascx and aspx files are obviously different. Many of my aspx pages call ascx files but I don't want them to have the same name.<BR><BR>For example:<BR>My accessDenied.aspx page consists of a header, footer and accessdenied content ascx files.<BR><BR>accessDeniedContent.ascx just seems too long.just as you would in any other program. You could also move the controls to a usercontrol directory, that helps me out, and scripts to a scripts directory and so on.You can organise things in folders and matching namespace
 
Back
Top