Unity.Mvc
by: Unity Open Source Project
- 111 total downloads
- Latest version: 5.11.1
Unity for ASP.NET MVC
Unity.WebAPI
by: Paul Hiles
- 37 total downloads
- Latest version: 5.4.0
Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API.
Validation
by: Andrew Arnott
- 75 total downloads
- Latest version: 2.6.65-rc.2
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
Vereyon.Web.HtmlSanitizer
by: Christ Akkermans
- 68 total downloads
- Latest version: 1.8.0
Rule based HTML sanitizer using a white list. Use it to cleanup HTML and removing malicious content.
VSLangProj
by: Microsoft
- 146 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj100
by: Microsoft
- 142 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj110
by: Microsoft
- 122 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj140
by: Microsoft
- 133 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj150
by: Microsoft
- 140 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj157
by: Microsoft
- 139 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj158
by: Microsoft
- 140 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj165
by: Microsoft
- 141 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj2
by: Microsoft
- 154 total downloads
- Latest version: 17.12.40391
A member of the Visual Studio SDK
VSLangProj80
by: Microsoft
- 138 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
VSLangProj90
by: Microsoft
- 138 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
vswhere
by: Microsoft
- 242 total downloads
- Latest version: 3.1.7
Locate Visual Studio 2017 and newer installations
WebGrease
by: webgrease@microsoft.com
- 51 total downloads
- Latest version: 1.6.0
Web Grease is a suite of tools for optimizing javascript, css files and images.
Windows7APICodePack
by: Microsoft
- 3 total downloads
- Latest version: 1.0.0
Windows API Code Pack for Microsoft. NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code. These Windows features are not available to developers today in the .NET Framework.
WindowsAzure.Storage
by: Microsoft
- 338 total downloads
- Latest version: 9.3.3
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/.
For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/.
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
WinSCP
by: Martin Prikryl
- 56 total downloads
- Latest version: 6.3.5
The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions.
The library is primarily intended for advanced automation tasks on Microsoft Windows that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. For the same reason it is also difficult to use the assembly within a restricted environment like a web server, that limits or even restricts execution of external processes.
For documentation and examples of use, see project website.
The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.