Skip to main content
mcintyre321 avatar

mcintyre321

NuGet publisher profile

Packages
53
Total Downloads
104.2M
104,241,018

Packages (53)

OneOf package icon

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 for exhaustive matching. Simple but powerful.

72.6M
downloads
OneOf.SourceGenerator package icon

OneOf.SourceGenerator

This source generator automaticly implements OneOfBase hierarchies

7.7M
downloads
ValueOf package icon

ValueOf

Declare Value Objects in one line e.g. `class ClientRef : ValueOf<string, ClientRef> { }`), create using `ClientRef.From(someString)` The base Type ValueOf<TValue, TThis>, provides Equals, GetHashcode. Use ValueTuples for multi property values e.g `class Address : ValueOf<(string firstLine, string secondLine, Postcode postcode), Address> {}`

3.4M
downloads
OneOf.Extended package icon

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

3.3M
downloads
FormFactory package icon

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 that according to customisable templates. Drive yuour views by convention instead of hard coding them.

2.8M
downloads
Noodles package icon

Noodles

Noodles transforms your object modelinto a web app. This is the core library without a dependency on ASP MVC

1.8M
downloads
RestSharp.Net2 package icon

RestSharp.Net2

Simple REST and HTTP API Client

1.5M
downloads
JsonDiffPatch package icon

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 Mercer, with additional partial array LCS diff by JC Dickinson

1.4M
downloads
Mvc.JQuery.Datatables package icon

Mvc.JQuery.Datatables

Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5

1.2M
downloads
EmbeddedResourceVirtualPathProvider package icon

EmbeddedResourceVirtualPathProvider

Enables ASP to read content files (e.g. .css, .js, .aspx) stored as embedded resources in referenced assemblies. This full package contrains additional bootstrap template code and settings for seamless integration into apps.

895.0K
downloads
selectize package icon

selectize

Selectize is the hybrid of a textbox and <select> box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.

728.5K
downloads
Harden package icon

Harden

Description

721.3K
downloads
Mvc.JQuery.Datatables.Templates package icon

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 EmbeddedResouces

537.5K
downloads
Noodles.AspMvc.Templates package icon

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 use the EmbeddedResourceVirtualPathProvider to load your views

525.3K
downloads
Walkies package icon

Walkies

Library for walking an object tree as if it were a DOM

519.6K
downloads
FormFactory.Templates package icon

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 that according to customisable templates. Drive yuour views by convention instead of hard coding them.

439.6K
downloads
Noodles.AspMvc.DataTables package icon

Noodles.AspMvc.DataTables

Noodles transforms your object modelinto a web app. This is a library to integrate Noodles with AJAX jquery datatables

432.7K
downloads
OneOf.FSharp package icon

OneOf.FSharp

This is an FSharp library for interop with the C# OneOf Types

414.6K
downloads
Siggs package icon

Siggs

Description

382.7K
downloads
Noodles.AspMvc package icon

Noodles.AspMvc

Noodles transforms your object model into a web app. This assembly contains stuff to make Noodles work with ASP MVC

347.7K
downloads
Noodles.WebApi package icon

Noodles.WebApi

Noodles transforms your object model into a web app. Install this library to use Noodles with Web Api

327.3K
downloads
FormFactory.AspMvc package icon

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 that according to customisable templates. Drive yuour views by convention instead of hard coding them.

293.6K
downloads
LinqToXsd package icon

LinqToXsd

Microsoft developed open source tool for generating strongly typed libraries for accessing XML documents.

280.9K
downloads
LinqToAnything package icon

LinqToAnything

Turn any data source into an IQueryable

272.3K
downloads
jquery.dataTables.columnFilter package icon

jquery.dataTables.columnFilter

Adds advanced filter capabilities to DataTables. JS file

210.0K
downloads
Sourcery package icon

Sourcery

Black magic event sourced database

203.7K
downloads
Mvc.JQuery.DataTables.Common package icon

Mvc.JQuery.DataTables.Common

Popular lib for using DataTables.net with IQueryable. This package contain x-platform shared code. Install either Mvc.JQuery.DataTables for MVC5 or Mvc.JQuery.DataTables.AspNetCore for AspNetCore

200.1K
downloads
EmbeddedResourceVirtualPathProvider.Core package icon

EmbeddedResourceVirtualPathProvider.Core

Enables ASP to read content files (e.g. .css, .js, .aspx) stored as embedded resources in referenced assemblies. This core package contains only an assembly, see also EmbeddedResourceVirtualPathProvider with bootstrap code for seamless integration into your app.

