Found 342 packages
Core runtime libraries for VisioForge .NET SDKs. Essential components for video capture, playback, and processing functionality based on GStreamer.
Official client library for easily integrating with the Cloudinary service
The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
WebMarkupMin.AspNet.Common is auxiliary package, that contains classes and interfaces for all ASP.NET extensions.
ChromeDriver.exe from chromedriver.storage.googleapis.com/index.html. If you need an update, just drop me a line or create a pull request on github.com/SeriousM/WebDriver.ChromeDriver.win32-nuget.
WebMarkupMin.NUglify contains 2 minifier-adapters: `NUglifyCssMinifier` (for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS code). These adapters perform minification using the NUglify.
VideoUltimate is a .NET Video Reader and a .NET Video Thumbnailer which can read any video file format on the planet. It supports .NET 5.0+ or .NET Core 3.1 and .NET Framework 4.7.2+ web/console/desktop applications. It allows you read a video file frame by frame or generate meaningful thumbnails.
This code allows to fake a Jwt Bearer and build integration tests for an ASP.Net Core application. Using this, we can fake any authentication we need, without the need to really authenticate a user.
IEDriverServer.exe (win32) from http://selenium-release.storage.googleapis.com/index.html. If you need an update, just drop me a line or create a pull request on github.com/SeriousM/WebDriver.IEDriverServer-nuget.
Library to Integrate Imagekit.io Service.
IEDriverServer.exe (win64) from http://selenium-release.storage.googleapis.com/index.html. If you need an update, just drop me a line or create a pull request on github.com/SeriousM/WebDriver.IEDriverServer-nuget.
WebMarkupMin.AspNetCore3 contains one Middleware for ASP.NET Core 3.1 and 5 - `WebMarkupMinMiddleware`.
Legacy package, WebMatrix.WebData is now included in the 'Microsoft.AspNet.WebPages.WebData' package.
WebMarkupMin.AspNetCore2 contains one Middleware for ASP.NET Core 2.X - `WebMarkupMinMiddleware`.
WebMarkupMin.AspNetCore6 contains one Middleware for ASP.NET Core 6 and 7 - `WebMarkupMinMiddleware`.
An Ebml based serializer to deserialize a Matroska file (.mkv or .webm)
Legacy package, WebMatrix.Data is now included in the 'Microsoft.AspNet.WebPages.Data' package.
Extension methods allowing using Lambda Expressions instead of magic strings in your ASP.NET MVC 5 application. Currently supported: - RedirectToAction(c => c.Index()) - RedirectToActionPermanent(c => c.Index()) - AddModelError(m => m.Property, "Invalid property") - Html.ActionLink(c => c.Index()) - Html.BeginForm(c => c.Index()) - Html.RenderAction(c => c.Index()) - Html.Action(c => c.Index()) - Url.Action(c => c.Index()) - Ajax.ActionLink(c => c.Index()) - Ajax.BeginForm(c => c.Index())
WebMarkupMin.AspNet4.Common is auxiliary package, that contains classes for ASP.NET 4.X extensions.