I have two database tables, subscription and transaction, where one subscription can have many transactions.The status of the subscription depends mainly on the transactions that belong to it.So if I
I came to a point where I realized that I need an intelligent solution for this problem. In my framework, there are:
I think BLL is about Data. It should not include a method called SendEmail. BLL is a place for caching data, manipulating it, doing calculations related to business. Sending email is a business proces
I find that whenever I create a layer/tier, I have to translate between one layer to the other, does that mean it is a tightly coupled system?If I was to change a business logic, remove a field in the
My Related Questions box overfloweth with functional programming questions. Having reviewed the most relevant, I\'m still curious to hear opinions on the following:
We are starting a new ASP.NET MVC project and we would like to establish a pattern of development that will allow flexibility in the UI.The general idea is that we would like to develop a set of relat
I\'m interested in getting solution ideas for a problem we have. Background: We have software tools that run on laptops and flash data onto hardware components. This software reads in a series of da
Note: When I refer to tier, I mean a physical tier. Many of the questions on this site relating to \"tiers\" are referring to logical layers, which is not what I\'m asking about.
Is it possible (and recommented) to ship a x86 app only in a x8开发者_运维问答6 msi setup which is executed as x86 app on 64 bit os / cpu?It is both possible and recommended. If you don\'t have x64 ve
Here\'s the architecture of my app: I have a data access layer in a seperate assembly, with a class containing methods such as List_XYZ, Insert_XYZ, Update_XYZ etc.All methods return or use objects f