Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Lately, I\'ve been exploring what\'s the best way to organize presentation layer of ASP.NET MVC application when underlying Model is complex. What came up till now is MVVM architectu开发者_如何转开发r
I\'m having an internal debate about where I should handle checking for changes to data and can\'t decide on the practice that makes the most sense:
As it currently stands, this开发者_运维百科 question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
Currently im developing a server for satelite monitoring of objects. In its current state it is very effici开发者_Python百科ent and stable in hi load scenarios.
When I draw a network diagram with, say, browser A communicates with http-server B which talks to a database C, I draw the nodes for A, B and C and edges between A and B and between B and C. Then I wa
I am using \"Single data context per atomic operation\" approach while using Linq to Sql in an ASP.NET MVC application.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am designing a product management system. I am wondering the best way to handle a large amount of variation in each Action/View in my application. The app handles 20 categories and 12 Target Markets
In my application I use my Data Access Layer (DAL) to generate Plan Old CLR Objects (POCO’s) which get sent to my Business Layer (BL).The BL then uses Model View ViewModel (MVVM) pattern to create ob