I have a method in a class that performs several tasks (calling other methods, etc). The whole process can have along the way some errors or problems, but this doesn\'t mean that the process is aborte
There is a recommendation that transfer objects should not contain object references to other transfer objects. Instead, they should use the primary keys of the other transfer objects as foreign key f
How would you implement an APNS server that checks for new email and sends a push notification to an iPhone when one is detected?I am wondering more at an architectural level.For the sake of simplicit
I know a typical configuration of lexer and parser, where the lexer reads the source code and generates tokens, which are then directed to the parser, and the parser uses them as terminal symbols in i
I am in confusion . Please guide me. See, I have .net application (say for web application). which is n-trier . basically it is 3-tier. as usual. it having Presentation layer , business layer,Data ac
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
I need to expose several WCF services, but these services have to be used from any client(WPF, Explorer,Chrome, AJAX) and the client generation to开发者_如何学Pythonols or the aspects related to secur
I\'m creating a new forum web app in rails. Should a Thread and a Post be the same model or a different model?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve just started a new project and have naturally opted to use a lot of new tech. I\'m using (Fluent) NHibernate, ASP.NET MVC 3 and am trying to apply the Repository pattern.