Folks,

Is there a recommended naming convention for files and folders in ASP.NET? If so, what it it? Is it CamelCase?

So far, I've found this thread on the native ASP.NET forum. But it doesn't sound very helpful. Some people say "meh, naming convention is not that important", others reply "no, naming conventions are important" but don't say what the recommended convention for ASP.NET actually is.
Of course, I can use standard VB notation for variables and method names inside the files.

Any suggestion, insight or reference is really appreciated!

Cheers,
- Nick