Found 262 packages
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Provides a way to expose service information (e.g. software version and all the service dependencies versions).
.NET library for working with the Extensible Metadata Platform (XMP) This library is a port of Adobe's Java XMP SDK to .NET. It was initially ported by Yakov Danila and Nathanael Jones. Now maintained by Drew Noakes and contributors on GitHub. The API should be familiar to users of Adobe's XMPCore, though it has been modified in places to better suit .NET development.
StreetName Registry.
Provides a way to seamlessly add NAME to a Asp.Net Core project.
A .NET typesafe implementation of Name.com's Domain API
WebApiThrottle message handler and action filter are designed for controlling the rate of requests that clients can make to an API based on IP address, client API key and request route. WebApiThrottle works with ASP.NET Web API hosted is IIS, Owin with IIS and Owin self-hosted.
StreetName Registry Projector API.
StarIOExtension exposes APIs for generating commands and monitoring status for Star printers.
Provides a way to seamlessly add NAME to a WebApi project.
SQL Builder using Fluent API and String Interpolation
Provides a way to add NAME as a self host web api endpoint for .NET core using the Kestrel web-server.
StreetName Registry Api BackOffice Abstractions.
Maintained fork from the original project, compiled target to latest framework 4.6 and strong name signing enabled. Image Processor is an easy to use and extend processing library written in C#. Its fluent API makes common imaging tasks very simple to perform. Methods include; Resize, Rotate, Rounded Corners, Flip, Crop, Watermark, Filter, Saturation, Brightness, Contrast, Quality, Format, Vignette, Gaussian Blur, Gaussian Sharpen, and Transparency. If you use ImageProcessor please get in touch on my twitter @james_m_south. Feedback is always welcome.
SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API
Provides a way to add NAME as a self host web api endpoint for .NET using the HttpListener.