Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi. all
I want to create a windows applicatoin in which one is database server and the other is client. which architecture is preferable for me 2 tier or 3 tier? Please give me the detail how to craet the code and where i can create the database and please give me all the detail.
Posted

1 solution


  1. The architecture is dependant on requirements.
  2. Use Visual Studio to create the code, start the project by going to the File menu then selecting New then Project.
  3. You can create the database using Sql Server either the full or express edition will do.


If you do not know how to do any of the above then you have quite a lot of studying to do, I would suggest starting with a good book.
 
Share this answer
 

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