I know that there are many different architectures exist. In this question I consider 3-tiers architecture (presentation-services (busyness logic)-data access layer (DAOs). And I want to concentrate o
I was just wondering how woudl the database structure of NING would be. would it be creating seperate tables for each of the site created in it?
First of all i will describe current state: Server consists of several WCF services, hosted in one or several win services ondiffirent machines.
So, i\'m attempting simple card game. I have player \"class\" with draw function, and public members deck and hand, both are Arrays.
I am restructuring a classifieds MySQL db where the different main sections are separated into separate tables. For example, sale items have their own table with unique ID\'s, jobs have their own tabl
Within my department we have around 20 or so applications which use direct JDBC to obtain similar sets of financial data from the same database. I\'m looking at introducing a Service to expose this fi
I am getting confused between domain/application logic and User Interface logic.To illustrate what I am trying to nail down, I will describe an imaginary program below for illustration purposes:
Something I\'ve noticed from looking at multiple .NET starter kits is that business object cons开发者_StackOverflow中文版truction is often handled at the client level. Then, the business object is pas
I am helping a company with a software package that will flexibly support multiple deployment scenarios.The package is written with .NET, has a well defined BLL, and utilizes SQL Server for the databa
I am looking to write some webservices. What defines one unit of \"service\". I note that as apart of one project you can have multiple .svc service files.