We are developing a large applications which are related to business. You can find these applications similar to some ERP, CRM, etc.
We are writing an ASP.开发者_StackOverflow社区NET MVC application and every once in a while we need to add a string to a description or a note that is not generated by the UI to a database record.For
I need a bit of guidance here. I have a WCF service that is part of a larger solution. Currently, too many assemblies must be referenced by an end-consumer due to inheritance issues. For example, he开
I\'m wondering how exactly to perform a 3-way join using the following structure (much simplified) **Table 1:**
Let\'s say I have an account creation form, which fills a user database. Let\'s say this database table has 6 columns: UserID, UserLogin, Password, Email, Demographic1, Demographic2.
I\'m not very familiar with the MVC pattern. Could you tell me which one of the following three controller actions is better? Thanks :)
What is the best way and why? V1: try { var service = IoC.Resolve<IMyBLService>(); service.Do(); } catch(BLException ex)
I\'m working on a project which has basically three layers: Presentation, business and data. Each layer is on a different project and all layers use DTO\'s defined in another project.
I just found web2py a couple days ago, and have been reading the documentation and through the source of a few example applications. I want to start programming more in Python. It seems that my take o
I\'m trying to figure out the best way to build an easily maintainable and testable architecture. Having gone through several projects, I\'ve seen some pretty bad architectures and I want to avoid mak