so I have an application that is processing a large text document which is composed of many logical documents. Say for eg it has 200,000 logical documents. Right now I read one logical document and d
I\'ve been reading too much probably and am suffering from some information overload. So I would appreciate some explicit guidance.
I have 3 csprojs in my web application: UI.Web Bll.Web DAL.Web UI.Web references Bll.Web and Bll.Web references DAL.Web.
Lets say a website sells products and wants to allow discounts using coupon codes. What is the best way to structure this? Here\'s what I have in m开发者_如何学JAVAind, can you confirm that this is a
I want to design 开发者_JAVA百科a web application whose only interface is json i.e. all the http requests receive responses only in json format and dont render any html on the server side. All the for
There are so many tutorials that teach us to use for example some ORM directly with database, but in real life i cant remember a big project that was working directly with database and not with servic
My previous question made me think again about layers, repository, dependency injection and architectural stuff like this.
Why the second layer in 3 layer mod开发者_开发问答el known as \"Business\" layer? Because the business logic resides there. That is - the logic that is specific to the business scenarios.
I\'m looking for a few good podcasts for MVC3 and related architecture and also best practice and design patterns?
We are currently evaluating CQRS and Event Sourcing architectures.I am trying to understand what the maintenance implications of using this kind of design are.Two questions I am struggling to find ans