.

.

Labels

Contributors

Sunday, 29 July 2012

Sysinternals Suite

Sys internals Suite Download Sysinternals Suite(12465 KB)The Sysinternals Troubleshooting Utilities have been rolled up into a single Suite of tools. This file contains the individual troubleshooting tools and help files. It does not contain non-troubleshooting tools like the BSOD Screen Saver or NotMyFault.The Suite is a bundling of...
read more

N-Tier Architecture: The Business Rules Layer

N-Tier Architecture: The Business Rules LayerThe 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 N-Tier architecture is a major advantage, in that any changes that need to be...
read more

N-Tier Architecture Presentation Logic Layer

N-Tier Architecture Presentation Logic LayerThe 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 Layer might include edit boxes, labels, text boxes, grids, buttons,...
read more

N-Tier Application Partitioning

N-Tier Application PartitioningApplication 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 may be distributed over several different...
read more

N-Tier Application Manageability

N-Tier Application ManageabilityWhile 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 available resources have been exhausted...
read more

What is N-Tier Architecture?

What is N-Tier Architecture?IntroductionThis is the first in a series of articles exploring the world of n-tier architecture in terms of the Microsoft .NET platform and associated framework. The first of these is meant as an introduction to n-tier architecture and as such tries to explain the reasoning behind developing applications...
read more