LinqKit by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
  • 22 total downloads
  • Latest version: 1.1.17
  • linq EF EntityFramework Entity Framework
LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.
LinqKit.EntityFramework by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
  • 19 total downloads
  • Latest version: 1.1.17
  • linq EF EntityFramework Entity Framework
LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.
log4net by: The Apache Software Foundation
  • 42 total downloads
  • Latest version: 2.0.14
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
Mail by: Mail
  • 32 total downloads
  • Latest version: 1.0.0
Mail Services and Helper
MediatR by: Jimmy Bogard
  • 91 total downloads
  • Latest version: 8.0.2
  • mediator request response queries commands notifications
Simple, unambitious mediator implementation in .NET
MediatR.Extensions.Microsoft.DependencyInjection by: Jimmy Bogard
  • 17 total downloads
  • Latest version: 5.0.2
  • mediator request response queries commands notifications
MediatR extensions for ASP.NET Core
MessagePack by: neuecc aarnott
  • 14 total downloads
  • Latest version: 2.1.152
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePack.Annotations by: neuecc aarnott
  • 14 total downloads
  • Latest version: 2.1.152
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Attributes and interfaces for .NET types serializable with MessagePack.
Modernizr by: Faruk Ateş Paul Irish Alex Sexton
  • 24 total downloads
  • Latest version: 2.8.3
  • JavaScript HTML HTML5 CSS CSS3 SVG
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
Moment.js by: Tim Wood Iskren Chernev Moment.js contributors
  • 27 total downloads
  • Latest version: 2.27.0
  • JavaScript date time browser node.js
A lightweight JavaScript date library for parsing, manipulating, and formatting dates.
Mono.Reflection by: Jb Evain
  • 13 total downloads
  • Latest version: 2.0.0
  • assembly assemblies module modules il cil msil bytecode reflection disassembler
Complement for System.Reflection, including an IL disassembler.
Mono.Reflection.Core by: Jb Evain
  • 18 total downloads
  • Latest version: 1.1.1
  • assembly assemblies module modules il cil msil bytecode reflection disassembler
Complement for System.Reflection, including an IL disassembler.
Mono.TextTemplating by: mhutch
  • 241 total downloads
  • Latest version: 2.2.1
  • T4 templating
Open source implementation of the T4 templating engine This package allows embedding the T4 engine in an application. * To install as a dotnet global or local tool, use `dotnet-t4` instead. * To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
Moq by: Daniel Cazzulino kzu
  • 24 total downloads
  • Latest version: 4.18.2
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET. Built from https://github.com/moq/moq4/tree/c60833da6
morelinq by: MoreLINQ Developers.
  • 24 total downloads
  • Latest version: 3.3.2
  • linq extensions
This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, Memoize (EXPERIMENTAL), MinBy, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest
MSTest.TestAdapter by: Microsoft
  • 35 total downloads
  • Latest version: 2.0.0
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
The adapter to discover and execute MSTest Framework based tests. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017) - ASP.NET Core 1.0+ (Visual Studio 2017)
MSTest.TestFramework by: Microsoft
  • 53 total downloads
  • Latest version: 2.0.0
  • MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
This is MSTest V2, the evolution of Microsoft's Test Framework. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+) - ASP.NET Core 1.0+ To discover and execute tests install MSTest.TestAdapter. To discover and execute tests for project.json based projects install dotnet-test-mstest.
MvvmCross.Plugin.Color by: .NET Foundation and Contributors
  • 11 total downloads
  • Latest version: 8.0.2
  • mvvm mvvmcross xamarin android ios mac forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms xamarin.mac wpf net net45 uwp tizen
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Color' plugin for MvvmCross
MvvmCross.Plugin.Messenger by: .NET Foundation and Contributors
  • 12 total downloads
  • Latest version: 8.0.2
  • mvvm mvvmcross xamarin android ios mac forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms xamarin.mac wpf net net45 uwp tizen
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Messenger' plugin for MvvmCross
MvvmCross.Plugin.Visibility by: .NET Foundation and Contributors
  • 11 total downloads
  • Latest version: 8.0.2
  • mvvm mvvmcross xamarin android ios mac forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms xamarin.mac wpf net net45 uwp tizen
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Visibility' plugin for MvvmCross