When you have a system of multiple application, web services and windows s开发者_开发问答ervices, which is better option?
I have a high performance system (well I think, but not yet there 100% ) written entirely in C# and I think I have made some big architectural mistakes while designing. The reason is that it is not ea
I am using DTOs (Data Transfer Objects) to transfer information between the different layers of my application.
At what point (if at any) does it make sense to take some of the features of a .NET web application and split them into separate web services?
When implementing Domain events should the event handlers be only used for purely domain concerns; something that you would discuss with the business experts, or are they open to be used by anything t
Can anyone tell me , What is architectural pattern or way th开发者_C百科e best for using multi threading in High Load System?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
As I\'m working through my first large project with an ORM, I\'ve started to realize that the ORM will be a big impediment to creating domain objects that are expressive and that convey intent.
I\'m working now on a multi-tier project using .Net which has layers as following : DAL BLL GUI Layer and Shared DTOs between BLL and GUI layers.
Lets say I have an entity called User which has many Posts. My service looks like this for the deletion of a post: