I just finished looking at this question: https://stackoverflow.com/questions/753122/which-cloud-computing-platform-should-i-choose
In an ASP.NET MV开发者_JAVA百科C application, what do you do when you have unique classes that aren\'t controllers, helpers or view-models?
I was just watching Scott Hanselman\'s presentation on ASP.NET MVC in San Francisco. After thinking about it for a while, I was stumped as to how to best approach building an ASP.NET MVC-based site th
I run a very high traffic(10m impressions a day)/high revenue generating web site built with .net. The core meta data is stored on a SQL server. My team and I have a unique caching strategy that invol
I\'m starting on a project that pulls data from and writes back to a legacy system database. I\'ve started on the domain model and am trying to improve this design over past systems, so I\'d like some
What is the proper way to use models from other django applications in my application? For example, should I simply go into the other application\'s models and add my functionality effectively couplin
In our application we have many Model objects that have hundreds of properties. For every property on the model:
I want to create a web app. I want to use WCF for 开发者_Go百科distributed transactions, ASP.NET at the middle, and because Flash is so popular, I want to write the front end with Flex3.
What are the examples where w开发者_如何转开发e really need 3 Tier Architecture ? Can Most of the Application which are using 3 Tier Architecture be done using 2 Tier Architecture ?
Is it possible to create a context that is accessible from a set of windows but not from a different set?