GeekArticles
Microsoft
ADO.NETADO.NET and the Middle Tier
Author: dotnet.sys-con.com |
Published: 13th Aug 2005 |
Visited: 566 times |
Add CommentFiled in: ADO NETMicrosoft's development tools are justly famous for their ease of use, and many developers have had the pleasure of impressing their boss with an exciting application that they knocked together in an afternoon. Many developers have also faced the disappointment of finding that the techniques they've read about and used for the single-user prototype don't easily translate to a multitiered, multiuser application.
Read Article Sponsored Links
Related Articles
• N-Tier Architecture: Data Access Layer N-Tier Architecture: Data Access Layer
In an N-Tier architecture, the data access layer consists of components that aid one in the process of accessing the database. When it is used correctly, the data access layer serves as an abstract level for the structures of the database. Simple changes that.. ...
• N-Tier Architecture: The Business Rules Layer N-Tier Architecture: The Business Rules Layer
Business Rules Layer in N-Tier Architectures
The Business Rules Layer in an N-Tier architecture is that layer that contains the Business logic and / or Business rules of the application. Reserving a separate layer strictly for Business logic in an...
V ...
• N-Tier Architecture Presentation Logic Layer N-Tier Architecture: Presentation Logic Layer
Composition of the Presentation Layer
The Presentation Layer in an N-Tier structure is commonly referred to as the “client” layer. It consists of parts that are used to present data to an end user. Examples of components on the Presentation. ...
• N-Tier Application Partitioning N-Tier Application Partitioning
Application partitioning is a vital process, as it provides one with the opportunity to clearly define an even distribution of an application’s presentation, process, and key data components – without which, you may find yourself feeling quite lost. The components...
...
• N-Tier Application Manageability N-Tier Application Manageability
While it is a fact that N-Tier applications tend to provide almost limitless scalability, the desire to change or add new forms of functionality can present a challenge in more than one arena. Growth on a large scale can make capacity planning quite hard. When...
Vi ...