Our site has two separate projects connected to the same database. This is implemented by importing the models from project1 into project2 and using it to access an开发者_运维问答d manipulate data.
I am building an application which, hopefully, will be installed on many clients (desktop and mobile). Client A may generate a file and publish that he has it. Clients B-Z may decide they want this fi
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I have a web based enterprise application. One problem we are facing is that the backend is tightly coupled with our front end. Now we want to come up with mobile apps plus a desktop client for our so
I\'m trying to design a system which reports activity events to a database via a web service. The web service and database have already been built (COTS software) - all I have to do is provide the eve
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 solicit debate, a
I need to build one mobile applicati开发者_Go百科on starts with windows phone 7 and then need to convert the application to other platforms like Android, iPhone , BB.
I have a MVVM/WPF based application that can have multiple workspaces (basically containing a TreeView) open at the same time that display and operate on the same data tree. I need to be able to expan
Big applications contains lots of objects that are somehow connected to each other. There are direct connections than one object somehow gets handle to another object (for example, using singleton) an
This isn\'t a class开发者_C百科ic programming language question, but it\'s keeping me busy so I figure I might as well tap in to the experience of Stack :-)