161.4K
downloads
NhCodeFirst package icon

NhCodeFirst

Zero config NHibernate mappings

129.7K
downloads
FormFactory.AspNetCore package icon

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 that according to customisable templates. Drive yuour views by convention instead of hard coding them.

96.9K
downloads
Mvc.JQuery.DataTables.AspNetCore package icon

Mvc.JQuery.DataTables.AspNetCore

Popular lib for using DataTables.net with IQueryable. Install this package to use with AspNetCore

78.5K
downloads
PieDb package icon

PieDb

Easy-as-pie NOSQL object database. Transactions and unit of work / session support. https://github.com/mcintyre321/PieDb MIT Licence

36.5K
downloads
MetaLinq package icon

MetaLinq

Library for serializing, modifying and deserializing LINQ Expressions

31.4K
downloads
MiniProfiler.Contrib.NHibernate package icon

MiniProfiler.Contrib.NHibernate

Enable NHibernate logging in MiniProfiler - to add to your NH config use: cfg.SetProperty(Environment.ConnectionDriver, typeof(MiniProfilerContrib.NHibernate.ProfiledSql2008ClientDriver).AssemblyQualifiedName)

27.6K
downloads
PieQ package icon

PieQ

PieQ is a basic, thread-safe, persistent, embedded task queue. See https://github.com/mcintyre321/PieQ

27.0K
downloads
MetaTypes package icon

MetaTypes

A set of highly mutable types a bit like the types in the Reflection namespace for metaprogramming

26.6K
downloads
FormFactory.Standalone package icon

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, then renders that according to customisable templates. Drive yuour views by convention instead of hard coding them.

24.9K
downloads
SimpleScriptRunner package icon

SimpleScriptRunner

Command line tool for updating database schema from numbered scripts, supports rollback, release folders, idempotency checks, and above all - it's simple! - https://github.com/mcintyre321/SimpleScriptRunner

22.7K
downloads
ObjectFac package icon

ObjectFac

Pluggable factory for newing up objects and applying AOP etc.

22.1K
downloads
MigrationScriptGenerator package icon

MigrationScriptGenerator

Tool for automatically diffing two databases and creating migration scripts. Uses OpenDBDiff

20.7K
downloads
GenericTransactionLog package icon

GenericTransactionLog

A reusable transaction log for building DBs and stuff

18.2K
downloads
NTraits package icon

NTraits

Portable library for attaching behaviours to objects at runtime using extension methods. An entity-component system, if you will.

17.8K
downloads
Sourcery.AzureTableStorage package icon

Sourcery.AzureTableStorage

Store your SourceryDb events on Azure table storage

15.4K
downloads
NHibernate.Instantiation package icon

NHibernate.Instantiation

A pluggable interceptor which allows interception of the NH entity creation program - warning may bust lazy loading at the moment!

12.5K
downloads
SirenDotNet package icon

SirenDotNet

SirenDotNet is a library of Types for representing the hypermedia format Siren by Kevin Swiber.

11.8K
downloads
FragmentR package icon

FragmentR

FragmentR is a js library and signalr hub for easy syncing of html fragments. See https://github.com/mcintyre321/FragmentR

10.3K
downloads
Linqdex package icon

Linqdex

Description

7.4K
downloads
Transmuter package icon

Transmuter

Transmuter

7.3K
downloads
ObservableCollectionHelpers package icon

ObservableCollectionHelpers

Helpers for subscribing to observable collection events

5.5K
downloads
Giveth package icon

Giveth

A super simple BDD library that doesn't mangle your code, just add Given("..."); When("..."); Then("..."); to your tests. Generate Gherkin .feature files from your unit tests

4.9K
downloads
AspNetCoreJTokenModelBinder package icon

AspNetCoreJTokenModelBinder

A model binder for ASP.NET Core which allows you to bind to JToken (so JArray and JObject are covered) from either application/json or from an html form post

3.5K
downloads
Giveth.NUnit package icon

Giveth.NUnit

A super simple BDD library that doesn't mangle your code, just add Given("..."); When("..."); Then("..."); to your tests. Generate Gherkin .feature files from your unit tests

1.9K
downloads
RangeQueryDotNet.AspNetCore package icon

RangeQueryDotNet.AspNetCore

Enable rich client side queries and filters for your json endpoints, using JMESPath expressions in the range header

718
downloads