This question already has answers here: Closed 12 years ago. P开发者_如何学JAVAossible Duplicate:
I have a legacy application written in .Net. No sources available. It uses vb scripting to extend it inner logic via events handling. So it\'s a mix of com and .net.
I have a legacy application implemented as windows forms .net application. It allows to script it events (with vbs) but doesn\'t allow to improve it\'s UI.
In a typical web framework func viewHomepage() response.write(template.render(\"a string variable\", [\"an\", \"array\"]))
I\'ve been assigned to do some work on a huge Java project, and the influence of several iterations of developers is obvious.There is no standard coding style, formatting, naming conventions or class
I have to call functions from a custom dll from BizTalk orchestrations (similar to this solution Call a custom .NET component from BizTalk 2006). The dll calls functions of a third party dll, which us
C\'s memory model, with its use of pointer arithmetic and all, seems to model flat address space.16-bit computers used segmented memory access.How did 16-bit C compilers deal with this issue and simul
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
The application that I would like to revamp is pretty well organized. UI is separated into a module. UI controllers implement the interface PropertyChangeListener. When other modules want to have some
I have to convert a site in zend framework. Site is big I can\'t convert the site at a time in zend It will take abt 6 months. Is it possible that I update it module by module (parts)and keep on uploa