I\'m interested in creating a desktop application composed of modules such that the source code to those modules is embedded in the application itself, allowing the user to edit the application as the
How would you structure a large project with most of the business logic already inside stored procedures?
Let\'s say I\'m implementing my own version of Scrabble. I currently have a Board class that contains lots of Squares. A Square in turn is composed of a IBonus and a Piece. The bonus implementations a
I find one of my weaknesses to be applying the theory I know in actual projects. One such theory is application design. I have never formally designed an application before beggining to code. I am dev
I\'m just starting with .NET data storage and I\'m confused by so many different technologies... This is a learning project. You don\'t need to 开发者_JAVA技巧go on reading, I need to make an architec
i am about to develop a small application that should consist of a server and a rich client. so far i will follow the following design guidelines:
Picture an organization with many departments and systems, many of which must share data. For example, one deparment/system is responsible for updating customer data but many departments/systems must
I have a list of events that i need to fire when a user takes an action and an event manager that fires these events.
as we know that 3-tire Architecture consist of Presentation tier , business logic and data base tier the business rules (like : stored procedures , triggers ...) are stored in data base开发者_运维技巧
Suppose you have an application that consists of two layers: A: A data layer that stores all the data loaded from a database or from a file