I\'m looking for a good way to prevent the scenario of the page calling itself repeatedly. I have a page, that to be rendered needs to make an HTTP request to an RSS feed.If the URL to that RSS feed
I am struggling a little coming to grips with the OTP development model as I convert some code into an OTP app.
It is recommended to have one repository per aggregate. However, I have a case where the same aggregate object can be fetched from 2 heterogeneous data stores. For the background, that object is:
I want to create a web-portal (for managing hotel tasks), which should be accessible from the local network. As a Front-end technology I chose the Silverlight. On the back-end a some DBMS should be ru
I hall, I need your opinion on what is best in the following case. I h开发者_开发知识库ave a hierarchic 2 level events class from a website (A and B are base class), this is coded in a framework dll
I\'m into a little migration from traditional DataSets and of course continue go through BL. How do best I create a single class in BL that\'s acts like a transparent class, for data that are requeste
I\'m tring to create a class which does all sorts of low-level database-related actions but presents a really simple interface to the UI layer.
When I try my pocos from the application layer, it screams for a missing reference to DAL (where the entity framework belongs).
Typically when an application is deployed on a server farm, it has a central database, one or more application servers and one or more web servers.
I have to implement the following high-load application: Users send images to a web-server via browsers. Server should process images and send results (several strings) to user\'s browsers back. Res