Top "Legacy" questions

A legacy system is an old application, technology, mainframe, method, etc.

Finding a legacy firebird/Interbase database password

I have a customer that has an old non-existant application; he had a problem with the company that made the …

firebird legacy brute-force interbase forgot-password
Marshalling a big-endian byte collection into a struct in order to pull out values

There is an insightful question about reading a C/C++ data structure in C# from a byte array, but I …

.net interop mono legacy endianness
Is it possible to use the VC++ 6 compiler in Visual Studio 2012?

I am using Visual Studio 2012 to develop my projects, and I also have installed Visual Studio 2010 - which gives me …

visual-studio-2012 compilation legacy visual-c++-6
Is the .NET Framework usable on Win98?

I need to write a little tool for a customer to be run on Windows 98. Since this is a very …

.net .net-2.0 legacy windows-98
What version(s) of iOS should my App support?

NB: This question has been extensively edited to make it more relevant, for completeness the original question maintained at the …

ios legacy
How to correctly setup the connection string to availability group for legacy app

Imagine you have the following scenario: A .net framework 2.0 legacy client app. An SQL Server 2016 Always On Availability Group. How …

c# sql-server legacy sqlclient availability-group
Why are bmps stored upside down?

Why are BMP images stored upside down and zero-padded so they are four-byte aligned?

windows image legacy bmp
Dot matrix fast printing with precise layout in Java

I'd like to know what practical way of constructing reports for EPSON Dot Matrix printers exists in Java. At this …

java printing reporting legacy dot-matrix
Method depends on nonexistent group - Testng

I'm trying to create two tests where one is dependent on the execution of the other one. The project I'm …

java xml testing testng legacy
What is the difference between a Seam and a Mock?

Its being a few months since I am working with java legacy code, this are some of the things I …

java unit-testing tdd code-coverage legacy