log4net
by: The Apache Software Foundation
- 4.99k total downloads
- Latest version: 3.3.1
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
ManagedEsent
by: Microsoft
- 647 total downloads
- Latest version: 2.0.0
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
MessagePack
by: neuecc, aarnott
- 18.141k total downloads
- Latest version: 3.1.6
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc, aarnott
- 8.703k total downloads
- Latest version: 3.1.6
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer
by: neuecc, aarnott
- 11.691k total downloads
- Latest version: 3.1.6
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
Microsoft.AspNet.Authentication
by: Microsoft
- 140 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common types used by the various authentication middleware.
Microsoft.AspNet.Cryptography.Internal
by: Microsoft
- 124 total downloads
- Latest version: 1.0.0-rc1-final
Infrastructure for ASP.NET 5 cryptographic packages. Developers should not reference this package.
Microsoft.AspNet.DataProtection
by: Microsoft
- 127 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNet.DataProtection.Abstractions
by: Microsoft
- 104 total downloads
- Latest version: 1.0.0-rc1-final
Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.
Microsoft.AspNet.DataProtection.Interfaces
by: Microsoft
- 26 total downloads
- Latest version: 1.0.0-beta4
Contains the core IDataProtector and IDataProtectionProvider interfaces for ASP.NET 5 Data Protection.
Microsoft.AspNet.FeatureModel
by: Microsoft
- 112 total downloads
- Latest version: 1.0.0-beta5
ASP.NET 5 HTTP feature infrastructure.
Microsoft.AspNet.FileProviders.Abstractions
by: Microsoft
- 113 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 file provider interfaces.
Microsoft.AspNet.Hosting.Abstractions
by: Microsoft
- 116 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 Hosting abstractions.
Microsoft.AspNet.Http
by: Microsoft
- 162 total downloads
- Latest version: 1.0.0-beta8
ASP.NET 5 HTTP feature implementations.
Microsoft.AspNet.Http.Abstractions
by: Microsoft
- 104 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 HTTP object model. HttpContext and family.
Microsoft.AspNet.Http.Core
by: Microsoft
- 40 total downloads
- Latest version: 1.0.0-beta4
ASP.NET 5 HTTP feature implementations.
Microsoft.AspNet.Http.Extensions
by: Microsoft
- 197 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.
Microsoft.AspNet.Http.Features
by: Microsoft
- 106 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 HTTP feature interface definitions.
Microsoft.AspNet.Http.Interfaces
by: Microsoft
- 43 total downloads
- Latest version: 1.0.0-beta4
ASP.NET 5 HTTP feature interface definitions.
Microsoft.AspNet.WebUtilities
by: Microsoft
- 199 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common helper methods.