It was told me to make a pluginable web app. with webforms. The idea is to have one base web application with a plugin host that will load any plugins and related to them web pages.
I am developing a feature in my app where I need to store the state of a particular series of actions between 2 users, just like an ajax based chat service.
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
Legacy application (win32 clients + centralized db) has 40+ ins开发者_StackOverflow社区tallations in a company & lacks the ability to be extended by plugins. Legacy authentication system relies on
I\'ve been considering a general purpose generic / cancellable interface for asynchronous request / responses. The requirements are as follows, it must:
We have a website that is getting over 1m hits a day. The site is running off an old architecture (Struts Tomcat Hibenate MySQl) with no real scope for scalability.
So, we have a very large and complex website that requires a lot of state information to be placed in the URL.Most of the time, this is just peachy and the app works well.However, there are (an increa
I\'m currently implementing a Monotouch application that will eventually be ported to Monodroid. The application is just a client to an OData Web service. Nothing too fancy or performance critical.
Most books about DDD talk about aligning the tech to the business. So you have orders and payment business rules and such.
I have a data transformation product, which lets one select tables in a database and transform row data in the source database to a destination database.