Click here to Skip to main content
15,906,625 members

Comments by Saneesh PK (Top 7 by date)

Saneesh PK 18-Feb-13 1:42am View    
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
Saneesh PK 18-Feb-13 1:35am View    
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
Saneesh PK 18-Feb-13 1:11am View    
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..?
Saneesh PK 13-Dec-12 10:31am View    
Thanks for the reply....It is getting executed..I have given a breakpoint on the parent page load event...but it is not hitting...that means the page is not refreshing
Saneesh PK 13-Dec-12 5:47am View    
Thanks for your reply Christian Graus....
//You need to refresh the page// How can i refresh the main page without using AJAX..?Is that possible...??