.NET Specific Issues
- How do I create a project for .NET?
- What is the level of granularity supported for .NET?
.NET projects are created by loading in any .NET assemblies and executables into Lattix.
.NET projects allow you to look at dependencies at an arbitrary granularity. For instance, you can see the dependencies organized as assemblies, namespaces, classes/interfaces, method and data members or any combination of these elements.

