The legacy-app tag has no wiki summary.
15
votes
6answers
378 views
Diagnosing the .NET Legacy
Assume you are taking over a legacy .NET app. written in C#
What are the top 5 diagnostic measures, profiling or otherwise that you would employ to assess the health of the application?
I am not ...
1
vote
1answer
167 views
Using the Standard Template Library with Visual Studio 4.0
I am trying to compile some code using version 4.0 of Visual C++ Studio.
I understand that I need to use the standard template library for this code, here is where the compiler stops with an error:
...
0
votes
1answer
22 views
Are there any stable mongoDB drivers available for .NET 2.0?
I have been taking a look around and the most popular .NET drivers for mongo DB all mention their LINQ capabilities.
However, I have a legacy application written for .NET 2 that I need to integrate ...
0
votes
2answers
27 views
refactor old webapp to gain speed
4 years ago, I've built a webapp which is still used by some friends. the problem with that app, is that now it has a huge database, and it loads very slow. I know that is just my fault, mysql queries ...