Groups | Blog | Home
all groups > c# > december 2007 >

c# : Naming Conventions of methods and variables


vital
12/1/2007 8:26:00 PM
Hi,

I am doing a Project designing all the three tiers(Presentation,
Business and Database). In the Middle tier what patterns should be
used and how should I use one.

In Middle tier C# programming I want to know what is the standard way
of naming methods and variables. I know methods should be used with
Verb and Pascal Case. (ex: GetAllTasks)

vital
12/1/2007 8:42:35 PM
[quoted text, click to view]

Hi Arne,

I also asked about
In the Middle tier what patterns should be used and how should I use
one.
Do you know about it.

Arne_Vajhøj
12/1/2007 11:36:56 PM
[quoted text, click to view]

Follow MS recommendations:

http://msdn2.microsoft.com/en-us/library/ms229002(VS.90).aspx

Arne_Vajhøj
12/1/2007 11:50:43 PM
[quoted text, click to view]

That depends a lot on what your middle tier is doing !

AddThis Social Bookmark Button