> I am doing a Project designing all the three tiers(Presentation,
> Business and Database). In the Middle tier what patterns should be
[quoted text clipped - 3 lines]
> 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
vital - 02 Dec 2007 04:42 GMT
> > I am doing a Project designing all the three tiers(Presentation,
> > Business and Database). In the Middle tier what patterns should be
[quoted text clipped - 9 lines]
>
> Arne
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.
Thanks
Arne Vajhøj - 02 Dec 2007 04:50 GMT
> 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