mcintyre321 on NuGet
NuGet packages published by mcintyre321. Browse 53 packages with downloads, dependencies and license information.
Total packages: 53 · Total downloads: 90,984,746
Packages by mcintyre321
- OneOf — F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it… (62,354,427 downloads)
- OneOf.SourceGenerator — This source generator automaticly implements OneOfBase hierarchies (6,166,525 downloads)
- ValueOf — Declare Value Objects in one line e.g. `class ClientRef : ValueOf<string, ClientRef> { }`), create using `ClientRef.From(someString)` The… (3,036,633 downloads)
- OneOf.Extended — This package extends the OneOf types from OneOf<T0, .., T9> to OneOf<T0, .., T32> for when you really have a lot of options (2,641,031 downloads)
- FormFactory — FormFactory is a UI component engine for ASP.NET Core and MVC5. It reflects over your view models to build a component tree, then renders… (2,584,355 downloads)
- Noodles — Noodles transforms your object modelinto a web app. This is the core library without a dependency on ASP MVC (1,764,347 downloads)
- RestSharp.Net2 — Simple REST and HTTP API Client (1,484,832 downloads)
- JsonDiffPatch — Library for diffing and RFC 6902 patching json.net json objects - forked from Tavis.JsonPatch, with an addition of json diff code by Ian… (1,324,533 downloads)
- Mvc.JQuery.Datatables — Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5 (1,225,011 downloads)
- EmbeddedResourceVirtualPathProvider — Enables ASP to read content files (e.g. .css, .js, .aspx) stored as embedded resources in referenced assemblies. This full package… (876,150 downloads)
- Harden — Description (719,702 downloads)
- Walkies — Library for walking an object tree as if it were a DOM (518,442 downloads)
- Mvc.JQuery.Datatables.Templates — Popular lib for using DataTables.net with IQueryable. Install this package for the css/js/cshtml files if you aren't using the… (529,944 downloads)
- Noodles.AspMvc.Templates — Noodles transforms your object model into a web app. Install this library to customise the cshtml template files, or if you don't want to… (522,787 downloads)
- FormFactory.Templates — FormFactory is a UI component engine for ASP.NET Core and MVC5. It reflects over your view models to build a component tree, then renders… (436,699 downloads)
- Noodles.AspMvc.DataTables — Noodles transforms your object modelinto a web app. This is a library to integrate Noodles with AJAX jquery datatables (430,178 downloads)
- OneOf.FSharp — This is an FSharp library for interop with the C# OneOf Types (413,890 downloads)
- Siggs — Description (381,915 downloads)
- Noodles.AspMvc — Noodles transforms your object model into a web app. This assembly contains stuff to make Noodles work with ASP MVC (345,293 downloads)
- Noodles.WebApi — Noodles transforms your object model into a web app. Install this library to use Noodles with Web Api (324,667 downloads)
- FormFactory.AspMvc — FormFactory is a UI component engine for ASP.NET Core and MVC5. It reflects over your view models to build a component tree, then renders… (290,858 downloads)
- LinqToAnything — Turn any data source into an IQueryable (253,959 downloads)
- LinqToXsd — Microsoft developed open source tool for generating strongly typed libraries for accessing XML documents. (269,987 downloads)
- selectize — Selectize is the hybrid of a textbox and <select> box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation;… (690,823 downloads)
- jquery.dataTables.columnFilter — Adds advanced filter capabilities to DataTables. JS file (206,928 downloads)
- Sourcery — Black magic event sourced database (202,107 downloads)
- Mvc.JQuery.DataTables.Common — Popular lib for using DataTables.net with IQueryable. This package contain x-platform shared code. Install either Mvc.JQuery.DataTables… (194,252 downloads)
- EmbeddedResourceVirtualPathProvider.Core — Enables ASP to read content files (e.g. .css, .js, .aspx) stored as embedded resources in referenced assemblies. This core package… (154,772 downloads)
- NhCodeFirst — Zero config NHibernate mappings (128,989 downloads)
- FormFactory.AspNetCore — FormFactory is a UI component engine for ASP.NET Core and MVC5. It reflects over your view models to build a component tree, then renders… (95,451 downloads)
- Mvc.JQuery.DataTables.AspNetCore — Popular lib for using DataTables.net with IQueryable. Install this package to use with AspNetCore (76,087 downloads)
- MetaLinq — Library for serializing, modifying and deserializing LINQ Expressions (30,791 downloads)
- PieDb — Easy-as-pie NOSQL object database. Transactions and unit of work / session support. https://github.com/mcintyre321/PieDb MIT Licence (33,015 downloads)
- MiniProfiler.Contrib.NHibernate — Enable NHibernate logging in MiniProfiler - to add to your NH config use: cfg.SetProperty(Environment.ConnectionDriver,… (27,439 downloads)
- MetaTypes — A set of highly mutable types a bit like the types in the Reflection namespace for metaprogramming (26,346 downloads)
- PieQ — PieQ is a basic, thread-safe, persistent, embedded task queue. See https://github.com/mcintyre321/PieQ (24,239 downloads)
- FormFactory.Standalone — FormFactory is a UI component engine for Console apps, ASP.NET Core and MVC5. It reflects over your view models to build a component tree,… (24,609 downloads)
- ObjectFac — Pluggable factory for newing up objects and applying AOP etc. (21,860 downloads)
- SimpleScriptRunner — Command line tool for updating database schema from numbered scripts, supports rollback, release folders, idempotency checks, and above… (21,923 downloads)
- MigrationScriptGenerator — Tool for automatically diffing two databases and creating migration scripts. Uses OpenDBDiff (19,777 downloads)
- NTraits — Portable library for attaching behaviours to objects at runtime using extension methods. An entity-component system, if you will. (17,595 downloads)
- GenericTransactionLog — A reusable transaction log for building DBs and stuff (17,265 downloads)
- Sourcery.AzureTableStorage — Store your SourceryDb events on Azure table storage (15,231 downloads)
- NHibernate.Instantiation — A pluggable interceptor which allows interception of the NH entity creation program - warning may bust lazy loading at the moment! (12,419 downloads)
- SirenDotNet — SirenDotNet is a library of Types for representing the hypermedia format Siren by Kevin Swiber. (11,592 downloads)
- FragmentR — FragmentR is a js library and signalr hub for easy syncing of html fragments. See https://github.com/mcintyre321/FragmentR (10,250 downloads)
- Transmuter — Transmuter (7,224 downloads)
- Linqdex — Description (7,360 downloads)
- ObservableCollectionHelpers — Helpers for subscribing to observable collection events (5,403 downloads)
- Giveth — A super simple BDD library that doesn't mangle your code, just add Given("..."); When("..."); Then("..."); to your tests. Generate Gherkin… (4,834 downloads)