HtmlAgilityPack
by: Simon Mourrier Jeff Klawiter
- 2 total downloads
- Latest version: 1.4.3
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Humanizer
by: Claire Novotny Mehdi Khalili
- 2 total downloads
- Latest version: 3.0.0-rc.6
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Irony
by: Roman Ivantsov
- 2 total downloads
- Latest version: 0.9.1-net40
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
itext7
by: Apryse Software
- 1 total downloads
- Latest version: 9.2.0
iText represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow. iText allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.
itext7.bouncy-castle-adapter
by: Apryse Software
- 4 total downloads
- Latest version: 9.3.0
Bouncy-castle adapter module
JetBrains.Annotations
by: JetBrains
- 0 total downloads
- Latest version: 2025.1.0-eap1
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
LibSassBuilder
by: Johan van Rensburg
- 2 total downloads
- Latest version: 3.0.0
Compile Sass files to css on project build.
libsodium
by: Frank Denis
- 1 total downloads
- Latest version: 1.0.18
Internal implementation package not meant for direct consumption. Please do not reference directly.
Libuv
by: Libuv
- 2 total downloads
- Latest version: 1.9.1
Multi-platform support library with a focus on asynchronous I/O.
LiveCharts.Wpf
by: Beto Rodriguez
- 5 total downloads
- Latest version: 0.9.7
Simple, flexible, interactive and powerful data visualization for Wpf
log4net
by: Apache Software Foundation
- 1 total downloads
- Latest version: 2.0.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
MahApps.Metro
by: Jan Karger Bastian Schmidt Dennis Daume Brendan Forster Alex Mitchell Paul Jenkins Jake Ginnivan
- 11 total downloads
- Latest version: 3.0.0-rc0529
The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a 'Modern' UI for their WPF apps (.Net 4.6.2 and later), with minimal effort.
MaterialDesignThemes
by: James Willock
- 54 total downloads
- Latest version: 5.3.1-ci1180
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.
MessagePack
by: neuecc
- 3 total downloads
- Latest version: 1.4.0
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc aarnott
- 15 total downloads
- Latest version: 3.0.214-rc.1
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.
MethodBoundaryAspect.Fody
by: Ralf Kornelius Marcell Spies Martin Ayasse Contributors
- 4 total downloads
- Latest version: 2.0.140
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
Microsoft.AspNet.WebApi.Core
by: Microsoft
- 19 total downloads
- Latest version: 5.3.0-preview1
This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.
Microsoft.AspNet.WebPages
by: Microsoft
- 0 total downloads
- Latest version: 3.3.0
This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 4 total downloads
- Latest version: 1.1.3
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core common types used by the various authentication middleware components.