60
Packages
132,051
Downloads of xact's packages
xact's Profile
Packages
-
XActDependency.CommonServiceLocator.NinjectAdapter
A signed version of the NinjectAdapter for the CommonServiceLocator.
-
XActDependency.RazorHosting
An unofficial packaging of Rick Stahl's RazorHosting project. I needed one, Rick hadn't put it up on NuGet - so just whipped this up for my use. Let me know if an official package becomes available so that I can removing this one.
-
XActDependency.AutoMapper
An unofficial packaging of an earlier version of AutoMapper that works on .NET3.5 - Client. I needed one for a CI environment - so just whipped this up for our use.
-
XActDependency.K2.Client
A packaging of K2's KO.dll so that XActLib can be built in a CI environment.
-
XActDependency.Antlr3.StringTemplate
A packaging of Antlr3's StringTemplate assemblies -- enough to get a CI build of XAct.Lib going.
-
XAct.Core
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.
-
XAct.Collections
An XActLib Assembly: common code specific Collections
-
XAct.Data
An XAct Library Assembly: An Assembly that contains interfaces common to datastore, while not limiting it to DBMS (see XAct.Data.Db, XAct.Data.Db.EF, for such functionality).
-
XAct.IO
An XActLib Assembly: common code for accessing files, etc.
-
XAct.UI
An XActLib assembly: a Common library of UI Layer code, that is UI-Framework Agnostic.
-
XAct.UI.Web
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
-
XAct.Resources
An XActLib assembly: a Library for working with Resources.
-
XAct.Services.IoC.AspNet.Ninject
An XActLib assembly: a Library for working with Ninject in a classic ASP.NET App
-
XAct.Services.IoC.AspNet.Unity
An XActLib assembly: a Library of code to encapsulate what is required to host an ASP.NET website using Unity as the IoC
-
XAct.Services.IoC.NInject
An XActLib assembly: a Library for working with Ninject
-
XAct.Services.IoC.Unity
An XActLib assembly: a Library for common fragments of code to do with Unity
-
XAct.Environment.IIS
An XActLib assembly: a library of code to perform maintenance on servers.
-
XAct.Runtime.InteropServices
An XActLib assembly: a Library of code for working with ActiveX and COM
-
XAct.Security.Windows
An XActLib assembly: a library that uses the interfaces defined in XAct.Security, in order to offer a WindowsAuthenticationService, and a WindowsAuthorizationService.
-
XAct.Workflows.K2.Client
An XActLib assembly: a library containing services for controling K2 from an MVC or other app.
-
XAct.IO.TemplateEngines.NVelocity
An XActLib Assembly: Library for working with NVelocity
-
XAct.Security.Web
An XActLib assembly: an assembly that builds on the interfaces defined in XAct.Security, in order to offer a Service implementation that wrap the basic *web* based Forms Authentication mechanism.
-
XAct.Diagnostics.Log4Net
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 Tracing service defined in XAct.Core.
-
XAct.Configuration
An XActLib Assembly: common code specific app.Config Configuration
-
XAct.Workflows
An XActLib assembly: a library of code common to workflow control (WWF, K2, etc.)
-
XAct.ServiceProcess
An XActLib assembly: a library of code to work with Windows Services.
-
XAct.Services.IoC
An XActLib Assembly:library to manage registration and retrieval of Services from an IoC.
-
XAct.Services.IoC.AspMvc
An XActLib assembly: a Library for working with an IoC in an Mvc App
-
XAct.Domain
An ActLib Assembly: a library for developing the Domain of an application. Contains contracts for repositories, etc.
-
XAct.ObjectMapping
An XActLib assembly: an Assembly that provides a Service to map Domain Entities to Client Layer Models, and/or Data Storage Entities.
-
XAct.History
An XActLib assembly: assembly for persisting History entries related to specific domain entities (not the same as Tracing or Logging).
-
XAct.SharePoint.Client
An XActLib assembly: a library to manage SharePoint remotely.
-
XAct.UI.Web.Mvc
An XActLib assembly: a Library of code for working with Asp.NET Mvc v3 Framework
-
XAct.ObjectMapping.AutoMapper
An XActLib Assembly: an implementation of the services defined in XAct.ObjectMapping, using AutoMapper.
-
XAct.Languages
An XActLib Assembly: a base library for the compilation/evaluation/execution of various languages.
-
XAct.Languages.JS.Jurassic
An XActLib assembly: wraps the use of the Jurassic language processor.
-
XAct.Workflows.K2.Server
An XActLib Assembly: an assembly of services that can be used in K2 Server events.
-
XAct.DirectoryServices
An XActLib Assembly: core assembly for dealing with DirectoryServices of various kinds.
-
XAct.IO.Transformations.Markdown.MarkdownSharp
An XActLib Assembly: an implementation of the Markdown contracts defined in XAct.IO.Transformations.Markdown, using the Markdownsharp library.
-
XAct.History.Persistence.EF
An XActLib Assembly: a service to persist History with a UI element. Not the same as Trace or Logging.
-
XAct.Resources.Persistence.EF
An XActLib Assembly: contains initialization code that requires EF
-
XAct.Rules.Persistence.EF
An XActLib Assembly: an implementation of XAct.Rules using EntityFramework.
-
XAct.Graphs
An XActLib assembly: a Library to work with QuickGraph Graphs.
-
XAct.Graphs.Entities
An XActib Assembly: entities used by XAct.Graphs
-
XAct.Graphs.Persistence.EF
An XActLib Assembly.
-
XAct.Graphs.Persistence.Db
An XActLib Assembly: a base library for accessing Graphs via Repositories.
-
XActDependency.Log4Net
An unofficial packaging of Log4Net to suit our needs -- specifically, allowing it's use on the .NET 3.5 *Client* framework, rather than .NET 2.0, which has a dependency on System.Web... Contact me know when an official package of NuGet with less framework requirements (don't hold your breath) becomes available so that I can remove this one. This... More information
-
XAct.Data.Db
An XAct Library Assembly: an Assembly that builds on the interfaces defined in XAct.Data, to provide RDBMS specific functionality.
-
XAct.Data.EF
An XActLib assembly: an Assembly that provides implementations of Repositories for EF 40+ suitable for working with POCOs, etc. as well as CodeFirst.
-
XAct.IO.FS
An XActLib assembly: a library for accessing the FS system directly (not IsolatedStorage). Higher security concern than just XAct.IO
-
XAct.IO.Compression.DotNetZip
An XActLib assembly: a library to work with the essentials of DotNetZip.
-
XAct.IO.Compression.ZipPackage
An XActLib Assembly: library for working with Zip Packages (Compression + Structure). A poor man's Zip Solution, that requires no external assemblies beyond .NET. See DotNetZip for better functionality.
-
XAct.IO.FileSystemWatcher
An XActLib assembly: a library to watch directories and files (usuall a drop folder) for changes. Often used to move files into sharepoint, etc.
-
XAct.DirectoryServices.ActiveDirectory
An XActLib Assembly: Library of code to access ActiveDirectory resources.
-
XAct.IO.FileSystemWatcher.Configuration
An XActLib Assembly: optional configuration for XAct.IO.FileSystemWatcher
-
XAct.Languages.CS.Mono
An XActLib Assembly: provides C# processing as a service.
-
XAct.UI.Persistence.EF
An XActLib assembly: a Db based implemenation of some of the services contracts defined in XAct.UI
-
XAct.Notifications.Persistence.EF
An XActLib Assembly: implementations of the contracts defined in XAct.Notifications, using EF.
-
XAct.Scheduling.Persistence.EF
An XActLib Assembly: a library to provide datastorage of XAct.Scheduling entities.
-
XAct.Settings.Persistence.EF
An XActLib Assembly: an implementation of the contract defined in XAct.Settings.Host.Db, using EntityFramework CodeFirst.