If we will have to chose any one architecture patter开发者_如何学Pythonn for web application in .Net, which one will be the best, MVC or 3 tier, How to decide ?Jeevan,
Currently I\'m building quite a large app with flex4+robotlegs+as3signals+google app engine based on python.
I\'m investigating a new project which will be a social networking style site. I\'m reading up on RavenDb and I like the look of a lot of its features. I\'ve not read up on nosql all that much but I\'
I am designing an interface for my project and curious if the idea can come true or not. Here is the situation,
I am currently struggling with whether or not I\'ve achieved a good level of separation, or if I\'ve missed the point somewhere, as I am relatively new to learning the disciplined side of development.
I am a PHP Programmer and willing design my own architecture to wor开发者_JAVA技巧k on please suggest me what do i need to design the architecture for any project in PHP?I guess the most important thi
I am wondering if the Presenter in Model-View-Presenter is allowed to do logic/actions that are non-UI centric? Is MVP solely for UI and data or can I开发者_Python百科 use it for a project where I nee
So I\'m working on expanding the uses of items over at www.ninjawars.net, and I\'m not exactly sure how to represent them flexibly in the relational database that we use.
My question is how to best handle temporary data for an session. The scenario is similar to a shopping cart or like a bet slip. While the user is navigating the site and adding items with unique ID\'s
I am sorry for my question may looking a old repetitive questions but I as I am starting Linq to SQL I want to discuss how many layers (architecture) should I use ?