Naming Conventions of methods and variables

V

vital

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)

Thanks.
 
A

Arne Vajhøj

vital said:
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)

Follow MS recommendations:

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

Arne
 
A

Arne Vajhøj

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

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

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top