creating windows application using 3tier architecture

Posted by Saritha.Rajeshkumar under C# on 6/27/2013 | Points: 10 | Views : 3105 | Status : [Member] | Replies : 1
Hi Sir/Madam,

Iam Saritha i want to create a windows application using 3tier architecture. As am developed web application but am new to windows application please let me know complete procedure for creating a windows application using 3tier architecture.




Responses

Posted by: Raj.Trivedi on: 6/27/2013 [Member] [MVP] Starter | Points: 25

Up
0
Down
Hello Saritha

3 Tier application are divided into 3 parts

1.Business Logic
2.Data Access
3.Your Page

In business you can define properties and variable

in Data Access you can mention your Crud operations

in Page you can get them from data and business

Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved

Saritha.Rajeshkumar, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response