GeekArticles
Microsoft
C#Application Architecture - Driving Forces, Approaches and Implementation Considerations
Author: codeproject.com |
Published: 13th Feb 2008 |
Visited: 103 times |
Add CommentFiled in: CSharpThis article discusses various driving forces, approaches and implementation considerations, involved in deciding the application architecture. There is no rocket science here - the whole objective is to aid you to decide an architecture that may suit your scenario.
Read Article Sponsored Links
Related Articles
• Open Source C++ B+ Tree Implementation Template based B+ Tree
B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...
• Building a .NET Console Application for Scheduled Tasks This article walks you through the process of building a simple .NET command-line application that is designed to be scheduled to execute. The sample application will send an HTTP request to a web server and send the returned HTML as the body of an email message. Once the application is complete, ...