gravatar

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.

    1,029 downloads

  • 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.

    483 downloads

  • 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.

    438 downloads

  • XActDependency.K2.Client

    A packaging of K2's KO.dll so that XActLib can be built in a CI environment.

    460 downloads

  • XActDependency.Antlr3.StringTemplate

    A packaging of Antlr3's StringTemplate assemblies -- enough to get a CI build of XAct.Lib going.

    657 downloads

  • 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.

    5,048 downloads

  • XAct.Collections

    An XActLib Assembly: common code specific Collections

    4,298 downloads

  • 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).

    4,468 downloads

  • XAct.IO

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

    4,546 downloads

  • XAct.UI

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

    4,954 downloads

  • 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

    4,393 downloads

  • XAct.Resources

    An XActLib assembly: a Library for working with Resources.

    3,971 downloads

  • XAct.Services.IoC.AspNet.Ninject

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

    4,023 downloads

  • 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

    4,004 downloads

  • XAct.Services.IoC.NInject

    An XActLib assembly: a Library for working with Ninject

    3,979 downloads

  • XAct.Services.IoC.Unity

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

    4,315 downloads

  • XAct.Environment.IIS

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

    3,922 downloads

  • XAct.Runtime.InteropServices

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

    3,861 downloads

  • 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.

    3,827 downloads

  • XAct.Workflows.K2.Client

    An XActLib assembly: a library containing services for controling K2 from an MVC or other app.

    3,564 downloads

  • XAct.IO.TemplateEngines.NVelocity

    An XActLib Assembly: Library for working with NVelocity

    3,899 downloads

  • 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.

    3,666 downloads

  • 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.

    3,875 downloads

  • XAct.Configuration

    An XActLib Assembly: common code specific app.Config Configuration

    3,543 downloads

  • XAct.Workflows

    An XActLib assembly: a library of code common to workflow control (WWF, K2, etc.)

    3,203 downloads

  • XAct.ServiceProcess

    An XActLib assembly: a library of code to work with Windows Services.

    3,136 downloads

  • XAct.Services.IoC

    An XActLib Assembly:library to manage registration and retrieval of Services from an IoC.

    3,278 downloads

  • XAct.Services.IoC.AspMvc

    An XActLib assembly: a Library for working with an IoC in an Mvc App

    2,435 downloads

  • XAct.Domain

    An ActLib Assembly: a library for developing the Domain of an application. Contains contracts for repositories, etc.

    2,442 downloads

  • XAct.ObjectMapping

    An XActLib assembly: an Assembly that provides a Service to map Domain Entities to Client Layer Models, and/or Data Storage Entities.

    2,296 downloads

  • XAct.History

    An XActLib assembly: assembly for persisting History entries related to specific domain entities (not the same as Tracing or Logging).

    2,164 downloads

  • XAct.SharePoint.Client

    An XActLib assembly: a library to manage SharePoint remotely.

    1,972 downloads

  • XAct.UI.Web.Mvc

    An XActLib assembly: a Library of code for working with Asp.NET Mvc v3 Framework

    1,404 downloads

  • XAct.ObjectMapping.AutoMapper

    An XActLib Assembly: an implementation of the services defined in XAct.ObjectMapping, using AutoMapper.

    1,007 downloads

  • XAct.Languages

    An XActLib Assembly: a base library for the compilation/evaluation/execution of various languages.

    1,037 downloads

  • XAct.Languages.JS.Jurassic

    An XActLib assembly: wraps the use of the Jurassic language processor.

    853 downloads

  • XAct.Workflows.K2.Server

    An XActLib Assembly: an assembly of services that can be used in K2 Server events.

    738 downloads

  • XAct.DirectoryServices

    An XActLib Assembly: core assembly for dealing with DirectoryServices of various kinds.

    828 downloads

  • XAct.IO.Transformations.Markdown.MarkdownSharp

    An XActLib Assembly: an implementation of the Markdown contracts defined in XAct.IO.Transformations.Markdown, using the Markdownsharp library.

    383 downloads

  • XAct.History.Persistence.EF

    An XActLib Assembly: a service to persist History with a UI element. Not the same as Trace or Logging.

    265 downloads

  • XAct.Resources.Persistence.EF

    An XActLib Assembly: contains initialization code that requires EF

    269 downloads

  • XAct.Rules.Persistence.EF

    An XActLib Assembly: an implementation of XAct.Rules using EntityFramework.

    259 downloads

  • XAct.Graphs

    An XActLib assembly: a Library to work with QuickGraph Graphs.

    258 downloads

  • XAct.Graphs.Entities

    An XActib Assembly: entities used by XAct.Graphs

    253 downloads

  • XAct.Graphs.Persistence.EF

    An XActLib Assembly.

    194 downloads

  • XAct.Graphs.Persistence.Db

    An XActLib Assembly: a base library for accessing Graphs via Repositories.

    195 downloads

  • 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

    430 downloads

  • XAct.Data.Db

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

    4,398 downloads

  • 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.

    67 downloads

  • XAct.IO.FS

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

    4,143 downloads

  • XAct.IO.Compression.DotNetZip

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

    3,845 downloads

  • 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.

    3,796 downloads

  • 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.

    3,711 downloads

  • XAct.DirectoryServices.ActiveDirectory

    An XActLib Assembly: Library of code to access ActiveDirectory resources.

    776 downloads

  • XAct.IO.FileSystemWatcher.Configuration

    An XActLib Assembly: optional configuration for XAct.IO.FileSystemWatcher

    261 downloads

  • XAct.Languages.CS.Mono

    An XActLib Assembly: provides C# processing as a service.

    240 downloads

  • XAct.UI.Persistence.EF

    An XActLib assembly: a Db based implemenation of some of the services contracts defined in XAct.UI

    268 downloads

  • XAct.Notifications.Persistence.EF

    An XActLib Assembly: implementations of the contracts defined in XAct.Notifications, using EF.

    8 downloads

  • XAct.Scheduling.Persistence.EF

    An XActLib Assembly: a library to provide datastorage of XAct.Scheduling entities.

    8 downloads

  • XAct.Settings.Persistence.EF

    An XActLib Assembly: an implementation of the contract defined in XAct.Settings.Host.Db, using EntityFramework CodeFirst.

    8 downloads