By tag: dependencies
0
kicks
Avoiding dependencies to third party libraries: Exceptions.
You can use the facade pattern to isolate yourself from a third party library. The main benefit of doing this is that your client code won’t have a dependency on an interface defined by an external library, given you the desired flexibility to change the library that implements the logger later on. ...
0
kicks
C++ header dependency tricks
A clever trick for minimising C++ header dependencies for templated code. Works well on STL objects like <string> and <list>.
0
kicks
Think twice before using any third-party assemblies
A lot of people have asked me why we don't use third-party assemblies in BlogEngine.NET, so I thought it was about time to explain why.
0
kicks
Include Files Don't Grow On Trees
One guy's experiences of using a new Visual Studio Tool to investigate and explore header file dependencies.
0
kicks
Tracing #include dependencies in .NET
Announcement of a beta of a new tool for visualising C++ file dependencies in Visual Studio.
0
kicks
.NET naked - See these hitherto unpublished pictures of the .NET Frame
Shows of the Lattix LDM tool by generating a graphical dependancy model of the .NET framework