how to code as the way of 3 tire architecture?
-
Hello, i can write code and all, but i could not frame my application or coding as per the 3 tier architecture, i just do everything under the same form, how do i frame everything to make 3 tire architecture..?
self confidence+hard work=SUCCESS
-
Hello, i can write code and all, but i could not frame my application or coding as per the 3 tier architecture, i just do everything under the same form, how do i frame everything to make 3 tire architecture..?
self confidence+hard work=SUCCESS
Hi MS Lee, Firstly, you have to create a blank solution, then you would add a UI project that would be the interface to the users. After that you can add (dll output class library) projects for each desired tier i.e. data access tier, business logic tier etc. Here is an article that might help you; http://en.wikipedia.org/wiki/Multitier\_architecture Good luck :)
-
Hi MS Lee, Firstly, you have to create a blank solution, then you would add a UI project that would be the interface to the users. After that you can add (dll output class library) projects for each desired tier i.e. data access tier, business logic tier etc. Here is an article that might help you; http://en.wikipedia.org/wiki/Multitier\_architecture Good luck :)