I am planning to rewrite a current system that I previously worked on a portion of. I am doing this as a learning exercise. Below is a description of the old system, basic architecture of the new syst
I have a simply Class that is intended to be a simple POCO- it just holds data. With one exception: It contains a Collection of Notes. I want to lazy-load this collection so that I don\'t have to fetc
I hope this isn\'t too subjective. I can\'t decide between these two design opportunities. I have a Front Controller pattern. When the user surfs to a specific URL, my framework loads a specified Vie
I recently worked on an app in a very interesting environment. There was 6 or 7 parallel levels for this application and only the 1st 2 levels were able to be touched by developers. As part of the com
I\'m building a multiprocess architecture that seems to be a strange meld of a pipeline and a chain of responsibility.Essentially, I have a chain of handlers linked up by queues.Each handler will rece
I have been working at a few different com开发者_StackOverflow社区panies now and every one has different rules about how to name classes and packages. They each have different package layouts and work
I\'ve an enterprise database store used by some rich applications and a website with it own database store.
In a layered architecture, y开发者_StackOverflow社区ou have a presentation layer, logic layer and data layer.
To implement a server supporting clients using web sockets, do servers keep an open H开发者_JS百科TTP connection with each client?How can this scale?
in page_load I fill a drop down with values from db. by clicking a button I like to insert the selected value of the dropdown into my db.