I\'m building an application that is multi-lingual, multi-timezoned and n-tier. All dates are stored in the database in UTC and all model objects are populated with UTC times. However UTC times are ne
I am working on a project which requires different validation sets for the same model, and we\'re trying to find the best solution to handle it.
Below I have outlined the structure of a polymorphic association. In VacationsController I put some comments inline describing my current issue. However, I wanted to post this to see if my whole appro
I have to build a program that will allow me to track from a system different trigger points being hit.
I am currently trying to build a (simplified) stock app (like the one built-in on the iphone). I setup a simple server with a REST-interface which my app can communicate with.
We are designing a system that has functionality that is essentially the same at the presentation layer and the exposed API layer. My question is what technique / strategy to use so we can get the mos
We are developing a CRM application. All the business logic and data access go through WCF services. We have 2 options for communication between WCF and client (at the moment: ASP.NET MVC 2)
I\'m planning my first iPhone app and I\'d like to get some inputs as to how to build it, right from the start. The iPhone app is being built to be paired with a public facing webapplication that is a
I\'m having some trouble deciding how two classes should interact and the problem I\'m having seems like it would come up a lot so I was wondering if anyone knows of a design pattern (or any kind of s
Imagine 3 system components: 1. External ecommerce web service to process credit card transactions 2. Local Database to store processing results