I have a question that I have never been able to solve: Considering these two architecture 1st UI layer |
This might seem a very stupid question but things are pretty complex for me ever since i start my new jo开发者_开发百科b.
Our shop develops platform on which multiple core products and customer specific implementations are built. The platform has been around for 5 years and now we are trying to re-think/re-platform. As t
I am working on a client / server system: There is a database, an application server and a user interface (client) app.The application server handles connections from the client applications which in
For the last two to three months iv\'e been dipping and diving in and out C# and WinForms but recently I will be starting a project that will help be learn more about real life issues when programming
I am developing a new business application which will require a business layer and a data access layer.
We\'re currently migrating our ASP Intranet to .NET and we started to develop this Intranet in one ASP.NET website. This, however, raised some problems regarding Visual Studio (performance, compile-ti
I want to develop a rails app that does this: a public front-end deployed on some place like Heroku a private front-end that I can access (this would be someplace like my home/office where it is the
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\'m in the process of porting a command-line game to the web. I will be using Ajax to glue everything together.