eramgarden
Well-known member
- Joined
- Mar 8, 2004
- Messages
- 579
I was reading this tutorial:
http://www.asp.net/learn/dataaccess/tutorial02vb.aspx?tabid=63
He has :In a real-world application, the BLL should be implemented as a separate Class Library project; however, for these tutorials well implement the BLL as a series of classes in our App_Code folder in order to simplify the project structure
I know we want to have a 3-tier design. At my last job, it was .net 1.1, the vendor had 3 projects in the solution and they used "Visual Basic Building Blocks/BusinessFacade/dataAccess" etc. They had 3 projects one with "common" functionality .
Question about the structure of code: in 2.0, theres App_code and that article mentions Class Library. Now, if I want to use Class Library, should this go in APP_code? Just need some general ideas about how to structure the 3 tiers..
http://www.asp.net/learn/dataaccess/tutorial02vb.aspx?tabid=63
He has :In a real-world application, the BLL should be implemented as a separate Class Library project; however, for these tutorials well implement the BLL as a series of classes in our App_Code folder in order to simplify the project structure
I know we want to have a 3-tier design. At my last job, it was .net 1.1, the vendor had 3 projects in the solution and they used "Visual Basic Building Blocks/BusinessFacade/dataAccess" etc. They had 3 projects one with "common" functionality .
Question about the structure of code: in 2.0, theres App_code and that article mentions Class Library. Now, if I want to use Class Library, should this go in APP_code? Just need some general ideas about how to structure the 3 tiers..