1. XAct.Data

    By:

    An XAct Library Assembly: An Assembly that contains interfaces common to datastore, while not limiting it to DBMS (see XAct.Data.Db, XAct.Data.EF, for such functionality).

  2. XAct.Data.Db

    By:

    An XAct Library Assembly: an Assembly that builds on the interfaces defined in XAct.Data, to provide RDBMS specific functionality.

  3. XAct.Core

    By:

    An XActLib assembly: a base assembly that almost all other XActLib assemblies have a reference. Contains mostly ExtensionMethods, essential common interfaces, enums, and collections, but contains a couple of essential Services, such as XAct.Services.ServiceLocatorService, XAct.Environment.EnvironmentService, XAct.Diagnostics.TracingService.

  4. XAct.UI

    By:

    An XActLib assembly: a Common library of UI Layer code, that is UI-Framework Agnostic.

  5. XAct.IO

    By:

    An XActLib Assembly: common code for accessing files, etc.

  6. XAct.UI.Web

    By:

    An XActLib assembly: a library of Common Code for the UI layer of a web application, without being specific to WebForms, MVC or other UI framework

  7. XAct.Collections

    By:

    An XActLib Assembly: common code specific Collections

  8. XAct.IO.FS

    By:

    An XActLib assembly: a library for accessing the FS system directly (not IsolatedStorage). Higher security concern than just XAct.IO

  9. XAct.Services.IoC.Unity

    By:

    An XActLib assembly: a Library for common fragments of code to do with Unity

  10. XAct.Security

    By:

    An XActLib assembly: a library to manage security. Defines contracts used by other assemblies (such as XAct.Security.FormsAuthentication, etc.)

  11. XAct.Resources

    By:

    An XActLib assembly: a Library for working with Resources.

  12. XAct.Services.IoC.AspNet.Ninject

    By:

    An XActLib assembly: a Library for working with Ninject in a classic ASP.NET App

  13. XAct.Services.IoC.AspNet.Unity

    By:

    An XActLib assembly: a Library of code to encapsulate what is required to host an ASP.NET website using Unity as the DependencyInjectionContainer

  14. XAct.Services.IoC.NInject

    By:

    An XActLib assembly: a Library for working with Ninject

  15. XAct.Diagnostics.Log4Net

    By:

    An XActLib assembly: an Assembly that provides a Log4NetTraceListener (rerouting XAct.Diagnostics.Trace calls to Log4Net -- nice!) as well as Log4Net specific implementation of the core Tracing service.

  16. XAct.Runtime.InteropServices

    By:

    An XActLib assembly: a Library of code for working with ActiveX and COM

  17. XAct.IO.TemplateEngines.NVelocity

    By:

    An XActLib Assembly: Library for working with NVelocity

  18. XAct.Security.Windows

    By:

    An XActLib assembly: a library that uses the interfaces defined in XAct.Security, in order to offer a WindowsAuthenticationService, and a WindowsAuthorizationService.

  19. XAct.Environment.IIS

    By:

    An XActLib assembly: a library of code to perform maintenance on servers.

  20. XAct.IO.Compression.DotNetZip

    By:

    An XActLib assembly: a library to work with the essentials of DotNetZip.