# Projects:XActLib # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} {{Images/logo_100x100.png}} ## What is it? ## [[IT/#XActLib/]] is an interconnected set of assemblies that encapsulate common Enterprise LOB code, designed with SOLID principles in order to remain modular, maintainable, vendor agnostic -- while remaining lightweight in terms of requirements and resources. It leverages [http://NuGet.org](http://NuGet.org) to select and install the correct assembly set for your current app's needs. ## How to Use it ## [http://NuGet.org](http://NuGet.org) makes it trivial to download and add the necessary assemblies to your next app without knowing too much about how they fit together -- but that won't help much unless you know how to use the functionality within them. ## Quick Links ## You have several entry points: * [[Projects/XActLib/AD/Design/Services/]]: a list of the Services within the library. * [[Projects/XActLib/AD/Design/Assemblies/]], a list of the Assemblies they are contained within. * [[Projects/XActLib/AD/Develop/Tutorials/]], listing some tutorials to get a feel for the library. * [[Projects/XActLib/Examples/]] have demonstrated the basics and you have the gist of how to use the library, you'll want to explore and find functionality to use. ## More Quick Links ## * [[Projects/XActLib/General/Legal/]]: XActLib is made available as an open source project. Enjoy. * [[Projects/XActLib/General/Nuget.org/]]: the library is downloadable via nuget -- this is how. * [[Design_Concepts|Design Concepts]]: of interest to some. * [[Projects/XActLib/AD/Develop/Prerequisites/]] compilation of the library requires some prerequisites.(Mercurial, etc.). * [[Projects/XActLib/General/Disclaimer/]]: It's a work in progress. It always will be. Until it's a dead, static, project. * [[Projects/XActLib/General/Troubleshooting|TroubleShooting]]: You may need some tips. * [[Projects/XActLib/General/Misc|Misc]] * [[IT/|Glossary]]: a glossary containing terms used throughout the documentation. * [[IT/AD/Design/Patterns/]]: descriptions of the patterns, antipatterns and strategies that influence how the library is developed.