Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
HI ,

I want to develop a web based project for an Insurance project.More than 200 users will be logged same time .I want to use 3 tier architecture and WCF.(Presentation->WCF->BLL->DAL).Which design pattern i can use for this project and how can i implement it?Please help me out.

Thanks in Advance
Posted
Updated 17-Feb-13 19:03pm
v2
Comments
Kishor Deshpande 18-Feb-13 1:07am    
To know which pattern should be used, you should be aware of all system specifications/ needs.
So can not be answered in short, needs more explanation.
Saneesh PK 18-Feb-13 1:42am    
Thanks for your reply.

My project is like this , An insurance agent company ,which have many branches, they can issue policies of different insurance companies.Each branch will have many number of users .Tthe application follows the architecture as shown below
Application->WCF->BLL->DAL.

Aplication and WCF will be hosted on a single server.Hope these informations sufficient for you..
Regards
Saneesh

1 solution

It totally depends on your application. You are talking about architectural patterns (not exactly design patterns); and the architecture is dictated mostly by your application goals, as well as the whole decision to use ASP.NET, WCF or other technologies. Not the other way around.

—SA
 
Share this answer
 
v2
Comments
Saneesh PK 18-Feb-13 1:11am    
Hi Sergey Alexandrovich,
Thanks for your reply.
Iam clear about architecture.I want to know the use of using design patterns and its advantage,and which design pattern can be used for a project like this..?
Sergey Alexandrovich Kryukov 18-Feb-13 1:17am    
Like what? Without it, your question makes no sense. No, you are not "clear about architecture", otherwise you knew what architectural pattern to use. After all, read about then...
—SA
Saneesh PK 18-Feb-13 1:35am    
My project is like this , An insurance agent company ,which have many branches, they can issue policies of different insurance companies.Each branch will have many number of users .Tthe application follows the architecture as shown below
Application->WCF->BLL->DAL.

Aplication and WCF will be hosted on a single server.Hope these informations sufficient for you..
Regards
Saneesh

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900