managedwifi
by: ikonst, NN
- 3 total downloads
- Latest version: 1.1.0
This project is a .NET class library allowing you to control Wifi (802.11) network adapters installed in your Windows machine programmatically.
The library uses the Native Wifi API, available since Windows Vista and Windows XP SP2 (in a limited fashion, and only after applying a hotfix provided in KB article 918997). Older versions of Windows are not supported.
Microsoft.AspNetCore.Connections.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0
Core components of ASP.NET Core networking protocol stack.
This package was built from the source code at https://github.com/aspnet/KestrelHttpServer/tree/5db6394769e229139cbf8538ec73253ce76e735b
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa
Microsoft.AspNetCore.HostFiltering
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
This package was built from the source code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
Microsoft.AspNetCore.Hosting
by: Microsoft
- 13 total downloads
- Latest version: 2.2.7
ASP.NET Core hosting infrastructure and startup logic for web applications.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/be0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8
Microsoft.AspNetCore.Http.Connections.Common
by: Microsoft
- 4 total downloads
- Latest version: 1.1.0
Common primitives for ASP.NET Connection Handlers and clients
This package was built from the source code at https://github.com/aspnet/SignalR/tree/a9def470e3b8e1480c55d1c311e4b37472140307
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 3 total downloads
- Latest version: 2.1.1
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 5 total downloads
- Latest version: 2.2.0
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.
This package was built from the source code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
Microsoft.AspNetCore.JsonPatch
by: Microsoft
- 3 total downloads
- Latest version: 3.1.5
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/844a82e37cae48af2ab2ee4f39b41283e6bb4f0e
Microsoft.AspNetCore.Mvc.Core
by: Microsoft
- 4 total downloads
- Latest version: 2.2.5
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/33c2d01092d9a1b7a583fe99a50b15686e2b7de9
Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 3 total downloads
- Latest version: 3.1.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Server.IIS
by: Microsoft
- 5 total downloads
- Latest version: 2.2.0
Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.AspNetCore.Server.IISIntegration
by: Microsoft
- 6 total downloads
- Latest version: 2.2.0
ASP.NET Core components for working with the IIS AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.AspNetCore.Server.Kestrel
by: Microsoft
- 8 total downloads
- Latest version: 2.2.0
ASP.NET Core Kestrel cross-platform web server.
This package was built from the source code at https://github.com/aspnet/KestrelHttpServer/tree/5db6394769e229139cbf8538ec73253ce76e735b
Microsoft.AspNetCore.Server.Kestrel.Core
by: Microsoft
- 8 total downloads
- Latest version: 2.2.0
Core components of ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 5 total downloads
- Latest version: 2.2.0
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
by: Microsoft
- 8 total downloads
- Latest version: 2.2.0
Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.WebSockets
by: Microsoft
- 5 total downloads
- Latest version: 2.2.0
ASP.NET Core web socket middleware for use on top of opaque servers.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.Bcl.AsyncInterfaces
by: Microsoft
- 4 total downloads
- Latest version: 1.1.1
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
Commonly Used Types:
System.IAsyncDisposable
System.Collections.Generic.IAsyncEnumerable
System.Collections.Generic.IAsyncEnumerator
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Build.Framework
by: Microsoft
- 6 total downloads
- Latest version: 16.7.0
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.