c# - Are there any good/automateable dependency management tools for managing application, database & external resources dependencies? -
I would like to create an overview / map of our application dependency as much as possible. It is easy to analyze NAT application dependency using tools like NDepend (like I love!). But when it comes to external dependencies such as databases and web servers, then I need something better, and some special things that can be automated with different devices. For example, I have a tool that is making a list of databases, another tool to create a list of .NET applications, a third tool that receives a list of web servers and finally a device that is used by someone How to know the applications for dependency among other device components.
Most or most of these can be automated so that I do not have to maintain a list of dependencies which are prone to error and are probably older than the time I ended up. That's why I would love to have a tool that can do all this for me or at least one device which can capture, analyze and visualize components and dependencies instead of building it. I have to do better ...
Try support for its database and other technologies and also to specify your external dependencies. Will allow
Comments
Post a Comment