Architecture
-
Hi All, I am new to architecture, may I know about the use of DTO layer. Please guide me, want to know more about Layers(DAL,BLL...)..where to start? Thanks in advance..
Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.com
-
Hi All, I am new to architecture, may I know about the use of DTO layer. Please guide me, want to know more about Layers(DAL,BLL...)..where to start? Thanks in advance..
Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.com
Got through the following links for the Layer based archtecture.. Click here1 Click here2
Cheers!! Brij
-
Hi All, I am new to architecture, may I know about the use of DTO layer. Please guide me, want to know more about Layers(DAL,BLL...)..where to start? Thanks in advance..
Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.com
Hi, Use n-tire architecture. First you have to create Data Access Layer(DAL), in this layer you keep your data separately. In Business Layer Access, you should keep your business logic like as defination of methods, declarations of variables etc. you can also declare properties. After this you will create User Interface/Presentation Logic. In this layer you create your user interface(forms) and connect with BAL using objects.
Farogh Haider Web developer