Hi all, what is N tier Architecture in Dotnet ???
does any one know the diagram of N tier Architecture ? what is mean by parallel Architecture ?
i am working on one project in which i have "SampleDataGrid.aspx " page now i am have data grid control on this page i have write one database file ( .Cs ) file and using this file i am returning data set in "SampleDataGrid.aspx" page and bind my DataGrid, for this i need to include classes for Sql as ( using system.data.sqlclinet) how can i write code with out including this class in my page want to saprate all ( Web Layer,Business Layer,Data Layer )
if any one have idea pls give me answer with Code .... thanx in advance,
Regards, NIlesh Thakur.
|
| Author: veeresh 31 Jan 2007 | Member Level: Diamond | Rating: Points: 2 |
http://www.c-sharpcorner.com/UploadFile/paulabraham/Building3TierAppPA11282005053625AM/Building3TierAppPA.aspx
|
| Author: Sriman N Vangala 31 Jan 2007 | Member Level: Diamond | Rating: Points: 2 |
refer :
http://www.dotnetspider.com/kb/Article1461.aspx
|