Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
In a component based architecture where a large number of decoupled components communicate through a set of standardized interfaces - are there any guidelines for where-to-store / how-to-group the int
Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let\'s see a simple example:
I am starting a project to create an \"object versioning\" feature for our software (.NET 3.5 / SQL Server 2008), basically it needs to do this:
I\'ve moved to a new project team and while going over the codebase, found that the team have created a number of local web services which then get called by server code in other web pages within the
I have a program which is built on \"Entities\", which hold \"Components\" (composition FTW). Components may include many different types including scripts, assets, etc. I would like to build an Enti
In my SOA architecture, I have several WCF services. All of my services need to access the database. Should I create a specialized WCF service in charge of all the database access ?
This is something stupid I probably should know, but Googling fails me: When compiling the binary I\'m going to submit to the App Store, in the Project Info -> Build tab, there\'s an \"Architectures\
I have a BL class named:A , DTO class named:DTO . Now assume I want to add some more properties in my DTO. So I derive a new DTO class from my existing DTO and add properties to it.Below is the code:
Currently in the early stages of developing a very large project using ASP.Net MVC. At present we are using the standard format (Ie Folders for each of the Models/Views/Controllers) Allready I am sta