MiniProfiler.MVC3
by: Marc Gravell, Sam Saffron, Jarrod Dixon
- 22 total downloads
- Latest version: 2.0.2
ASP.NET MVC3 specific package for the Lightweight mini-profiler. We attempt to automatically hook up as much as possible including EF code first. This package is optional.
MongoDB.Driver.Core
by: MongoDB Inc.
- 60 total downloads
- Latest version: 2.17.1
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 52 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
Mono.TextTemplating
by: Mikayla Hutchinson
- 15 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
morelinq
by: MoreLINQ Developers.
- 93 total downloads
- Latest version: 3.4.2
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), Merge (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
MSBuild.Sdk.Extras
by: Oren Novotny
- 78 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
MsgPack.Cli
by: FUJIWARA, Yusuke
- 73 total downloads
- Latest version: 1.0.1
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MvcMailer
by: S. M. SOHAN, Tyler Mercier
- 34 total downloads
- Latest version: 4.5.0
MvcMailer sends emails using the MVC views as Email Body with no effort. Here's a quick list of features: a) Use Razor/WebForms views b) Use Master pages c) Write Testable Code d) Pass values to your view using ViewBag or ViewModel and e) Generate Absolute URL using Url.Abs method and f) create multi-part emails by just adding a view file, g) scaffold your mailers.
MvcMailer has a MailerBase class that extends ControllerBase class. So, Mailers are just like your Controllers. As a result, you can use all the controller goodies without any learning curve, period. The end result is a professional looking HTML email body ready for your to send to your website users.
Visit the Project site for a comprehensive tutorial on MvcMailer. This version is for ASP.Net MVC 4.5. For other versions, please check MvcMailer4 and MvcMailer3 packages.
MvcScaffolding
by: Scott Hanselman, Steve Sanderson
- 64 total downloads
- Latest version: 1.0.9
A fast and customizable way to add controllers, views, and other items to your ASP.NET MVC application
MySql.Data
by: Oracle
- 16 total downloads
- Latest version: 6.10.9
MySql.Data.MySqlClient .Net Core Class Library
MySql.Data.EntityFramework
by: Oracle Corporation
- 101 total downloads
- Latest version: 9.5.0
MySql.Data.EntityFramework
MySqlConnector
by: Bradley Grainger, Caleb Lloyd
- 368 total downloads
- Latest version: 1.3.14
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
Namotion.Reflection
by: Namotion.Reflection
- 117 total downloads
- Latest version: 2.1.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NConsole
by: Rico Suter
- 36 total downloads
- Latest version: 3.12.6605.26941
NConsole is a .NET library to parse command line arguments and execute commands.
Nerdbank.GitVersioning
by: Andrew Arnott
- 414 total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.Streams
by: Andrew Arnott
- 6 total downloads
- Latest version: 2.0.20-beta
Streams for full duplex in-proc communication, wrap a WebSocket, etc.
NEST
by: Elastic and contributors
- 218 total downloads
- Latest version: 6.2.0
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net
netfx-Guard
by: Daniel Cazzulino, kzu, Clarius
- 25 total downloads
- Latest version: 1.3.3.2
The only argument validation file you need, with full refactoring support and strong-typing.
Examples:
Guard.NotNull(() => value, value)
Guard.NotNullOrEmpty(
() => stringValue, stringValue)
NETStandard.Library
by: Microsoft
- 34 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 257 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET