Skip to main content
aspnet avatar

aspnet

NuGet publisher profile

Packages
1,506
Total Downloads
275.1B
275,086,956,762

Packages (1,506)

Microsoft.Extensions.DependencyInjection.Abstractions package icon

Microsoft.Extensions.DependencyInjection.Abstractions

Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection

12.7B
downloads
Microsoft.Extensions.Logging.Abstractions package icon

Microsoft.Extensions.Logging.Abstractions

Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger

12.3B
downloads
Microsoft.Extensions.Primitives package icon

Microsoft.Extensions.Primitives

Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment

12.1B
downloads
Microsoft.Extensions.Options package icon

Microsoft.Extensions.Options

Provides a strongly typed way of specifying and accessing settings using dependency injection.

11.0B
downloads
Microsoft.Extensions.Configuration.Abstractions package icon

Microsoft.Extensions.Configuration.Abstractions

Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.

9.5B
downloads
Microsoft.Extensions.DependencyInjection package icon

Microsoft.Extensions.DependencyInjection

Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.

7.9B
downloads
Microsoft.Extensions.Logging package icon

Microsoft.Extensions.Logging

Logging infrastructure default implementation for Microsoft.Extensions.Logging.

7.7B
downloads
Microsoft.Extensions.Configuration package icon

Microsoft.Extensions.Configuration

Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.

7.0B
downloads
Microsoft.Extensions.Configuration.Binder package icon

Microsoft.Extensions.Configuration.Binder

Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.

6.8B
downloads
Microsoft.Extensions.FileProviders.Abstractions package icon

Microsoft.Extensions.FileProviders.Abstractions

Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider

6.6B
downloads
Microsoft.Extensions.Hosting.Abstractions package icon

Microsoft.Extensions.Hosting.Abstractions

Hosting and startup abstractions for applications.

5.4B
downloads
Microsoft.Extensions.FileSystemGlobbing package icon

Microsoft.Extensions.FileSystemGlobbing

File system globbing to find files matching a specified pattern.

3.9B
downloads
Microsoft.Extensions.FileProviders.Physical package icon

Microsoft.Extensions.FileProviders.Physical

File provider for physical files for Microsoft.Extensions.FileProviders.

3.8B
downloads
Microsoft.Extensions.Caching.Memory package icon

Microsoft.Extensions.Caching.Memory

In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.

3.8B
downloads
Microsoft.Extensions.Caching.Abstractions package icon

Microsoft.Extensions.Caching.Abstractions

Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache

3.8B
downloads
Microsoft.Extensions.Options.ConfigurationExtensions package icon

Microsoft.Extensions.Options.ConfigurationExtensions

Provides additional configuration specific functionality related to Options.

3.6B
downloads
System.Text.Encoding.CodePages package icon

System.Text.Encoding.CodePages

Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider

3.6B
downloads
System.Net.Http package icon

System.Net.Http

Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.

3.6B
downloads
Microsoft.Extensions.Configuration.FileExtensions package icon

Microsoft.Extensions.Configuration.FileExtensions

Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.

3.6B
downloads
Microsoft.Extensions.DependencyModel package icon

Microsoft.Extensions.DependencyModel

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.

3.6B
downloads
System.ComponentModel.Annotations package icon

System.ComponentModel.Annotations

Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.

3.4B
downloads
Microsoft.Extensions.Configuration.Json package icon

Microsoft.Extensions.Configuration.Json

JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.

3.1B
downloads
System.AppContext package icon

System.AppContext

Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext When using NuGet 3.x this package requires at least version 3.4.

2.9B
downloads
Microsoft.Extensions.ObjectPool package icon

Microsoft.Extensions.ObjectPool

A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

2.9B
downloads
System.IO.Pipelines package icon

System.IO.Pipelines

Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader

2.9B
downloads
Microsoft.AspNetCore.Http.Features package icon

Microsoft.AspNetCore.Http.Features

ASP.NET Core HTTP feature interface definitions. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698

2.8B
downloads
Microsoft.Extensions.Configuration.EnvironmentVariables package icon

Microsoft.Extensions.Configuration.EnvironmentVariables

Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.

2.7B
downloads
Microsoft.AspNetCore.Http.Abstractions package icon

Microsoft.AspNetCore.Http.Abstractions

ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse

2.6B
downloads
Microsoft.Extensions.Http package icon

Microsoft.Extensions.Http

The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory

2.6B
downloads
Microsoft.Extensions.Logging.Configuration package icon

Microsoft.Extensions.Logging.Configuration

Configuration support for Microsoft.Extensions.Logging.

2.5B
downloads
Microsoft.EntityFrameworkCore package icon

Microsoft.EntityFrameworkCore

Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet

2.5B
downloads
Microsoft.Net.Http.Headers package icon

Microsoft.Net.Http.Headers

HTTP header parser implementations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

2.5B
downloads
Microsoft.EntityFrameworkCore.Relational package icon

Microsoft.EntityFrameworkCore.Relational

Shared Entity Framework Core components for relational database providers.

2.4B
downloads
Microsoft.EntityFrameworkCore.Abstractions package icon

Microsoft.EntityFrameworkCore.Abstractions

Provides abstractions and attributes that are used to configure Entity Framework Core

2.4B
downloads
Microsoft.AspNetCore.Http package icon

Microsoft.AspNetCore.Http

ASP.NET Core default HTTP feature implementations.

2.3B
downloads
System.IO.Compression.ZipFile package icon

System.IO.Compression.ZipFile

Provides classes that support the compression and decompression of streams using file system paths. Commonly Used Types: System.IO.Compression.ZipFile When using NuGet 3.x this package requires at least version 3.4.

2.3B
downloads
Microsoft.EntityFrameworkCore.Analyzers package icon

Microsoft.EntityFrameworkCore.Analyzers

CSharp Analyzers for Entity Framework Core.

2.3B
downloads
Microsoft.AspNetCore.WebUtilities package icon

Microsoft.AspNetCore.WebUtilities

ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

2.2B
downloads
Microsoft.AspNetCore.Hosting.Abstractions package icon

Microsoft.AspNetCore.Hosting.Abstractions

ASP.NET Core hosting and startup abstractions for web applications.

2.1B
downloads
Microsoft.AspNetCore.Hosting.Server.Abstractions package icon

Microsoft.AspNetCore.Hosting.Server.Abstractions

ASP.NET Core hosting server abstractions for web applications.

2.0B
downloads
Microsoft.AspNetCore.Http.Extensions package icon

Microsoft.AspNetCore.Http.Extensions

ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.

2.0B
downloads
Microsoft.Extensions.Logging.Console package icon

Microsoft.Extensions.Logging.Console

Console logger provider implementation for Microsoft.Extensions.Logging.

1.8B
downloads
Microsoft.AspNetCore.Authorization package icon

Microsoft.AspNetCore.Authorization

ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.6B
downloads
Microsoft.Extensions.Logging.Debug package icon

Microsoft.Extensions.Logging.Debug

Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().

1.6B
downloads
Microsoft.Extensions.Configuration.UserSecrets package icon

Microsoft.Extensions.Configuration.UserSecrets

User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.

1.6B
downloads
Microsoft.Extensions.Hosting package icon

Microsoft.Extensions.Hosting

Hosting and startup infrastructures for applications.

1.6B
downloads
Microsoft.AspNetCore.JsonPatch package icon

Microsoft.AspNetCore.JsonPatch

ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.5B
downloads
System.ComponentModel.Primitives package icon

System.ComponentModel.Primitives

Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection When using NuGet 3.x this package requires at least version 3.4.

1.5B
downloads
System.ComponentModel.TypeConverter package icon

System.ComponentModel.TypeConverter

Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter When using NuGet 3.x this package requires at least version 3.4.

1.5B
downloads
Microsoft.Extensions.Configuration.CommandLine package icon

Microsoft.Extensions.Configuration.CommandLine

Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.

1.5B
downloads
Microsoft.AspNetCore.Cryptography.Internal package icon

Microsoft.AspNetCore.Cryptography.Internal

Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.4B
downloads
Microsoft.Extensions.Logging.EventSource package icon

Microsoft.Extensions.Logging.EventSource

EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.

1.4B
downloads
Microsoft.AspNetCore.Authentication.JwtBearer package icon

Microsoft.AspNetCore.Authentication.JwtBearer

ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.3B
downloads
Microsoft.Extensions.Logging.EventLog package icon

Microsoft.Extensions.Logging.EventLog

Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.

1.3B
downloads
Microsoft.AspNetCore.Routing.Abstractions package icon

Microsoft.AspNetCore.Routing.Abstractions

ASP.NET Core abstractions for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.IRouter Microsoft.AspNetCore.Routing.RouteData

1.2B
downloads
Microsoft.AspNetCore.Routing package icon

Microsoft.AspNetCore.Routing

ASP.NET Core middleware for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.Route Microsoft.AspNetCore.Routing.RouteCollection

1.2B
downloads
Microsoft.Extensions.ApiDescription.Server package icon

Microsoft.Extensions.ApiDescription.Server

MSBuild tasks and targets for build-time Swagger and OpenApi document generation

1.2B
downloads
Microsoft.AspNetCore.Authentication.Abstractions package icon

Microsoft.AspNetCore.Authentication.Abstractions

ASP.NET Core common types used by the various authentication components.

1.2B
downloads
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions package icon

Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions

Abstractions for defining health checks in .NET applications Commonly Used Types Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.2B
downloads
Microsoft.Extensions.Diagnostics.HealthChecks package icon

Microsoft.Extensions.Diagnostics.HealthChecks

Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.2B
downloads
Microsoft.AspNetCore.DataProtection.Abstractions package icon

Microsoft.AspNetCore.DataProtection.Abstractions

ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.1B
downloads
Microsoft.AspNetCore.DataProtection package icon

Microsoft.AspNetCore.DataProtection

ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.1B
downloads
Microsoft.AspNetCore.Mvc.Abstractions package icon

Microsoft.AspNetCore.Mvc.Abstractions

ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more. Commonly used types: Microsoft.AspNetCore.Mvc.IActionResult

1.1B
downloads
Microsoft.AspNetCore.Authentication.Core package icon

Microsoft.AspNetCore.Authentication.Core

ASP.NET Core common types used by the various authentication middleware components.

1.1B
downloads
Microsoft.AspNetCore.Mvc.Core package icon

Microsoft.AspNetCore.Mvc.Core

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

1.1B
downloads
Microsoft.EntityFrameworkCore.Design package icon

Microsoft.EntityFrameworkCore.Design

Shared design-time components for Entity Framework Core tools.

1.0B
downloads
Microsoft.EntityFrameworkCore.SqlServer package icon

Microsoft.EntityFrameworkCore.SqlServer

Microsoft SQL Server database provider for Entity Framework Core.

1.0B
downloads
Microsoft.AspNet.WebApi.Client package icon

Microsoft.AspNet.WebApi.Client

This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.

1.0B
downloads
System.Net.NameResolution package icon

System.Net.NameResolution

Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. Commonly Used Types: System.Net.Dns System.Net.IPHostEntry When using NuGet 3.x this package requires at least version 3.4.

1.0B
downloads
Microsoft.AspNetCore.Authorization.Policy package icon

Microsoft.AspNetCore.Authorization.Policy

ASP.NET Core authorization policy helper classes.

971.8M
downloads
Microsoft.AspNetCore.ResponseCaching.Abstractions package icon

Microsoft.AspNetCore.ResponseCaching.Abstractions

ASP.NET Core response caching middleware abstractions and feature interface definitions.

919.1M
downloads
Microsoft.AspNetCore.Mvc.NewtonsoftJson package icon

Microsoft.AspNetCore.Mvc.NewtonsoftJson

ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

831.6M
downloads
Microsoft.AspNetCore.Hosting package icon

Microsoft.AspNetCore.Hosting

ASP.NET Core hosting infrastructure and startup logic for web applications.

797.0M
downloads
Microsoft.Extensions.WebEncoders package icon

Microsoft.Extensions.WebEncoders

Contains registration and configuration APIs to add the core framework encoders to a dependency injection container. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

763.3M
downloads
Microsoft.AspNetCore.Razor.Language package icon

Microsoft.AspNetCore.Razor.Language

Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

750.3M
downloads
System.ServiceModel.Primitives package icon

System.ServiceModel.Primitives

System.ServiceModel.Primitives

748.7M
downloads
Microsoft.Extensions.Localization.Abstractions package icon

Microsoft.Extensions.Localization.Abstractions

Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T> This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

722.2M
downloads
System.Runtime.Serialization.Json package icon

System.Runtime.Serialization.Json

Provides classes for serializing objects to the JavaScript Object Notation (JSON) and deserializing JSON data to objects. Commonly Used Types: System.Runtime.Serialization.Json.DataContractJsonSerializer When using NuGet 3.x this package requires at least version 3.4.

713.6M
downloads
Microsoft.AspNetCore.Mvc.Formatters.Json package icon

Microsoft.AspNetCore.Mvc.Formatters.Json

ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.

705.5M
downloads
Microsoft.CodeAnalysis.Razor package icon

Microsoft.CodeAnalysis.Razor

Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

705.0M
downloads
Microsoft.EntityFrameworkCore.Tools package icon

Microsoft.EntityFrameworkCore.Tools

Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database

641.4M
downloads
Microsoft.AspNetCore.Authentication.OpenIdConnect package icon

Microsoft.AspNetCore.Authentication.OpenIdConnect

ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

633.5M
downloads
Microsoft.Azure.WebJobs package icon

Microsoft.Azure.WebJobs

This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

612.5M
downloads
Microsoft.AspNetCore.Connections.Abstractions package icon

Microsoft.AspNetCore.Connections.Abstractions

Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

611.2M
downloads
Microsoft.Extensions.Localization package icon

Microsoft.Extensions.Localization

Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

609.7M
downloads
Microsoft.Extensions.Http.Polly package icon

Microsoft.Extensions.Http.Polly

The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

598.4M
downloads
Microsoft.Azure.WebJobs.Core package icon

Microsoft.Azure.WebJobs.Core

This package provides the core Types and Attribute definitions for the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

569.7M
downloads
Microsoft.AspNetCore.Metadata package icon

Microsoft.AspNetCore.Metadata

ASP.NET Core metadata. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

568.7M
downloads
Microsoft.AspNetCore.TestHost package icon

Microsoft.AspNetCore.TestHost

ASP.NET Core web server for writing and running tests. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

558.5M
downloads
Microsoft.AspNetCore.App.Ref package icon

Microsoft.AspNetCore.App.Ref

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

550.9M
downloads
System.ServiceModel.Http package icon

System.ServiceModel.Http

System.ServiceModel.Http

518.7M
downloads
Microsoft.AspNetCore.Mvc.Razor.Extensions package icon

Microsoft.AspNetCore.Mvc.Razor.Extensions

ASP.NET Core design time hosting infrastructure for the Razor view engine. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

505.2M
downloads
Microsoft.AspNetCore.Mvc.DataAnnotations package icon

Microsoft.AspNetCore.Mvc.DataAnnotations

ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.

492.9M
downloads
System.Diagnostics.FileVersionInfo package icon

System.Diagnostics.FileVersionInfo

Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk. Commonly Used Types: System.Diagnostics.FileVersionInfo When using NuGet 3.x this package requires at least version 3.4.

483.6M
downloads
Microsoft.AspNetCore.Cryptography.KeyDerivation package icon

Microsoft.AspNetCore.Cryptography.KeyDerivation

ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

482.5M
downloads
Microsoft.AspNetCore.Html.Abstractions package icon

Microsoft.AspNetCore.Html.Abstractions

ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent

471.3M
downloads
Microsoft.Extensions.FileProviders.Embedded package icon

Microsoft.Extensions.FileProviders.Embedded

File provider for files in embedded resources for Microsoft.Extensions.FileProviders.

471.0M
downloads
Microsoft.EntityFrameworkCore.InMemory package icon

Microsoft.EntityFrameworkCore.InMemory

In-memory database provider for Entity Framework Core (to be used for testing purposes).

467.0M
downloads
Microsoft.AspNetCore.Diagnostics.Abstractions package icon

Microsoft.AspNetCore.Diagnostics.Abstractions

ASP.NET Core diagnostics middleware abstractions and feature interface definitions.

463.0M
downloads
Microsoft.AspNetCore.Razor package icon

Microsoft.AspNetCore.Razor

Razor is a markup syntax for adding server-side logic to web pages. This package contains runtime components for rendering Razor pages and implementing tag helpers. Commonly used types: Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper

440.6M
downloads
Microsoft.Extensions.Identity.Core package icon

Microsoft.Extensions.Identity.Core

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

439.4M
downloads
Microsoft.Data.Sqlite.Core package icon

Microsoft.Data.Sqlite.Core

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction

438.4M
downloads
Microsoft.AspNetCore.Razor.Runtime package icon

Microsoft.AspNetCore.Razor.Runtime

Runtime infrastructure for rendering Razor pages and tag helpers.

436.1M
downloads
EntityFramework package icon

EntityFramework

Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.

433.3M
downloads
Microsoft.AspNetCore.Mvc.ApiExplorer package icon

Microsoft.AspNetCore.Mvc.ApiExplorer

ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.

430.6M
downloads
Microsoft.AspNet.WebApi.Core package icon

Microsoft.AspNet.WebApi.Core

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.

404.2M
downloads
System.Runtime.Serialization.Xml package icon

System.Runtime.Serialization.Xml

Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Runtime.Serialization.DataContractSerializer System.Runtime.Serialization.XmlObjectSerializer System.Runtime.Serialization.InvalidDataContractException System.Xml.XmlDictionaryReader System.Xml.XmlDictionaryWriter System.Xml.XmlDictionaryString System.Xml.UniqueId System.Xml.XmlDictionaryReaderQuotas System.Runtime.Serialization.DataContractResolver System.Xml.IXmlDictionary When using NuGet 3.x this package requires at least version 3.4.

398.0M
downloads
System.Net.WebSockets package icon

System.Net.WebSockets

Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection. Commonly Used Types: System.Net.WebSockets.WebSocket System.Net.WebSockets.WebSocketContext System.Net.WebSockets.WebSocketException When using NuGet 3.x this package requires at least version 3.4.

393.5M
downloads
Microsoft.AspNetCore.Mvc.ViewFeatures package icon

Microsoft.AspNetCore.Mvc.ViewFeatures

ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent

392.0M
downloads
Microsoft.AspNetCore.Antiforgery package icon

Microsoft.AspNetCore.Antiforgery

An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.

388.8M
downloads
Microsoft.AspNetCore.Mvc.Testing package icon

Microsoft.AspNetCore.Mvc.Testing

Support for writing functional tests for MVC applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

388.1M
downloads
Microsoft.AspNetCore.Authentication package icon

Microsoft.AspNetCore.Authentication

ASP.NET Core common types used by the various authentication middleware components.

384.0M
downloads
Microsoft.Extensions.FileProviders.Composite package icon

Microsoft.Extensions.FileProviders.Composite

Composite file and directory providers for Microsoft.Extensions.FileProviders.

382.0M
downloads
Microsoft.EntityFrameworkCore.Sqlite.Core package icon

Microsoft.EntityFrameworkCore.Sqlite.Core

SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.

355.0M
downloads
Microsoft.AspNetCore.Mvc.Razor package icon

Microsoft.AspNetCore.Mvc.Razor

ASP.NET Core MVC Razor view engine for CSHTML files.

352.5M
downloads
Microsoft.AspNetCore.Components.Web package icon

Microsoft.AspNetCore.Components.Web

Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

351.8M
downloads
Microsoft.AspNetCore.Components package icon

Microsoft.AspNetCore.Components

Components feature for ASP.NET Core.

348.0M
downloads
Microsoft.AspNet.Razor package icon

Microsoft.AspNet.Razor

This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.

341.1M
downloads
Microsoft.Extensions.Identity.Stores package icon

Microsoft.Extensions.Identity.Stores

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

336.8M
downloads
Microsoft.AspNetCore.Cors package icon

Microsoft.AspNetCore.Cors

CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute

330.5M
downloads
Microsoft.Extensions.PlatformAbstractions package icon

Microsoft.Extensions.PlatformAbstractions

Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono

327.2M
downloads
Microsoft.AspNetCore.Components.Forms package icon

Microsoft.AspNetCore.Components.Forms

Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

318.9M
downloads
Microsoft.AspNet.WebPages package icon

Microsoft.AspNet.WebPages

This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.

318.6M
downloads
Microsoft.AspNetCore.Mvc.Cors package icon

Microsoft.AspNetCore.Mvc.Cors

ASP.NET Core MVC cross-origin resource sharing (CORS) features.

318.5M
downloads
Microsoft.AspNetCore.Mvc.TagHelpers package icon

Microsoft.AspNetCore.Mvc.TagHelpers

ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.

316.0M
downloads
Microsoft.JSInterop package icon

Microsoft.JSInterop

Abstractions and features for interop between .NET and JavaScript code. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

311.9M
downloads
Microsoft.AspNet.Mvc package icon

Microsoft.AspNet.Mvc

This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.

309.4M
downloads
Microsoft.AspNetCore.Mvc.RazorPages package icon

Microsoft.AspNetCore.Mvc.RazorPages

ASP.NET Core MVC Razor Pages.

307.6M
downloads
Microsoft.AspNetCore.Mvc.Localization package icon

Microsoft.AspNetCore.Mvc.Localization

ASP.NET Core MVC features that enable globalization and localization of applications. Commonly used types: Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource> Microsoft.AspNetCore.Mvc.Localization.IViewLocalizer

302.9M
downloads
Microsoft.AspNetCore.Mvc package icon

Microsoft.AspNetCore.Mvc

ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.

300.3M
downloads
Microsoft.AspNetCore.Server.Kestrel package icon

Microsoft.AspNetCore.Server.Kestrel

ASP.NET Core Kestrel cross-platform web server.

299.1M
downloads
Microsoft.AspNetCore.Localization package icon

Microsoft.AspNetCore.Localization

ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.

298.7M
downloads
Microsoft.Extensions.Caching.StackExchangeRedis package icon

Microsoft.Extensions.Caching.StackExchangeRedis

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

293.6M
downloads
Microsoft.Web.Infrastructure package icon

Microsoft.Web.Infrastructure

This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.

291.6M
downloads
Microsoft.AspNetCore.SignalR.Common package icon

Microsoft.AspNetCore.SignalR.Common

Common serialization primitives for SignalR Clients Servers This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

289.6M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.Design package icon

Microsoft.VisualStudio.Web.CodeGeneration.Design

Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.

288.9M
downloads
Microsoft.VisualStudio.Web.CodeGenerators.Mvc package icon

Microsoft.VisualStudio.Web.CodeGenerators.Mvc

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

288.6M
downloads
Microsoft.AspNetCore.Identity.EntityFrameworkCore package icon

Microsoft.AspNetCore.Identity.EntityFrameworkCore

ASP.NET Core Identity provider that uses Entity Framework Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

288.6M
downloads
Microsoft.VisualStudio.Web.CodeGeneration package icon

Microsoft.VisualStudio.Web.CodeGeneration

Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.

287.6M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore package icon

Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore

Contains Entity Framework Core Services used by ASP.NET Core Code Generators.

287.4M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.Core package icon

Microsoft.VisualStudio.Web.CodeGeneration.Core

Contains the core infrastructure used by ASP.NET Core Code Generators.

286.7M
downloads
Microsoft.EntityFrameworkCore.Sqlite package icon

Microsoft.EntityFrameworkCore.Sqlite

SQLite database provider for Entity Framework Core.

286.7M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.Utils package icon

Microsoft.VisualStudio.Web.CodeGeneration.Utils

Contains utilities used by ASP.NET Core Code Generation packages.

286.4M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.Templating package icon

Microsoft.VisualStudio.Web.CodeGeneration.Templating

Contains Razor based templating host used by ASP.NET Core Code Generators.

286.3M
downloads
Microsoft.AspNetCore.Components.Analyzers package icon

Microsoft.AspNetCore.Components.Analyzers

Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

281.3M
downloads
Microsoft.Owin package icon

Microsoft.Owin

Provides a set of helper types and abstractions for simplifying the creation of OWIN components.

278.4M
downloads
Microsoft.Extensions.DiagnosticAdapter package icon

Microsoft.Extensions.DiagnosticAdapter

Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.

276.4M
downloads
Microsoft.AspNetCore.Http.Connections.Common package icon

Microsoft.AspNetCore.Http.Connections.Common

Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

272.1M
downloads
Microsoft.AspNet.WebApi.WebHost package icon

Microsoft.AspNet.WebApi.WebHost

This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

270.5M
downloads
Microsoft.AspNetCore.Server.Kestrel.Core package icon

Microsoft.AspNetCore.Server.Kestrel.Core

Core components of ASP.NET Core Kestrel cross-platform web server.

265.3M
downloads
jQuery package icon

jQuery

jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

261.7M
downloads
Microsoft.AspNetCore.StaticFiles package icon

Microsoft.AspNetCore.StaticFiles

ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.

260.4M
downloads
Microsoft.AspNetCore.Server.Kestrel.Https package icon

Microsoft.AspNetCore.Server.Kestrel.Https

HTTPS support for the ASP.NET Core Kestrel cross-platform web server.

255.6M
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions

Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.

252.1M
downloads
Microsoft.AspNetCore.SignalR.Protocols.Json package icon

Microsoft.AspNetCore.SignalR.Protocols.Json

Implements the SignalR Hub Protocol using System.Text.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

240.9M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.Contracts package icon

Microsoft.VisualStudio.Web.CodeGeneration.Contracts

Contains interfaces for Project Model and messaging for scaffolding.

238.7M
downloads
Microsoft.AspNetCore.Razor.Design package icon

Microsoft.AspNetCore.Razor.Design

Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.

236.2M
downloads
Microsoft.AspNetCore.OpenApi package icon

Microsoft.AspNetCore.OpenApi

Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

233.6M
downloads
Microsoft.AspNet.WebApi package icon

Microsoft.AspNet.WebApi

This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

231.8M
downloads
Microsoft.Azure.WebJobs.Extensions package icon

Microsoft.Azure.WebJobs.Extensions

This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.

224.4M
downloads
Microsoft.AspNetCore.Authentication.Google package icon

Microsoft.AspNetCore.Authentication.Google

ASP.NET Core contains middleware to support Google's OAuth 2.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

221.6M
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets

Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.

215.3M
downloads
Microsoft.AspNetCore.Mvc.WebApiCompatShim package icon

Microsoft.AspNetCore.Mvc.WebApiCompatShim

Provides compatibility in ASP.NET Core MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations. Commonly used types: System.Web.Http.ApiController

214.8M
downloads
Microsoft.Azure.WebJobs.Extensions.Http package icon

Microsoft.Azure.WebJobs.Extensions.Http

This package adds binding extensions for Http.

214.4M
downloads
Libuv package icon

Libuv

Multi-platform support library with a focus on asynchronous I/O.

212.7M
downloads
Microsoft.AspNetCore.Diagnostics package icon

Microsoft.AspNetCore.Diagnostics

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

210.1M
downloads
Microsoft.Owin.Security package icon

Microsoft.Owin.Security

Common types which are shared by the various authentication middleware components.

209.2M
downloads
Microsoft.AspNetCore.Server.IISIntegration package icon

Microsoft.AspNetCore.Server.IISIntegration

ASP.NET Core components for working with the IIS AspNetCoreModule.

209.2M
downloads
Microsoft.Extensions.Features package icon

Microsoft.Extensions.Features

Provides abstractions for a loosly coupled collection of features. Commonly Used Types: Microsoft.AspNetCore.Http.Features.IFeatureCollection Microsoft.AspNetCore.Http.Features.FeatureCollection This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

206.3M
downloads
Microsoft.AspNetCore.App.Runtime.linux-x64 package icon

Microsoft.AspNetCore.App.Runtime.linux-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

205.8M
downloads
Microsoft.AspNetCore.HttpOverrides package icon

Microsoft.AspNetCore.HttpOverrides

ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.

205.4M
downloads
Microsoft.AspNetCore.Authentication.Cookies package icon

Microsoft.AspNetCore.Authentication.Cookies

ASP.NET Core middleware that enables an application to use cookie based authentication.

197.6M
downloads
Microsoft.Owin.Host.SystemWeb package icon

Microsoft.Owin.Host.SystemWeb

OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.

195.3M
downloads
Microsoft.AspNetCore package icon

Microsoft.AspNetCore

Microsoft.AspNetCore

187.7M
downloads
System.Net.Http.WinHttpHandler package icon

System.Net.Http.WinHttpHandler

Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler. Commonly Used Types: System.Net.Http.WinHttpHandler

187.7M
downloads
Microsoft.CodeDom.Providers.DotNetCompilerPlatform package icon

Microsoft.CodeDom.Providers.DotNetCompilerPlatform

Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems. This package was built from the source at https://github.com/aspnet/RoslynCodeDomProvider/commit/6e07f00c343d804f2c7398eadfaeeeda23b44a68

179.5M
downloads
System.IO.UnmanagedMemoryStream package icon

System.IO.UnmanagedMemoryStream

Provides classes for access to unmanaged blocks of memory from managed code. Commonly Used Types: System.IO.UnmanagedMemoryStream System.IO.UnmanagedMemoryAccessor When using NuGet 3.x this package requires at least version 3.4.

177.6M
downloads
System.IO.Pipes package icon

System.IO.Pipes

Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream When using NuGet 3.x this package requires at least version 3.4.

175.1M
downloads
Microsoft.AspNet.Web.Optimization package icon

Microsoft.AspNet.Web.Optimization

ASP.NET Optimization introduces a way to bundle and optimize CSS and JavaScript files.

172.2M
downloads
Microsoft.AspNetCore.App.Runtime.win-x64 package icon

Microsoft.AspNetCore.App.Runtime.win-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

171.4M
downloads
System.IO.MemoryMappedFiles package icon

System.IO.MemoryMappedFiles

Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space. Commonly Used Types: System.IO.MemoryMappedFiles.MemoryMappedViewAccessor System.IO.MemoryMappedFiles.MemoryMappedViewStream System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFileAccess When using NuGet 3.x this package requires at least version 3.4.

168.2M
downloads
Microsoft.AspNetCore.Mvc.Analyzers package icon

Microsoft.AspNetCore.Mvc.Analyzers

CSharp Analyzers for ASP.NET Core MVC.

165.2M
downloads
Microsoft.AspNetCore.WebSockets package icon

Microsoft.AspNetCore.WebSockets

ASP.NET Core web socket middleware for use on top of opaque servers.

164.8M
downloads
Microsoft.Extensions.Options.DataAnnotations package icon

Microsoft.Extensions.Options.DataAnnotations

Provides additional DataAnnotations specific functionality related to Options.

164.1M
downloads
Microsoft.AspNetCore.Http.Connections.Client package icon

Microsoft.AspNetCore.Http.Connections.Client

Client for ASP.NET Core Connection Handlers This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

158.1M
downloads
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation package icon

Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation

Runtime compilation support for Razor views and Razor Pages in ASP.NET Core MVC. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

157.7M
downloads
Microsoft.Extensions.Http.Diagnostics package icon

Microsoft.Extensions.Http.Diagnostics

Telemetry support for HTTP Client.

153.6M
downloads
Microsoft.Extensions.Configuration.Xml package icon

Microsoft.Extensions.Configuration.Xml

XML configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from XML files. You can use XmlConfigurationExtensions.AddXmlFile extension method on IConfigurationBuilder to add XML configuration provider to the configuration builder.

145.8M
downloads
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore package icon

Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore

Components for performing health checks using EntityFrameworkCore. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

144.8M
downloads
Microsoft.AspNetCore.SpaServices.Extensions package icon

Microsoft.AspNetCore.SpaServices.Extensions

Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

142.7M
downloads
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore package icon

Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

142.5M
downloads
Microsoft.Owin.Security.OAuth package icon

Microsoft.Owin.Security.OAuth

Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.

141.9M
downloads
Microsoft.AspNetCore.Identity package icon

Microsoft.AspNetCore.Identity

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.

140.3M
downloads
Microsoft.AspNetCore.SignalR.Client package icon

Microsoft.AspNetCore.SignalR.Client

Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

137.1M
downloads
Microsoft.AspNetCore.SignalR.Client.Core package icon

Microsoft.AspNetCore.SignalR.Client.Core

Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

135.8M
downloads
Modernizr package icon

Modernizr

Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

134.6M
downloads
Microsoft.Owin.Security.Cookies package icon

Microsoft.Owin.Security.Cookies

Middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.

131.3M
downloads
Microsoft.AspNetCore.Authentication.Facebook package icon

Microsoft.AspNetCore.Authentication.Facebook

ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

129.9M
downloads
jQuery.Validation package icon

jQuery.Validation

This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

128.3M
downloads
Microsoft.AspNetCore.Identity.UI package icon

Microsoft.AspNetCore.Identity.UI

ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

127.0M
downloads
Microsoft.AspNetCore.HostFiltering package icon

Microsoft.AspNetCore.HostFiltering

ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.

125.6M
downloads
dotnet-ef package icon

dotnet-ef

Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update

125.6M
downloads
Microsoft.Data.Sqlite package icon

Microsoft.Data.Sqlite

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction

125.4M
downloads
Microsoft.Extensions.Configuration.Ini package icon

Microsoft.Extensions.Configuration.Ini

INI configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from INI files. You can use IniConfigurationExtensions.AddIniFile extension method on IConfigurationBuilder to add INI configuration provider to the configuration builder.

122.2M
downloads
Microsoft.AspNetCore.Authentication.Twitter package icon

Microsoft.AspNetCore.Authentication.Twitter

ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

121.4M
downloads
Microsoft.AspNetCore.Http.Connections package icon

Microsoft.AspNetCore.Http.Connections

Components for providing real-time bi-directional communication across the Web.

120.2M
downloads
Microsoft.AspNet.Cors package icon

Microsoft.AspNet.Cors

This package contains the core components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET.

116.6M
downloads
Microsoft.DotNet.Scaffolding.Shared package icon

Microsoft.DotNet.Scaffolding.Shared

Contains interfaces for Project Model and messaging for scaffolding.

114.5M
downloads
Microsoft.AspNetCore.Authentication.OAuth package icon

Microsoft.AspNetCore.Authentication.OAuth

ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.

114.3M
downloads
Microsoft.jQuery.Unobtrusive.Validation package icon

Microsoft.jQuery.Unobtrusive.Validation

jQuery plugin that unobtrusively sets up jQuery.Validation.

113.1M
downloads
Microsoft.AspNetCore.SignalR.Core package icon

Microsoft.AspNetCore.SignalR.Core

Real-time communication framework for ASP.NET Core.

113.0M
downloads
Microsoft.AspNet.Identity.Core package icon

Microsoft.AspNet.Identity.Core

Core interfaces for ASP.NET Identity.

112.6M
downloads
Microsoft.EntityFrameworkCore.Proxies package icon

Microsoft.EntityFrameworkCore.Proxies

Lazy loading proxies for Entity Framework Core.

112.1M
downloads
Microsoft.AspNetCore.DataProtection.Extensions package icon

Microsoft.AspNetCore.DataProtection.Extensions

Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

107.8M
downloads
Microsoft.Extensions.Hosting.WindowsServices package icon

Microsoft.Extensions.Hosting.WindowsServices

.NET hosting infrastructure for Windows Services.

107.3M
downloads
Microsoft.Extensions.Caching.SqlServer package icon

Microsoft.Extensions.Caching.SqlServer

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

103.3M
downloads
Microsoft.AspNetCore.SpaServices package icon

Microsoft.AspNetCore.SpaServices

Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

99.6M
downloads
Microsoft.AspNetCore.NodeServices package icon

Microsoft.AspNetCore.NodeServices

Invoke Node.js modules at runtime in ASP.NET Core applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

99.6M
downloads
Microsoft.AspNet.WebApi.Owin package icon

Microsoft.AspNet.WebApi.Owin

This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.

96.9M
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv

Libuv transport for the ASP.NET Core Kestrel cross-platform web server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

95.2M
downloads
Microsoft.Extensions.Configuration.AzureKeyVault package icon

Microsoft.Extensions.Configuration.AzureKeyVault

Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets It is recommended that you move to the new package.

95.1M
downloads
Microsoft.AspNetCore.SignalR package icon

Microsoft.AspNetCore.SignalR

Components for providing real-time bi-directional communication across the Web.

94.0M
downloads
Microsoft.AspNetCore.Components.Authorization package icon

Microsoft.AspNetCore.Components.Authorization

Authentication and authorization support for Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

89.4M
downloads
Microsoft.AspNet.TelemetryCorrelation package icon

Microsoft.AspNet.TelemetryCorrelation

A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource.

88.1M
downloads
Microsoft.AspNetCore.Authentication.MicrosoftAccount package icon

Microsoft.AspNetCore.Authentication.MicrosoftAccount

ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

87.8M
downloads
Microsoft.AspNet.Identity.Owin package icon

Microsoft.AspNet.Identity.Owin

Owin implementation for ASP.NET Identity.

87.7M
downloads
Microsoft.AspNet.WebApi.Cors package icon

Microsoft.AspNet.WebApi.Cors

This package contains the components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET Web API.

86.0M
downloads
Microsoft.AspNetCore.ResponseCompression package icon

Microsoft.AspNetCore.ResponseCompression

ASP.NET Core middleware for HTTP Response compression.

84.2M
downloads
Microsoft.AspNetCore.Server.IIS package icon

Microsoft.AspNetCore.Server.IIS

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/e7f262e33108e92fc8805b925cc04b07d254118b

84.2M
downloads
Microsoft.VisualStudio.Web.CodeGeneration.Tools package icon

Microsoft.VisualStudio.Web.CodeGeneration.Tools

Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.

81.9M
downloads
Microsoft.AspNetCore.Mvc.Formatters.Xml package icon

Microsoft.AspNetCore.Mvc.Formatters.Xml

ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.

79.0M
downloads
Microsoft.EntityFrameworkCore.Relational.Design package icon

Microsoft.EntityFrameworkCore.Relational.Design

Shared design-time Entity Framework Core components for relational database providers.

77.4M
downloads
Microsoft.AspNetCore.CookiePolicy package icon

Microsoft.AspNetCore.CookiePolicy

ASP.NET Core cookie policy classes to control the behavior of cookies.

76.9M
downloads
Microsoft.JSInterop.WebAssembly package icon

Microsoft.JSInterop.WebAssembly

Abstractions and features for interop between .NET WebAssembly and JavaScript code. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

75.8M
downloads
Microsoft.AspNetCore.Components.WebAssembly package icon

Microsoft.AspNetCore.Components.WebAssembly

Build client-side single-page applications (SPAs) with Blazor running under WebAssembly. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

74.7M
downloads
Microsoft.Extensions.Logging.TraceSource package icon

Microsoft.Extensions.Logging.TraceSource

TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().

74.7M
downloads
Microsoft.AspNetCore.MiddlewareAnalysis package icon

Microsoft.AspNetCore.MiddlewareAnalysis

ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

73.5M
downloads
Microsoft.AspNetCore.Session package icon

Microsoft.AspNetCore.Session

ASP.NET Core session state middleware.

72.8M
downloads
Microsoft.AspNetCore.Owin package icon

Microsoft.AspNetCore.Owin

ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

72.2M
downloads
Microsoft.Extensions.Logging.AzureAppServices package icon

Microsoft.Extensions.Logging.AzureAppServices

Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

71.5M
downloads
Microsoft.AspNet.SignalR.Core package icon

Microsoft.AspNet.SignalR.Core

Async signaling library for .NET to help build real-time, multi-user interactive web applications.

70.3M
downloads
Microsoft.AspNetCore.Diagnostics.HealthChecks package icon

Microsoft.AspNetCore.Diagnostics.HealthChecks

ASP.NET Core middleware for returning the results of Health Checks in the application This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa

70.2M
downloads
Microsoft.AspNetCore.DataProtection.StackExchangeRedis package icon

Microsoft.AspNetCore.DataProtection.StackExchangeRedis

Support for storing data protection keys in Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

69.4M
downloads
Microsoft.AspNetCore.Server.HttpSys package icon

Microsoft.AspNetCore.Server.HttpSys

ASP.NET Core HTTP server that uses the Windows HTTP Server API.

67.9M
downloads
Microsoft.AspNetCore.Rewrite package icon

Microsoft.AspNetCore.Rewrite

ASP.NET Core basic middleware for rewriting URLs. Includes: * Support for custom URL rewrite rules * Support for running IIS URL Rewrite module rules * Support for running Apache mod_rewrite rules.

67.3M
downloads
Microsoft.AspNet.Identity.EntityFramework package icon

Microsoft.AspNet.Identity.EntityFramework

ASP.NET Identity providers that use Entity Framework.

63.3M
downloads
jQuery.UI.Combined package icon

jQuery.UI.Combined

jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

61.7M
downloads
Microsoft.Extensions.Caching.Redis package icon

Microsoft.Extensions.Caching.Redis

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.

61.0M
downloads
Microsoft.AspNetCore.ResponseCaching package icon

Microsoft.AspNetCore.ResponseCaching

ASP.NET Core middleware for caching HTTP responses on the server.

60.7M
downloads
Microsoft.AspNetCore.Authentication.WsFederation package icon

Microsoft.AspNetCore.Authentication.WsFederation

ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

59.8M
downloads
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation package icon

Microsoft.AspNetCore.Mvc.Razor.ViewCompilation

Build-time references required to enable Razor view compilation as part of building the application.

59.4M
downloads
Microsoft.Extensions.Configuration.KeyPerFile package icon

Microsoft.Extensions.Configuration.KeyPerFile

Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

58.6M
downloads
Microsoft.AspNetCore.Localization.Routing package icon

Microsoft.AspNetCore.Localization.Routing

Provides a request culture provider which gets culture and ui-culture from request's route data.

58.2M
downloads
Microsoft.AspNet.WebApi.HelpPage package icon

Microsoft.AspNet.WebApi.HelpPage

The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API project.

57.8M
downloads
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore package icon

Microsoft.AspNetCore.DataProtection.EntityFrameworkCore

Support for storing keys using Entity Framework Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

57.7M
downloads
Microsoft.AspNetCore.Authentication.Negotiate package icon

Microsoft.AspNetCore.Authentication.Negotiate

ASP.NET Core authentication handler used to authenticate requests using Negotiate, Kerberos, or NTLM. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

57.3M
downloads
Microsoft.Owin.Hosting package icon

Microsoft.Owin.Hosting

Provides default infrastructure types for hosting and running OWIN-based applications.

56.2M
downloads
Microsoft.Owin.Security.Jwt package icon

Microsoft.Owin.Security.Jwt

Middleware that enables an application to protect and validate JSON Web Tokens.

55.0M
downloads
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite package icon

Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite

NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.

54.1M
downloads
Microsoft.AspNetCore.HttpsPolicy package icon

Microsoft.AspNetCore.HttpsPolicy

ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.

54.0M
downloads
Microsoft.VisualStudio.Web.BrowserLink package icon

Microsoft.VisualStudio.Web.BrowserLink

A middleware that supports creating a communication channel between the development environment and one or more web browsers. This package was built from the source code at https://github.com/aspnet/BrowserLink/tree/8cd3e0844d74975060a2bb1abb1e0a5ff943ce45

52.3M
downloads
Microsoft.AspNet.SignalR.SystemWeb package icon

Microsoft.AspNet.SignalR.SystemWeb

Incredibly simple real-time web for .NET. Components for using ASP.NET SignalR in applications hosted on System.Web.

51.2M
downloads
Microsoft.AspNetCore.Components.WebAssembly.Authentication package icon

Microsoft.AspNetCore.Components.WebAssembly.Authentication

Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

50.8M
downloads
Microsoft.Owin.Cors package icon

Microsoft.Owin.Cors

This package contains the components to enable Cross-Origin Resource Sharing (CORS) in OWIN middleware.

50.8M
downloads
Microsoft.Owin.Security.OpenIdConnect package icon

Microsoft.Owin.Security.OpenIdConnect

Middleware that enables an application to use OpenIdConnect for authentication.

50.0M
downloads
Microsoft.Extensions.ApiDescription.Client package icon

Microsoft.Extensions.ApiDescription.Client

MSBuild tasks and targets for code generation This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

49.7M
downloads
Microsoft.jQuery.Unobtrusive.Ajax package icon

Microsoft.jQuery.Unobtrusive.Ajax

jQuery plugin that unobtrusively sets up jQuery Ajax.

49.2M
downloads
Microsoft.Owin.Host.HttpListener package icon

Microsoft.Owin.Host.HttpListener

OWIN server built on the .NET Framework's HttpListener class. Currently the default server used for self-hosting.

48.8M
downloads
Microsoft.AspNet.SignalR.JS package icon

Microsoft.AspNet.SignalR.JS

JavaScript client for ASP.NET SignalR.

48.7M
downloads
Microsoft.AspNetCore.SignalR.StackExchangeRedis package icon

Microsoft.AspNetCore.SignalR.StackExchangeRedis

Provides scale-out support for ASP.NET Core SignalR using a Redis server and the StackExchange.Redis client. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

46.8M
downloads
Microsoft.AspNet.SignalR package icon

Microsoft.AspNet.SignalR

Incredibly simple real-time web for .NET. This package pulls in the server components and JavaScript client required to use SignalR in an ASP.NET application.

45.8M
downloads
Microsoft.AspNetCore.App.Runtime.linux-arm64 package icon

Microsoft.AspNetCore.App.Runtime.linux-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

45.1M
downloads
Microsoft.AspNetCore.Components.WebAssembly.DevServer package icon

Microsoft.AspNetCore.Components.WebAssembly.DevServer

Deprecated. Use Microsoft.AspNetCore.Components.Gateway instead of Microsoft.AspNetCore.Components.WebAssembly.DevServer.

44.4M
downloads
Microsoft.AspNetCore.App package icon

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

43.0M
downloads
Microsoft.AspNetCore.AzureAppServicesIntegration package icon

Microsoft.AspNetCore.AzureAppServicesIntegration

ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

42.6M
downloads
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson package icon

Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson

Implements the SignalR Hub Protocol using Newtonsoft.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

42.5M
downloads
Microsoft.AspNetCore.DataProtection.AzureStorage package icon

Microsoft.AspNetCore.DataProtection.AzureStorage

Microsoft Azure Blob storage support as key store. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs It is recommended that you move to the new package. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d1fa2cb155ab9226f20b87ab0d7a1eb16b8a8b69

42.4M
downloads
Microsoft.AspNetCore.HeaderPropagation package icon

Microsoft.AspNetCore.HeaderPropagation

ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

42.0M
downloads
Microsoft.Owin.Security.Google package icon

Microsoft.Owin.Security.Google

Contains middlewares to support Google's OAuth 2.0 authentication workflow.

39.7M
downloads
Microsoft.AspNetCore.AzureAppServices.HostingStartup package icon

Microsoft.AspNetCore.AzureAppServices.HostingStartup

ASP.NET Core lightup integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

39.3M
downloads
Microsoft.AspNetCore.All package icon

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

37.0M
downloads
Microsoft.Owin.Security.Facebook package icon

Microsoft.Owin.Security.Facebook

Middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.

35.9M
downloads
Microsoft.Owin.Security.MicrosoftAccount package icon

Microsoft.Owin.Security.MicrosoftAccount

Middleware that enables an application to support the Microsoft Account authentication workflow.

35.7M
downloads
Microsoft.Extensions.CommandLineUtils package icon

Microsoft.Extensions.CommandLineUtils

Command-line parsing API. Commonly used types: Microsoft.Extensions.CommandLineUtils.CommandLineApplication Microsoft.Extensions.CommandLineUtils.CommandOption

35.7M
downloads
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 package icon

Microsoft.AspNetCore.App.Runtime.linux-musl-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

33.7M
downloads
Microsoft.Owin.Security.Twitter package icon

Microsoft.Owin.Security.Twitter

Middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.

33.5M
downloads
Microsoft.EntityFrameworkCore.SqlServer.Abstractions package icon

Microsoft.EntityFrameworkCore.SqlServer.Abstractions

Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId

33.2M
downloads
Microsoft.AspNet.SignalR.Client package icon

Microsoft.AspNet.SignalR.Client

.NET client for ASP.NET SignalR.

33.2M
downloads
Microsoft.EntityFrameworkCore.SqlServer.HierarchyId package icon

Microsoft.EntityFrameworkCore.SqlServer.HierarchyId

Adds hierarchyid support to the SQL Server EF Core provider

32.6M
downloads
Microsoft.AspNetCore.App.Runtime.osx-x64 package icon

Microsoft.AspNetCore.App.Runtime.osx-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

31.4M
downloads
Microsoft.AspNetCore.Components.WebAssembly.Server package icon

Microsoft.AspNetCore.Components.WebAssembly.Server

Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

31.0M
downloads
Microsoft.AspNetCore.Authentication.AzureAD.UI package icon

Microsoft.AspNetCore.Authentication.AzureAD.UI

ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

30.8M
downloads
Microsoft.AspNetCore.ApplicationInsights.HostingStartup package icon

Microsoft.AspNetCore.ApplicationInsights.HostingStartup

ASP.NET Core lightup integration with Application Insights.

29.8M
downloads
Microsoft.EntityFrameworkCore.Sqlite.Design package icon

Microsoft.EntityFrameworkCore.Sqlite.Design

Design-time Entity Framework Core functionality for SQLite

29.7M
downloads
Microsoft.AspNetCore.App.Runtime.win-x86 package icon

Microsoft.AspNetCore.App.Runtime.win-x86

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

29.5M
downloads
Microsoft.AspNet.WebApi.OData package icon

Microsoft.AspNet.WebApi.OData

This package contains everything you need to create OData endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.

29.4M
downloads
Microsoft.Web.Xdt package icon

Microsoft.Web.Xdt

Microsoft Xml Document Transformation (XDT) enables transformig XML files. This is the same technology used to transform web.config files for Visual Studio web projects.

29.0M
downloads
Microsoft.AspNet.WebApi.OwinSelfHost package icon

Microsoft.AspNet.WebApi.OwinSelfHost

This package allows you to host ASP.NET Web API within your own process using the OWIN HttpListener server. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

27.4M
downloads
Microsoft.AspNet.WebPages.Data package icon

Microsoft.AspNet.WebPages.Data

This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.

27.2M
downloads
Microsoft.AspNet.WebPages.WebData package icon

Microsoft.AspNet.WebPages.WebData

This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.

26.6M
downloads
Microsoft.AspNetCore.SignalR.Protocols.MessagePack package icon

Microsoft.AspNetCore.SignalR.Protocols.MessagePack

Implements the SignalR Hub Protocol over MsgPack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

25.8M
downloads
Microsoft.AspNetCore.Mvc.Razor.Host package icon

Microsoft.AspNetCore.Mvc.Razor.Host

ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.

25.0M
downloads
Microsoft.Web.WebJobs.Publish package icon

Microsoft.Web.WebJobs.Publish

This NuGet package is used to help support deployment of Azure WebJobs from within Microsoft Visual Studio.

24.8M
downloads
Microsoft.AspNet.Providers.Core package icon

Microsoft.AspNet.Providers.Core

ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.

24.2M
downloads
Microsoft.AspNetCore.Authentication.Certificate package icon

Microsoft.AspNetCore.Authentication.Certificate

ASP.NET Core middleware that enables an application to support certificate authentication. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

24.0M
downloads
Microsoft.EntityFrameworkCore.Cosmos package icon

Microsoft.EntityFrameworkCore.Cosmos

Azure Cosmos provider for Entity Framework Core.

22.7M
downloads
Microsoft.AspNetCore.SpaProxy package icon

Microsoft.AspNetCore.SpaProxy

Helpers for launching the SPA CLI proxy automatically when the application starts in ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

22.1M
downloads
Microsoft.Configuration.ConfigurationBuilders.Base package icon

Microsoft.Configuration.ConfigurationBuilders.Base

In .Net 4.7.1, the configuration system allows applications to use ConfigurationBuilders to build up and modify configuration at runtime when it is loaded. This package provides a base framework to ease development of basic key/value configuration builders.

22.0M
downloads
Microsoft.Extensions.Globalization.CultureInfoCache package icon

Microsoft.Extensions.Globalization.CultureInfoCache

Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.

21.7M
downloads
Microsoft.NET.Sdk.Razor package icon

Microsoft.NET.Sdk.Razor

Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

21.5M
downloads
Microsoft.AspNet.Mvc.FixedDisplayModes package icon

Microsoft.AspNet.Mvc.FixedDisplayModes

The previous version of this package contained a workaround for a bug affecting mobile view caching in ASP.NET MVC 4. As of ASP.NET MVC 5 this workaround is no longer needed. This package can be safely removed without affecting your application.

20.9M
downloads
AntiXSS package icon

AntiXSS

AntiXSS is an encoding library which uses a safe list approach to encoding. It provides Html, XML, Url, Form, LDAP, CSS, JScript and VBScript encoding methods to allow you to avoid Cross Site Scripting attacks. This library is part of the Microsoft SDL tools.

20.8M
downloads
Microsoft.AspNetCore.SystemWebAdapters package icon

Microsoft.AspNetCore.SystemWebAdapters

A collection of adapters that help with migrating from System.Web.dll based ASP.NET projects to ASP.NET Core projects by providing implementations of common System.Web APIs for use in ASP.NET Core apps.

20.7M
downloads
Microsoft.Extensions.Hosting.Systemd package icon

Microsoft.Extensions.Hosting.Systemd

.NET hosting infrastructure for Systemd Services.

20.5M
downloads
Microsoft.AspNetCore.Hosting.WindowsServices package icon

Microsoft.AspNetCore.Hosting.WindowsServices

ASP.NET Core hosting infrastructure and startup logic for web applications running within a Windows service. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

18.9M
downloads
Microsoft.AspNet.WebApi.Tracing package icon

Microsoft.AspNet.WebApi.Tracing

Enables ASP.NET Web API tracing using System.Diagnostics.

18.3M
downloads
Microsoft.AspNetCore.App.Runtime.osx-arm64 package icon

Microsoft.AspNetCore.App.Runtime.osx-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

18.3M
downloads
Microsoft.EntityFrameworkCore.SqlServer.Design package icon

Microsoft.EntityFrameworkCore.SqlServer.Design

Design-time Entity Framework Core Functionality for Microsoft SQL Server.

17.7M
downloads
Microsoft.Azure.WebJobs.Logging.ApplicationInsights package icon

Microsoft.Azure.WebJobs.Logging.ApplicationInsights

This package adds Application Insights based logging capabilities to the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

17.3M
downloads
Microsoft.AspNetCore.Components.WebView package icon

Microsoft.AspNetCore.Components.WebView

Build desktop applications with Blazor and a webview. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

17.3M
downloads
Microsoft.Owin.FileSystems package icon

Microsoft.Owin.FileSystems

This package contains file system abstractions and implementations.

17.2M
downloads
Microsoft.Owin.StaticFiles package icon

Microsoft.Owin.StaticFiles

This package contains OWIN middleware that handle requests for file system resources including files and directories.

17.0M
downloads
Microsoft.Extensions.Diagnostics.Testing package icon

Microsoft.Extensions.Diagnostics.Testing

Hand-crafted fakes to make telemetry-related testing easier.

16.6M
downloads
Microsoft.AspNetCore.SignalR.Redis package icon

Microsoft.AspNetCore.SignalR.Redis

Redis for ASP.NET Core SignalR.

16.5M
downloads
Microsoft.Owin.Security.ActiveDirectory package icon

Microsoft.Owin.Security.ActiveDirectory

Middleware that enables an application to use Microsoft's technology for authentication.

16.1M
downloads
AjaxControlToolkit package icon

AjaxControlToolkit

AjaxControlToolkit contains a rich set of controls that you can use to build highly responsive and interactive AJAX-enabled Web applications. AjaxControlToolkit contains more than 40 controls, including the AutoComplete, CollapsiblePanel, ColorPicker, MaskedEdit, Calendar, Accordion, and Watermark controls. Using AjaxControlToolkit, you can build AJAX-enabled ASP.NET Web Forms applications by dragging-and-dropping Toolkit controls from the Visual Studio Toolbox onto a Web Forms page.

16.0M
downloads
Microsoft.AspNet.SessionState.SessionStateModule package icon

Microsoft.AspNet.SessionState.SessionStateModule

In .Net 4.6.2, asp.net enables plugin async SessionState module which is a good fit for the non-in-memory SessionState data store. This async SessionState module provides the extensibility to plugin an async version of SessionState provider.

16.0M
downloads
Microsoft.EntityFrameworkCore.Tools.DotNet package icon

Microsoft.EntityFrameworkCore.Tools.DotNet

Entity Framework Core .NET Command Line Tools. Includes dotnet-ef.

15.1M
downloads
Microsoft.AspNetCore.DataProtection.AzureKeyVault package icon

Microsoft.AspNetCore.DataProtection.AzureKeyVault

Microsoft Azure KeyVault key encryption support. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys It is recommended that you move to the new package. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d1fa2cb155ab9226f20b87ab0d7a1eb16b8a8b69

14.8M
downloads
Microsoft.Owin.Diagnostics package icon

Microsoft.Owin.Diagnostics

Provides middleware components to assist in developing OWIN-based applications.

13.9M
downloads
Microsoft.AspNetCore.App.Runtime.win-arm64 package icon

Microsoft.AspNetCore.App.Runtime.win-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

13.4M
downloads
EntityFramework.SqlServerCompact package icon

EntityFramework.SqlServerCompact

Allows SQL Server Compact 4.0 to be used with Entity Framework.

13.1M
downloads
Microsoft.AspNet.WebPages.OAuth package icon

Microsoft.AspNet.WebPages.OAuth

This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.

12.3M
downloads
Microsoft.Web.LibraryManager.Build package icon

Microsoft.Web.LibraryManager.Build

MSBuild target for the Visual Studio Library Manager

11.8M
downloads
Microsoft.Owin.Testing package icon

Microsoft.Owin.Testing

Provides helper classes for unit testing OWIN components.

11.5M
downloads
Microsoft.AspNet.Providers.LocalDb package icon

Microsoft.AspNet.Providers.LocalDb

ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.

11.3M
downloads
Microsoft.AspNet.WebHelpers package icon

Microsoft.AspNet.WebHelpers

This package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes.

11.3M
downloads
Microsoft.Configuration.ConfigurationBuilders.Environment package icon

Microsoft.Configuration.ConfigurationBuilders.Environment

A basic key/value Configuration Builder for the .Net Framework that draws from environment variables.

11.0M
downloads
System.Json package icon

System.Json

System.Json

10.9M
downloads
Microsoft.Azure.WebJobs.ServiceBus package icon

Microsoft.Azure.WebJobs.ServiceBus

Package Description

10.5M
downloads
Microsoft.AspNetCore.ApiAuthorization.IdentityServer package icon

Microsoft.AspNetCore.ApiAuthorization.IdentityServer

ASP.NET Core API Authorization package powered by Identity Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fb4b5a21ebd67b31fff4ddf5c039181da504c932

10.2M
downloads
Microsoft.Authentication.WebAssembly.Msal package icon

Microsoft.Authentication.WebAssembly.Msal

Authenticate your Blazor webassembly applications with Azure Active Directory and Azure Active Directory B2C This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

10.0M
downloads
Microsoft.AspNet.WebApi.SelfHost package icon

Microsoft.AspNet.WebApi.SelfHost

This is a legacy package for hosting ASP.NET Web API within your own process (outside of IIS). Please use the Microsoft.AspNet.WebApi.OwinSelfHost package for new projects.

9.1M
downloads
System.IO.FileSystem.DriveInfo package icon

System.IO.FileSystem.DriveInfo

Provides the System.IO.DriveInfo class, which enables developers to query local drive information. Commonly Used Types: System.IO.DriveInfo System.IO.DriveType System.IO.DriveNotFoundException When using NuGet 3.x this package requires at least version 3.4.

8.9M
downloads
Microsoft.AspNet.Web.Optimization.WebForms package icon

Microsoft.AspNet.Web.Optimization.WebForms

A Web Forms control for Microsoft.AspNet.Web.Optimization

8.9M
downloads
Microsoft.Owin.SelfHost package icon

Microsoft.Owin.SelfHost

Includes components needed to host an OWIN-based application in a custom process.

8.8M
downloads
Microsoft.AspNetCore.Grpc.JsonTranscoding package icon

Microsoft.AspNetCore.Grpc.JsonTranscoding

HTTP API for gRPC ASP.NET Core This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

8.7M
downloads
AspNet.ScriptManager.jQuery package icon

AspNet.ScriptManager.jQuery

This package contains the AspNet.ScriptManager.jQuery assembly that will automatically register jQuery 3.5.0 with the ScriptManager as "jquery".

8.7M
downloads
Microsoft.Owin.Security.WsFederation package icon

Microsoft.Owin.Security.WsFederation

Middleware that enables an application to use WsFederation for authentication.

8.6M
downloads
Microsoft.Extensions.Logging.Filter package icon

Microsoft.Extensions.Logging.Filter

Provides a common way to filter log messages across all registered logger providers.

8.5M
downloads
Microsoft.SqlServer.Compact package icon

Microsoft.SqlServer.Compact

SQL Server Compact. An embedded SQL database.

8.4M
downloads
Microsoft.AspNet.FriendlyUrls.Core package icon

Microsoft.AspNet.FriendlyUrls.Core

A library that enables automatic resolution of extensionless URLs to ASP.NET file-based handlers, e.g. ASPX pages.

8.1M
downloads
Microsoft.dotnet-openapi package icon

Microsoft.dotnet-openapi

Command line tool to add an OpenAPI service reference This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

7.9M
downloads
Microsoft.AspNetCore.ConcurrencyLimiter package icon

Microsoft.AspNetCore.ConcurrencyLimiter

ASP.NET Core middleware for queuing incoming HTTP requests, to avoid threadpool starvation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/95017c711e6afc1085133d440e42b4bd78155701

7.3M
downloads
Microsoft.AspNetCore.Components.DataAnnotations.Validation package icon

Microsoft.AspNetCore.Components.DataAnnotations.Validation

Provides experimental support for validation using DataAnnotations. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/5da314644ae882ff22fb43101d0c3d89a35c40e9

7.3M
downloads
Microsoft.AspNet.ScriptManager.WebForms package icon

Microsoft.AspNet.ScriptManager.WebForms

This package contains the Microsoft.ScriptManager.WebForms assembly that will automatically register the Microsoft Ajax optimization bundle for Web Forms with ScriptManager.

7.0M
downloads
Microsoft.AspNet.ScriptManager.MSAjax package icon

Microsoft.AspNet.ScriptManager.MSAjax

This package contains the Microsoft.ScriptManager.MSAjax assembly that will automatically register the Microsoft Ajax optimization bundle for Web Forms with ScriptManager.

6.9M
downloads
Microsoft.AspNetCore.RateLimiting package icon

Microsoft.AspNetCore.RateLimiting

ASP.NET Core middleware for enforcing rate limiting in an application This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b12b77b241f0a093d53508c3cb2084860bd5339d

6.7M
downloads
Microsoft.AspNet.FriendlyUrls package icon

Microsoft.AspNet.FriendlyUrls

Adds a mobile master page and a view switcher user control to enable switching between mobile and desktop views using ASP.NET Friendly URLs. Note: This package contains content for C# Web Application Projects (WAPs) only.

6.4M
downloads
Microsoft.AspNet.Providers package icon

Microsoft.AspNet.Providers

ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.

6.3M
downloads
Microsoft.AspNetCore.Authentication.AzureADB2C.UI package icon

Microsoft.AspNetCore.Authentication.AzureADB2C.UI

ASP.NET Core Azure Active Directory B2C Integration provides components for easily integrating Azure Active Directory B2C authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

6.2M
downloads
Microsoft.Configuration.ConfigurationBuilders.UserSecrets package icon

Microsoft.Configuration.ConfigurationBuilders.UserSecrets

A basic key/value Configuration Builder for the .Net Framework that draws from a a 'secrets' file outside of source control.

6.1M
downloads
Microsoft.AspNetCore.App.Runtime.linux-arm package icon

Microsoft.AspNetCore.App.Runtime.linux-arm

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

5.9M
downloads
Microsoft.Extensions.SecretManager.Tools package icon

Microsoft.Extensions.SecretManager.Tools

Command line tool to manage user secrets for Microsoft.Extensions.Configuration.

5.8M
downloads
Microsoft.AspNet.SignalR.Owin package icon

Microsoft.AspNet.SignalR.Owin

OWIN componenets for ASP.NET SignalR.

5.8M
downloads
Microsoft.AspNetCore.SystemWebAdapters.Abstractions package icon

Microsoft.AspNetCore.SystemWebAdapters.Abstractions

A collection of abstractions to provide support for enabling configuration for Microsoft.AspNetCore.SystemWebAdapters.

5.5M
downloads
AspNet.ScriptManager.bootstrap package icon

AspNet.ScriptManager.bootstrap

This package contains the AspNet.ScriptManager.bootstrap assembly that will automatically register bootstrap 5.2.3 with the ScriptManager as "bootstrap".

5.5M
downloads
Microsoft.AspNet.SignalR.SqlServer package icon

Microsoft.AspNet.SignalR.SqlServer

Core server components for ASP.NET SignalR.

5.4M
downloads
Microsoft.Owin.Security.Interop package icon

Microsoft.Owin.Security.Interop

A compatibility layer for sharing authentication tickets between Microsoft.Owin.Security and Microsoft.AspNetCore.Authentication.

5.3M
downloads
Microsoft.DotNet.Watcher.Tools package icon

Microsoft.DotNet.Watcher.Tools

Command line tool to watch for source file changes during development and restart the dotnet command.

5.3M
downloads
Microsoft.AspNet.SignalR.Redis package icon

Microsoft.AspNet.SignalR.Redis

Redis messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.

5.2M
downloads
Microsoft.AspNetCore.Components.QuickGrid package icon

Microsoft.AspNetCore.Components.QuickGrid

Provides a simple and convenient data grid component for common grid rendering scenarios and serves as a reference architecture and performance baseline for building data grid components. If you're using Entity Framework Core for your grid IQueryables, consider using the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter">Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter</a> package. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

5.1M
downloads
System.Web.Http.Common package icon

System.Web.Http.Common

This package contains common libraries used by both ASP.NET MVC and ASP.NET Web API.

5.0M
downloads
jQuery.Migrate package icon

jQuery.Migrate

Migrate older jQuery code to jQuery 1.9+ NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

5.0M
downloads
Microsoft.AspNetCore.Grpc.Swagger package icon

Microsoft.AspNetCore.Grpc.Swagger

Swagger for gRPC ASP.NET Core This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe

5.0M
downloads
Microsoft.AspNetCore.SystemWebAdapters.CoreServices package icon

Microsoft.AspNetCore.SystemWebAdapters.CoreServices

A collection of services to provide support for enabling configuration for Microsoft.AspNetCore.SystemWebAdapters.

4.8M
downloads
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 package icon

Microsoft.AspNetCore.App.Runtime.linux-musl-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

4.7M
downloads
jquery.cookie package icon

jquery.cookie

A simple, lightweight jQuery plugin for reading, writing and deleting cookies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

4.5M
downloads
Microsoft.Configuration.ConfigurationBuilders.Azure package icon

Microsoft.Configuration.ConfigurationBuilders.Azure

A set of Configuration Builders for the .Net Framework that draw from Azure resources.

4.4M
downloads
Microsoft.AspNetCore.AzureAppServices.SiteExtension package icon

Microsoft.AspNetCore.AzureAppServices.SiteExtension

This site extension enables logging integration for ASP.NET Core applications on Azure App Service. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

4.1M
downloads
Microsoft.AspNetCore.AzureKeyVault.HostingStartup package icon

Microsoft.AspNetCore.AzureKeyVault.HostingStartup

ASP.NET Core lightup integration with Azure KeyVault.

4.1M
downloads
Microsoft.Owin.Host.SystemWeb.es package icon

Microsoft.Owin.Host.SystemWeb.es

Este paquete contiene los ensamblados satélite en español para host de ASP.NET para aplicaciones web OWIN.

4.0M
downloads
System.Runtime.CompilerServices.VisualC package icon

System.Runtime.CompilerServices.VisualC

Provides support for C++/CLI language features. Commonly Used Types: System.Runtime.CompilerServices.CallConvCdecl System.Runtime.CompilerServices.CallConvStdcall System.Runtime.CompilerServices.CallConvThiscall System.Runtime.CompilerServices.IsLong System.Runtime.CompilerServices.IsSignUnspecifiedByte System.Runtime.CompilerServices.IsImplicitlyDereferenced System.Runtime.CompilerServices.IsBoxed System.Runtime.CompilerServices.NativeCppClassAttribute System.Runtime.CompilerServices.IsUdtReturn System.Runtime.CompilerServices.CallConvFastcall When using NuGet 3.x this package requires at least version 3.4.

3.9M
downloads
Microsoft.Owin.Host.SystemWeb.fr package icon

Microsoft.Owin.Host.SystemWeb.fr

Ce package contient les assemblys satellites en français pour l’hôte ASP.NET des applications Web OWIN.

3.8M
downloads
Microsoft.Owin.Host.SystemWeb.ja package icon

Microsoft.Owin.Host.SystemWeb.ja

このパッケージには、ASP.NET Host for OWIN Web Applications の日本語サテライト アセンブリが含まれています。

3.8M
downloads
Microsoft.Net.Http.Server package icon

Microsoft.Net.Http.Server

.NET HTTP server that uses the Windows HTTP Server API.

3.7M
downloads
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis package icon

Microsoft.AspNetCore.OutputCaching.StackExchangeRedis

Output cache implementation of Microsoft.AspNetCore.OutputCaching.IOutputCacheStore using Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

3.6M
downloads
Microsoft.AspNet.SignalR.SelfHost package icon

Microsoft.AspNet.SignalR.SelfHost

This package includes the required dependencies for self-hosting SignalR in a process outside of IIS using OWIN and HTTPListener.

3.6M
downloads
Microsoft.Owin.Host.SystemWeb.de package icon

Microsoft.Owin.Host.SystemWeb.de

Dieses Paket enthält die deutschen Satellitenassemblys für den Microsoft ASP.NET-Host für OWIN-Webanwendungen.

3.6M
downloads
Microsoft.AspNet.Mvc.Futures package icon

Microsoft.AspNet.Mvc.Futures

ASP.NET MVC Futures includes unsupported prototype features for ASP.NET MVC, from the MVC team.

3.6M
downloads
Microsoft.Owin.Host.SystemWeb.ru package icon

Microsoft.Owin.Host.SystemWeb.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Host for OWIN Web Applications.

3.5M
downloads
Microsoft.Owin.Host.SystemWeb.pt-br package icon

Microsoft.Owin.Host.SystemWeb.pt-br

Este pacote contém os assemblies satélite pt-br do Host do Microsoft ASP.NET para Aplicativos Web OWIN.

3.5M
downloads
Microsoft.Owin.Host.SystemWeb.it package icon

Microsoft.Owin.Host.SystemWeb.it

Il pacchetto contiene gli assembly satellite dell'host ASP.NET per applicazioni Web di OWIN per l'italiano.

3.5M
downloads
Microsoft.Owin.Host.SystemWeb.cs package icon

Microsoft.Owin.Host.SystemWeb.cs

Balíček obsahuje česká satelitní sestavení pro Microsoft ASP.NET Host pro webové aplikace OWIN.

3.5M
downloads
Microsoft.Owin.Host.SystemWeb.ko package icon

Microsoft.Owin.Host.SystemWeb.ko

이 패키지에는 OWIN 웹 응용 프로그램용 ASP.NET 호스트용 한국어 위성 어셈블리가 포함되어 있습니다.

3.5M
downloads
Microsoft.Owin.Host.SystemWeb.pl package icon

Microsoft.Owin.Host.SystemWeb.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące hosta platformy ASP.NET dla aplikacji sieci Web środowiska OWIN.

3.5M
downloads
Microsoft.Owin.Host.SystemWeb.tr package icon

Microsoft.Owin.Host.SystemWeb.tr

Bu paket OWIN Web Uygulamaları ASP.NET Ana Bilgisayarı Türkçe yardımcı derlemeleri içerir.

3.4M
downloads
Mvc2Futures package icon

Mvc2Futures

ASP.NET MVC 2 Futures includes unsupported prototype features for ASP.NET MVC 2, from the MVC team.

3.4M
downloads
Microsoft.AspNet.SignalR.StackExchangeRedis package icon

Microsoft.AspNet.SignalR.StackExchangeRedis

Redis messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.

3.2M
downloads
Microsoft.VisualStudio.Web.BrowserLink.12.0 package icon

Microsoft.VisualStudio.Web.BrowserLink.12.0

Microsoft.VisualStudio.BrowserLink.12.0 contracts assembly for Visual Studio.

3.0M
downloads
Microsoft.AspNetCore.Mvc.Api.Analyzers package icon

Microsoft.AspNetCore.Mvc.Api.Analyzers

CSharp Analyzers for ASP.NET Core MVC.

3.0M
downloads
Microsoft.VisualStudio.TaskRunnerExplorer.14.0 package icon

Microsoft.VisualStudio.TaskRunnerExplorer.14.0

Microsoft.VisualStudio.TaskRunnerExplorer.14.0 contracts assembly for Visual Studio.

3.0M
downloads
MicrosoftWebMvc package icon

MicrosoftWebMvc

ASP.NET MVC 2 Futures includes unsupported prototype features for ASP.NET MVC 2, from the MVC team.

2.9M
downloads
jQuery.Validation.Unobtrusive package icon

jQuery.Validation.Unobtrusive

Legacy package, jQuery.Validation.Unobtrusive is now included in the 'Microsoft.jQuery.Unobtrusive.Validation' package.

2.9M
downloads
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1

.NET Aspire workload manifest

2.8M
downloads
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite package icon

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite

NetTopologySuite support for the SQLite database provider for Entity Framework Core.

2.8M
downloads
Microsoft.Azure.WebJobs.Extensions.SendGrid package icon

Microsoft.Azure.WebJobs.Extensions.SendGrid

This package contains SendGrid binding extensions.

2.6M
downloads
Microsoft.AspNet.Mvc.es package icon

Microsoft.AspNet.Mvc.es

Este paquete contiene los ensamblados satélites en español para ASP.NET MVC.

2.5M
downloads
Microsoft.AspNet.WebPages.es package icon

Microsoft.AspNet.WebPages.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web Pages 3.

2.5M
downloads
Microsoft.AspNet.Razor.es package icon

Microsoft.AspNet.Razor.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Razor.

2.5M
downloads
jquery.mobile package icon

jquery.mobile

A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

2.5M
downloads
Microsoft.Owin.Security.es package icon

Microsoft.Owin.Security.es

Este paquete contiene los ensamblados satélite en español de Microsoft Owin Security

2.5M
downloads
Microsoft.AspNet.WebHooks.Common package icon

Microsoft.AspNet.WebHooks.Common

This package provides common functionality for sending and receiving WebHooks using ASP.NET.

2.4M
downloads
Mvc3Futures package icon

Mvc3Futures

ASP.NET MVC Futures includes unsupported prototype features for ASP.NET MVC 3, from the MVC team.

2.4M
downloads
Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter package icon

Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter

Provides an Entity Framework Core adapter for the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid">Microsoft.AspNetCore.Components.QuickGrid</a> package. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

2.4M
downloads
Microsoft.Crank.Agent package icon

Microsoft.Crank.Agent

The benchmarking agent

2.4M
downloads
Microsoft.VisualStudio.Web.BrowserLink.Loader package icon

Microsoft.VisualStudio.Web.BrowserLink.Loader

A middleware that supports creating a communication channel between the development environment and one or more web browsers.

2.4M
downloads
Microsoft.AspNet.SignalR.ServiceBus3 package icon

Microsoft.AspNet.SignalR.ServiceBus3

Service Bus v3 messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.

2.4M
downloads
System.Web.Providers package icon

System.Web.Providers

Legacy package, System.Web.Providers is now included in the 'Microsoft.AspNet.Providers' package.

2.4M
downloads
Microsoft.Owin.Security.fr package icon

Microsoft.Owin.Security.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Security

2.4M
downloads
Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration package icon

Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration

A set of Configuration Builders for the .Net Framework that draw from Azure AppConfiguration stores.

2.4M
downloads
Microsoft.AspNetCore.Components.WebAssembly.HttpHandler package icon

Microsoft.AspNetCore.Components.WebAssembly.HttpHandler

Package Description This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/979632683c720152cc04d0684644c40512f4e953

2.3M
downloads
jQuery.Ajax.Unobtrusive package icon

jQuery.Ajax.Unobtrusive

Legacy package, jQuery.Ajax.Unobtrusive is now included in the 'Microsoft.jQuery.Unobtrusive.Ajax' package.

2.2M
downloads
Microsoft.AspNet.WebApi.Client.es package icon

Microsoft.AspNet.WebApi.Client.es

Este paquete contiene los ensamblados satélites en español para las ASP.NET Web API Client Libraries.

2.1M
downloads
Microsoft.AspNet.WebApi.Core.es package icon

Microsoft.AspNet.WebApi.Core.es

Este paquete contiene los ensamblados satélites en español para las Microsoft ASP.NET Web API Core Libraries (RC).

2.0M
downloads
Microsoft.AspNetCore.Diagnostics.Elm package icon

Microsoft.AspNetCore.Diagnostics.Elm

ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.

2.0M
downloads
Microsoft.AspNet.WebApi.WebHost.es package icon

Microsoft.AspNet.WebApi.WebHost.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API Web Host.

2.0M
downloads
Microsoft.AspNet.WebPages.fr package icon

Microsoft.AspNet.WebPages.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web Pages 3.

1.9M
downloads
Microsoft.AspNet.Razor.fr package icon

Microsoft.AspNet.Razor.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Razor.

1.9M
downloads
Mvc4Futures package icon

Mvc4Futures

ASP.NET MVC Futures includes unsupported prototype features for ASP.NET MVC, from the MVC team.

1.9M
downloads
Microsoft.AspNet.Mvc.fr package icon

Microsoft.AspNet.Mvc.fr

Ce package inclut les assemblys satellites Français pour ASP.NET MVC.

1.9M
downloads
Microsoft.Web.LibraryManager.Cli package icon

Microsoft.Web.LibraryManager.Cli

Command line tool for Library Manager

1.9M
downloads
AspNet.ScriptManager.jQuery.UI.Combined package icon

AspNet.ScriptManager.jQuery.UI.Combined

This package contains the AspNet.ScriptManager.jQuery.UI.Combined assembly that will automatically register jQuery.UI.Combined 1.13.2 with the ScriptManager as "jquery.ui.combined".

1.9M
downloads
Microsoft.AspNet.WebHooks.Receivers package icon

Microsoft.AspNet.WebHooks.Receivers

This package provides a uniform model for receiving WebHooks from an open-ended set of WebHook generators such as Dropbox, GitHub, Slack, and many more.

1.9M
downloads
Microsoft.AspNetCore.Components.CustomElements package icon

Microsoft.AspNetCore.Components.CustomElements

Provides a mechanism for using Blazor components as custom HTML elements. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

1.9M
downloads
microsoft-web-helpers package icon

microsoft-web-helpers

This package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes. This package is not compatible with ASP.NET MVC.

1.8M
downloads
Microsoft.AspNet.WebUtilities package icon

Microsoft.AspNet.WebUtilities

ASP.NET 5 common helper methods.

1.8M
downloads
Microsoft.AspNet.SignalR.ServiceBus package icon

Microsoft.AspNet.SignalR.ServiceBus

Service Bus messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.

1.8M
downloads
Microsoft.AspNet.Http.Extensions package icon

Microsoft.AspNet.Http.Extensions

ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.

1.8M
downloads
Microsoft.AspNet.Identity.EntityFramework.es package icon

Microsoft.AspNet.Identity.EntityFramework.es

Este paquete contiene los ensamblados satélite de español para las bibliotecas de ASP.NET Identity Entity Framework.

1.8M
downloads
Microsoft.AspNetCore.Server.WebListener package icon

Microsoft.AspNetCore.Server.WebListener

ASP.NET Core HTTP server for Windows.

1.7M
downloads
Microsoft.AspNet.Http.Features package icon

Microsoft.AspNet.Http.Features

ASP.NET 5 HTTP feature interface definitions.

1.7M
downloads
Microsoft.AspNet.Mvc.zh-Hans package icon

Microsoft.AspNet.Mvc.zh-Hans

此程序包包含 ASP.NET MVC 的简体中文附属程序集。

1.7M
downloads
Microsoft.AspNet.Http.Abstractions package icon

Microsoft.AspNet.Http.Abstractions

ASP.NET 5 HTTP object model. HttpContext and family.

1.7M
downloads
Microsoft.AspNet.Razor.zh-Hans package icon

Microsoft.AspNet.Razor.zh-Hans

此程序包包含 ASP.NET Razor 的简体中文附属程序集。

1.7M
downloads
Microsoft.AspNet.FileProviders.Abstractions package icon

Microsoft.AspNet.FileProviders.Abstractions

ASP.NET 5 file provider interfaces.

1.7M
downloads
Microsoft.AspNet.WebPages.zh-Hans package icon

Microsoft.AspNet.WebPages.zh-Hans

此程序包包含 ASP.NET Web Pages 3 的简体中文附属程序集。

1.7M
downloads
WebMatrix.WebData package icon

WebMatrix.WebData

Legacy package, WebMatrix.WebData is now included in the 'Microsoft.AspNet.WebPages.WebData' package.

1.7M
downloads
Microsoft.AspNet.Identity.EntityFramework.fr package icon

Microsoft.AspNet.Identity.EntityFramework.fr

Ce package contient les assemblys satellites en français pour les bibliothèques ASP.NET Identity Entity Framework.

1.6M
downloads
Microsoft.AspNet.Http package icon

Microsoft.AspNet.Http

ASP.NET 5 HTTP feature implementations.

1.6M
downloads
Microsoft.AspNet.SignalR.Utils package icon

Microsoft.AspNet.SignalR.Utils

Command line utilities for ASP.NET SignalR. This package was built from the source at: https://github.com/SignalR/SignalR/tree/7f53f266daf1aad3dabb1b6d7a71d4c1501ec8dc

1.6M
downloads
Microsoft.AspNet.Identity.EntityFramework.ja package icon

Microsoft.AspNet.Identity.EntityFramework.ja

このパッケージには、ASP.NET Identity Entity Framework ライブラリの日本語サテライト アセンブリが含まれています。

1.5M
downloads
Microsoft.AspNet.Mvc.pt-br package icon

Microsoft.AspNet.Mvc.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET MVC.

1.5M
downloads
Microsoft.AspNet.Hosting.Abstractions package icon

Microsoft.AspNet.Hosting.Abstractions

ASP.NET 5 Hosting abstractions.

1.5M
downloads
Microsoft.AspNetCore.Proxy package icon

Microsoft.AspNetCore.Proxy

Proxy Library

1.5M
downloads
dotnet-aspnet-codegenerator package icon

dotnet-aspnet-codegenerator

Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.

1.4M
downloads
Microsoft.AspNet.Identity.EntityFramework.de package icon

Microsoft.AspNet.Identity.EntityFramework.de

Dieses Paket enthält die deutschen Satellitenassemblys für die ASP.NET Identity Entity Framework-Bibliotheken.

1.4M
downloads
Microsoft.AspNet.WebApi.Core.fr package icon

Microsoft.AspNet.WebApi.Core.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web API Core Libraries.

1.4M
downloads
Microsoft.AspNet.WebApi.Client.fr package icon

Microsoft.AspNet.WebApi.Client.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web API Client Libraries.

1.4M
downloads
Microsoft.AspNet.Identity.EntityFramework.pt-br package icon

Microsoft.AspNet.Identity.EntityFramework.pt-br

Este pacote contém os assemblies satélite em português do Brasil para as Bibliotecas do ASP.NET Identity Entity Framework.

1.4M
downloads
Microsoft.AspNet.Web.Optimization.es package icon

Microsoft.AspNet.Web.Optimization.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web Optimization.

1.4M
downloads
Microsoft.AspNet.FileProviders.Physical package icon

Microsoft.AspNet.FileProviders.Physical

Implementation of ASP.NET 5 file provider abstractions for physical files.

1.4M
downloads
Microsoft.AspNet.WebApi.WebHost.fr package icon

Microsoft.AspNet.WebApi.WebHost.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web API Web Host.

1.4M
downloads
Microsoft.AspNet.Razor.pt-br package icon

Microsoft.AspNet.Razor.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Razor.

1.4M
downloads
Microsoft.AspNet.Identity.EntityFramework.ru package icon

Microsoft.AspNet.Identity.EntityFramework.ru

Этот пакет содержит русские вспомогательные сборки для библиотек ASP.NET Identity Entity Framework.

1.4M
downloads
Microsoft.AspNet.Identity.EntityFramework.it package icon

Microsoft.AspNet.Identity.EntityFramework.it

Questo pacchetto contiene gli assembly satellite per l'italiano relativi alle librerie di ASP.NET Identity Entity Framework.

1.4M
downloads
Microsoft.AspNet.Identity.EntityFramework.ko package icon

Microsoft.AspNet.Identity.EntityFramework.ko

이 패키지에는 ASP.NET Identity Entity Framework 라이브러리용 한국어 위성 어셈블리가 포함되어 있습니다.

1.4M
downloads
Mono.WebAssembly.Interop package icon

Mono.WebAssembly.Interop

Abstractions and features for interop between Mono WebAssembly and JavaScript code. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56

1.4M
downloads
Microsoft.AspNet.WebPages.pt-br package icon

Microsoft.AspNet.WebPages.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web Pages 3.

1.4M
downloads
Microsoft.AspNet.Hosting package icon

Microsoft.AspNet.Hosting

ASP.NET 5 core hosting infrastructure and startup logic for web applications.

1.4M
downloads
Microsoft.AspNet.Identity.EntityFramework.pl package icon

Microsoft.AspNet.Identity.EntityFramework.pl

Ten pakiet zawiera zestawy towarzyszące bibliotek pakietu ASP.NET Identity Entity Framework następującego języka: Polski.

1.3M
downloads
Microsoft.AspNet.SignalR.Core.es package icon

Microsoft.AspNet.SignalR.Core.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR Core.

1.3M
downloads
Microsoft.AspNet.Membership.OpenAuth package icon

Microsoft.AspNet.Membership.OpenAuth

A series of helpers to enable using DotNetOpenAuth in an ASP.NET application that utilizes the Membership system for user management.

1.3M
downloads
Microsoft.AspNet.WebApi.WebHost.zh-Hans package icon

Microsoft.AspNet.WebApi.WebHost.zh-Hans

此程序包包含 ASP.NET Web API Web Host 的简体中文附属程序集。

1.3M
downloads
Microsoft.AspNet.Identity.EntityFramework.cs package icon

Microsoft.AspNet.Identity.EntityFramework.cs

Balíček obsahuje česká satelitní sestavení pro knihovny ASP.NET Identity Entity Framework.

1.3M
downloads
Microsoft.AspNet.Identity.EntityFramework.tr package icon

Microsoft.AspNet.Identity.EntityFramework.tr

Bu paket, ASP.NET Identity Entity Framework Kitaplıkları için Türkçe uydu derlemelerini içeriyor.

1.3M
downloads
Microsoft.AspNetCore.Buffering package icon

Microsoft.AspNetCore.Buffering

ASP.NET Core middleware for buffering response bodies.

1.3M
downloads
Microsoft.AspNet.SignalR.Core.fr package icon

Microsoft.AspNet.SignalR.Core.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR Core.

1.3M
downloads
Microsoft.AspNet.SignalR.Core.de package icon

Microsoft.AspNet.SignalR.Core.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR Core.

1.3M
downloads
Microsoft.AspNet.WebApi.Client.zh-Hans package icon

Microsoft.AspNet.WebApi.Client.zh-Hans

此程序包包含 ASP.NET Web API Client Libraries 的简体中文附属程序集。

1.3M
downloads
Microsoft.AspNet.WebApi.Core.zh-Hans package icon

Microsoft.AspNet.WebApi.Core.zh-Hans

此程序包包含 ASP.NET Web API Core Libraries 的简体中文附属程序集。

1.3M
downloads
Microsoft.AspNet.SignalR.Core.tr package icon

Microsoft.AspNet.SignalR.Core.tr

Bu paket ASP.NET SignalR Core için Türkçe uydu derlemelerini içerir.

1.3M
downloads
Microsoft.Web.Deployment package icon

Microsoft.Web.Deployment

Web Deployment Framework

1.2M
downloads
Microsoft.AspNet.SignalR.Core.ru package icon

Microsoft.AspNet.SignalR.Core.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR Core.

1.2M
downloads
WebMatrix.Data package icon

WebMatrix.Data

Legacy package, WebMatrix.Data is now included in the 'Microsoft.AspNet.WebPages.Data' package.

1.2M
downloads
Microsoft.AspNet.Cryptography.Internal package icon

Microsoft.AspNet.Cryptography.Internal

Infrastructure for ASP.NET 5 cryptographic packages. Developers should not reference this package.

1.2M
downloads
Microsoft.Extensions.OptionsModel package icon

Microsoft.Extensions.OptionsModel

Provides a strongly typed way of specifying and accessing settings using dependency injection.

1.2M
downloads
Microsoft.AspNetCore.Razor.Tools package icon

Microsoft.AspNetCore.Razor.Tools

TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.

1.2M
downloads
Microsoft.AspNet.Mvc.de package icon

Microsoft.AspNet.Mvc.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET MVC.

1.2M
downloads
Microsoft.Extensions.WebEncoders.Core package icon

Microsoft.Extensions.WebEncoders.Core

Contains core encoders for HTML, JavaScript strings, and URLs.

1.2M
downloads
Microsoft.AspNet.StaticFiles package icon

Microsoft.AspNet.StaticFiles

ASP.NET 5 static files middleware.

1.2M
downloads
Microsoft.AspNetCore.DataProtection.SystemWeb package icon

Microsoft.AspNetCore.DataProtection.SystemWeb

A component to allow the ASP.NET Core data protection stack to work with the ASP.NET 4.x <machineKey> element.

1.2M
downloads
Microsoft.AspNet.Razor.ja package icon

Microsoft.AspNet.Razor.ja

このパッケージには、ASP.NET Razor の 日本語 サテライト アセンブリが含まれています。

1.2M
downloads
MicrosoftAjax package icon

MicrosoftAjax

Microsoft AJAX Framework

1.2M
downloads
Microsoft.AspNetCore.App.Runtime.linux-musl-arm package icon

Microsoft.AspNetCore.App.Runtime.linux-musl-arm

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

1.1M
downloads
Microsoft.AspNet.Hosting.Server.Abstractions package icon

Microsoft.AspNet.Hosting.Server.Abstractions

ASP.NET 5 Hosting server abstractions.

1.1M
downloads
Microsoft.AspNet.Identity.Core.es package icon

Microsoft.AspNet.Identity.Core.es

Este paquete contiene los ensamblados de español para las bibliotecas de ASP.NET Identity Core.

1.1M
downloads
jQuery.Easing package icon

jQuery.Easing

A jQuery plugin from GSGD to give advanced easing options.

1.1M
downloads
Microsoft.AspNetCore.Grpc.HttpApi package icon

Microsoft.AspNetCore.Grpc.HttpApi

HTTP API for gRPC ASP.NET Core

1.1M
downloads
Microsoft.AspNet.WebPages.de package icon

Microsoft.AspNet.WebPages.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web Pages 3.

1.1M
downloads
Microsoft.AspNetCore.App.Runtime.win-arm package icon

Microsoft.AspNetCore.App.Runtime.win-arm

Provides a default set of APIs for building an ASP.NET Core application. Contains assets used for self-contained deployments. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/898c164a1f537a8210a26eaf388bdc92531f6b09

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.es package icon

Microsoft.AspNet.SignalR.SystemWeb.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR SystemWeb.

1.1M
downloads
Microsoft.AspNetCore.Diagnostics.Middleware package icon

Microsoft.AspNetCore.Diagnostics.Middleware

ASP.NET Core middleware for collecting high-quality telemetry.

1.1M
downloads
Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync package icon

Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync

In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses SQL Server as the data store and leverages async database operation to provide better scability.

1.1M
downloads
Microsoft.AspNet.WebHooks.Custom package icon

Microsoft.AspNet.WebHooks.Custom

This package provides functionality for adding your own custom WebHook support to your ASP.NET project. The functionality enables users to register WebHooks using a simple pub/sub model, and for your code to send WebHooks to registered receivers with matching WebHook registrations.

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.fr package icon

Microsoft.AspNet.SignalR.SystemWeb.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR SystemWeb.

1.1M
downloads
Microsoft.Dnx.Compilation.Abstractions package icon

Microsoft.Dnx.Compilation.Abstractions

Abstractions for compilers used by the runtime.

1.1M
downloads
Microsoft.AspNet.Razor.de package icon

Microsoft.AspNet.Razor.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Razor.

1.1M
downloads
Microsoft.DotNet.Web.ItemTemplates package icon

Microsoft.DotNet.Web.ItemTemplates

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates::6.0.0-preview.7.21378.6'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/330c2397160929d6d3275ade03cee436265258e8

1.1M
downloads
Microsoft.EntityFrameworkCore.Specification.Tests package icon

Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.tr package icon

Microsoft.AspNet.SignalR.SystemWeb.tr

Bu paket ASP.NET SignalR SystemWeb için Türkçe uydu derlemelerini içerir.

1.1M
downloads
Microsoft.AspNet.Mvc.ja package icon

Microsoft.AspNet.Mvc.ja

このパッケージには、ASP.NET MVC の 日本語 サテライト アセンブリが含まれています。

1.1M
downloads
Microsoft.AspNet.WebPages.ja package icon

Microsoft.AspNet.WebPages.ja

このパッケージには、ASP.NET Web Pages 3 の日本語サテライト アセンブリが含まれています。

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.de package icon

Microsoft.AspNet.SignalR.SystemWeb.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR SystemWeb.

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.pt-br package icon

Microsoft.AspNet.SignalR.SystemWeb.pt-br

Este pacote contém os assemblies satélites em Português-BR para o ASP.NET SignalR SystemWeb.

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.ru package icon

Microsoft.AspNet.SignalR.SystemWeb.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR SystemWeb.

1.1M
downloads
Microsoft.AspNet.SignalR.SystemWeb.ja package icon

Microsoft.AspNet.SignalR.SystemWeb.ja

このパッケージには、ASP.NET SignalR SystemWeb の日本語サテライト アセンブリが含まれています。

1.0M
downloads
Microsoft.AspNet.SignalR.SystemWeb.it package icon

Microsoft.AspNet.SignalR.SystemWeb.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR SystemWeb per l'italiano.

1.0M
downloads
Microsoft.AspNet.SignalR.SystemWeb.ko package icon

Microsoft.AspNet.SignalR.SystemWeb.ko

이 패키지에는 ASP.NET SignalR SystemWeb용 한국어 위성 어셈블리가 포함되어 있습니다.

1.0M
downloads
Microsoft.AspNet.SignalR.SystemWeb.cs package icon

Microsoft.AspNet.SignalR.SystemWeb.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR SystemWeb.

1.0M
downloads
Microsoft.AspNet.SignalR.SystemWeb.pl package icon

Microsoft.AspNet.SignalR.SystemWeb.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR SystemWeb.

1.0M
downloads
Microsoft.AspNet.Identity.Core.fr package icon

Microsoft.AspNet.Identity.Core.fr

Ce package contient les assemblys satellites en français pour les bibliothèques ASP.NET Identity Core.

1.0M
downloads
Microsoft.AspNetCore.Components.WebView.Wpf package icon

Microsoft.AspNetCore.Components.WebView.Wpf

Build WPF apps with Blazor and WebView2.

1.0M
downloads
Microsoft.AspNet.Identity.Owin.es package icon

Microsoft.AspNet.Identity.Owin.es

Este paquete contiene los ensamblados satélite de español para las bibliotecas de ASP.NET Identity Owin.

997.3K
downloads
Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices package icon

Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices

A collection of services for ASP.NET application to incorporate Microsoft.AspNetCore.SystemWebAdapters.

987.1K
downloads
Microsoft.Configuration.ConfigurationBuilders.Json package icon

Microsoft.Configuration.ConfigurationBuilders.Json

A basic key/value Configuration Builder for the .Net Framework that draws from a json file.

979.1K
downloads
Microsoft.Azure.WebJobs.Logging package icon

Microsoft.Azure.WebJobs.Logging

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Logging. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971

962.8K
downloads
Microsoft.Tye.Extensions.Configuration package icon

Microsoft.Tye.Extensions.Configuration

Package Description

948.7K
downloads
Microsoft.EntityFrameworkCore.Relational.Specification.Tests package icon

Microsoft.EntityFrameworkCore.Relational.Specification.Tests

Shared test suite for Entity Framework Core relational database providers.

941.2K
downloads
Microsoft.dotnet-msidentity package icon

Microsoft.dotnet-msidentity

This package is a dotnet global tool which registers new Azure AD or Azure AD B2C applications, and updates your code accordingly, or modifies/edits existing Azure AD or Azure AD B2C app registrations and updates the project. This tool automates the steps of going to the portal UI for app registration and also updates the corresponding code for that application. With this tool, you can develop and register an ASP.NET Core web app, web API, gRPC service or Azure Function protected with the Microsoft identity platform, which can call Microsoft Graph or downstream web APIs. For details see https://aka.ms/dotnet-msidentity. Works with ASP.NET Core 3.1 and .NET 5.0, 6.0 projects.

922.3K
downloads
Microsoft.AspNet.WebHooks.Receivers.Custom package icon

Microsoft.AspNet.WebHooks.Receivers.Custom

This package provides support for receiving custom WebHooks from ASP.NET WebHooks implementations.

916.9K
downloads
Microsoft.AspNet.Web.Optimization.zh-Hans package icon

Microsoft.AspNet.Web.Optimization.zh-Hans

此程序包包含适用于 ASP.NET Web Optimization 的简体中文附属程序集。

910.5K
downloads
Microsoft.AspNet.WebApi.Core.ja package icon

Microsoft.AspNet.WebApi.Core.ja

このパッケージには、ASP.NET Web API Core Libraries の 日本語 サテライト アセンブリが含まれています。

902.5K
downloads
Microsoft.AspNet.WebApi.Client.ja package icon

Microsoft.AspNet.WebApi.Client.ja

このパッケージには、ASP.NET Web API Client Libraries の 日本語 サテライト アセンブリが含まれています。

895.8K
downloads
Microsoft.AspNet.WebApi.WebHost.ja package icon

Microsoft.AspNet.WebApi.WebHost.ja

このパッケージには、ASP.NET Web API Web Host の 日本語 サテライト アセンブリが含まれています。

893.3K
downloads
System.Buffers.Primitives package icon

System.Buffers.Primitives

Slices of arrays and buffers

882.8K
downloads
Microsoft.AspNet.Web.Optimization.fr package icon

Microsoft.AspNet.Web.Optimization.fr

Ce package inclut les assemblys satellites en français pour ASP.NET Web Optimization.

865.5K
downloads
System.Web.Providers.Core package icon

System.Web.Providers.Core

Legacy package, System.Web.Providers.Core is now included in the 'Microsoft.AspNet.Providers.Core' package.

860.7K
downloads
Microsoft.Owin.Security.MicrosoftAccount.es package icon

Microsoft.Owin.Security.MicrosoftAccount.es

Este paquete contiene los ensamblados satélite en español para Microsoft Owin Security Microsoft Account

858.2K
downloads
Microsoft.AspNet.WebApi.Core.de package icon

Microsoft.AspNet.WebApi.Core.de

Dieses Paket enthält die deutschen Ressourcen für Microsoft ASP.NET Web API Core Libraries.

844.6K
downloads
MicrosoftMvcAjax.Mvc5 package icon

MicrosoftMvcAjax.Mvc5

Microsoft ASP.NET MVC helpers for AJAX validation and AJAX rendering. Includes MicrosoftMvcAjax[.debug].js and MicrosoftMvcValidation[.debug].js.

839.2K
downloads
Microsoft.AspNet.WebApi.Client.de package icon

Microsoft.AspNet.WebApi.Client.de

Dieses Paket enthält die deutschen Ressourcen für Microsoft ASP.NET Web API Client Libraries.

836.9K
downloads
Microsoft.AspNet.Identity.Owin.fr package icon

Microsoft.AspNet.Identity.Owin.fr

Ce package contient les assemblys satellites en français pour les bibliothèques ASP.NET Identity Owin.

836.5K
downloads
Microsoft.AspNet.WebApi.WebHost.de package icon

Microsoft.AspNet.WebApi.WebHost.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API Web Host.

831.2K
downloads
Microsoft.Extensions.Configuration.NewtonsoftJson package icon

Microsoft.Extensions.Configuration.NewtonsoftJson

Newtonsoft JSON configuration provider implementation for Microsoft.Extensions.Configuration.

816.8K
downloads
SqlServerCompact package icon

SqlServerCompact

Legacy package, SqlServerCompact is now included in the 'Microsoft.SqlServer.Compact' package.

807.5K
downloads
jQuery.Validation.AdditionalMethods package icon

jQuery.Validation.AdditionalMethods

Addtional methods for the jQuery Validation plug-in. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

803.5K
downloads
Microsoft.AspNet.DataProtection package icon

Microsoft.AspNet.DataProtection

ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.

801.3K
downloads
Microsoft.AspNet.Routing package icon

Microsoft.AspNet.Routing

ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.

799.6K
downloads
Microsoft.AspNet.DataProtection.Abstractions package icon

Microsoft.AspNet.DataProtection.Abstractions

Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.

793.8K
downloads
Microsoft.AspNet.Mvc.Core package icon

Microsoft.AspNet.Mvc.Core

The core runtime components of ASP.NET MVC.

791.9K
downloads
Microsoft.AspNet.Identity.Core.de package icon

Microsoft.AspNet.Identity.Core.de

Dieses Paket enthält die deutschen Satellitenassemblys für die ASP.NET Identity Core-Bibliotheken.

783.0K
downloads
Microsoft.AspNet.Web.Optimization.pt-br package icon

Microsoft.AspNet.Web.Optimization.pt-br

Este pacote contém os assemblies satélite Português-BR para ASP.NET Web Optimization.

759.4K
downloads
Microsoft.AspNet.Identity.Core.pt-br package icon

Microsoft.AspNet.Identity.Core.pt-br

Este pacote contém os assemblies satélite em português do Brasil para as Bibliotecas do ASP.NET Identity Core.

758.4K
downloads
Microsoft.AspNet.Identity.Owin.ja package icon

Microsoft.AspNet.Identity.Owin.ja

このパッケージには、ASP.NET Identity Owin ライブラリの日本語サテライト アセンブリが含まれています。

754.8K
downloads
Microsoft.AspNet.Razor.Runtime package icon

Microsoft.AspNet.Razor.Runtime

Runtime components for rendering Razor pages.

737.4K
downloads
Microsoft.AspNet.Identity.Core.ja package icon

Microsoft.AspNet.Identity.Core.ja

このパッケージには、ASP.NET Identity Core ライブラリの日本語サテライト アセンブリが含まれています。

735.7K
downloads
Microsoft.AspNet.Mvc.Razor.Host package icon

Microsoft.AspNet.Mvc.Razor.Host

Design time hosting infrastructure for the ASP.NET MVC Razor view engine.

722.7K
downloads
Microsoft.AspNet.Mvc.Razor package icon

Microsoft.AspNet.Mvc.Razor

The Razor view engine for ASP.NET MVC.

721.4K
downloads
jQuery.Color package icon

jQuery.Color

A jQuery plugin that adds the ability to do color animations to jQuery. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

701.2K
downloads
Microsoft.Owin.Security.MicrosoftAccount.fr package icon

Microsoft.Owin.Security.MicrosoftAccount.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Security Microsoft Account

700.8K
downloads
System.Threading.Tasks.Channels package icon

System.Threading.Tasks.Channels

Provides synchronization data structures for passing data between producers and consumers.

688.7K
downloads
System.Binary package icon

System.Binary

Non-allocating ninary reader and writer

684.3K
downloads
OwinHost package icon

OwinHost

Provides a stand-alone executable (OwinHost.exe) which can be used to host an OWIN-based application.

680.2K
downloads
Microsoft.AspNet.Authorization package icon

Microsoft.AspNet.Authorization

ASP.NET 5 authorization classes.

678.1K
downloads
Microsoft.AspNet.WebApi.Client.pt-br package icon

Microsoft.AspNet.WebApi.Client.pt-br

Este pacote contém os assemblies satélite em português para as ASP.NET Web API Client Libraries.

675.5K
downloads
AspNetWebApi package icon

AspNetWebApi

Legacy package, AspNetWebApi is now included in the 'Microsoft.AspNet.WebApi' package.

675.3K
downloads
Microsoft.AspNet.WebApi.Core.pt-br package icon

Microsoft.AspNet.WebApi.Core.pt-br

Este pacote contém os assemblies satélite em português para as ASP.NET Web API Core Libraries.

674.1K
downloads
Microsoft.AspNet.WebApi.WebHost.pt-br package icon

Microsoft.AspNet.WebApi.WebHost.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web API Web Host.

670.5K
downloads
Microsoft.AspNet.Mvc.Abstractions package icon

Microsoft.AspNet.Mvc.Abstractions

The core abstractions of ASP.NET MVC.

660.7K
downloads
Microsoft.AspNet.Mvc.zh-Hant package icon

Microsoft.AspNet.Mvc.zh-Hant

此套件包含 ASP.NET MVC 的繁體中文附屬組件。

659.4K
downloads
Microsoft.AspNet.Identity.Owin.de package icon

Microsoft.AspNet.Identity.Owin.de

Dieses Paket enthält die deutschen Satellitenassemblys für die ASP.NET Identity Owin-Bibliotheken.

656.3K
downloads
Microsoft.DotNet.Web.ProjectTemplates.5.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.5.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.5.0::5.0.17'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3

646.7K
downloads
Microsoft.AspNet.Razor.zh-Hant package icon

Microsoft.AspNet.Razor.zh-Hant

此套件包含 ASP.NET Razor 的 繁體中文 附屬組件。

645.8K
downloads
Microsoft.Owin.Security.MicrosoftAccount.ja package icon

Microsoft.Owin.Security.MicrosoftAccount.ja

このパッケージには、Microsoft Owin Security Microsoft Account の日本語サテライト アセンブリが含まれています。

644.0K
downloads
Microsoft.AspNet.WebPages.zh-Hant package icon

Microsoft.AspNet.WebPages.zh-Hant

此套件包含 ASP.NET Web Pages 3 的繁體中文附屬組件。

640.6K
downloads
Microsoft.AspNet.Web.Optimization.ja package icon

Microsoft.AspNet.Web.Optimization.ja

このパッケージには、ASP.NET Web Optimization の 日本語 サテライト アセンブリが含まれています。

638.1K
downloads
Microsoft.AspNet.Identity.Core.ru package icon

Microsoft.AspNet.Identity.Core.ru

Этот пакет содержит русские вспомогательные сборки для библиотек ASP.NET Identity Core.

636.7K
downloads
Microsoft.AspNet.EntityDataSource package icon

Microsoft.AspNet.EntityDataSource

This package contains the runtime assembly for ASP.NET EntityDataSource control for EntityFramework.

623.8K
downloads
Microsoft.AspNet.Identity.Owin.pt-br package icon

Microsoft.AspNet.Identity.Owin.pt-br

Este pacote contém os assemblies satélite em português do Brasil para as Bibliotecas do ASP.NET Identity Owin.

621.8K
downloads
Microsoft.AspNet.OutputCache.OutputCacheModuleAsync package icon

Microsoft.AspNet.OutputCache.OutputCacheModuleAsync

Async version OutputCache module

616.1K
downloads
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces package icon

Microsoft.AspNet.PageExecutionInstrumentation.Interfaces

Abstractions for page instrumentation.

614.4K
downloads
Microsoft.AspNet.Diagnostics.Abstractions package icon

Microsoft.AspNet.Diagnostics.Abstractions

ASP.NET 5 diagnostics middleware abstractions.

609.3K
downloads
Microsoft.AspNet.Identity.Core.it package icon

Microsoft.AspNet.Identity.Core.it

Questo pacchetto contiene gli assembly satellite per l'italiano relativi alle librerie di ASP.NET Identity Core.

605.2K
downloads
AjaxControlToolkit.HtmlEditor.Sanitizer package icon

AjaxControlToolkit.HtmlEditor.Sanitizer

This package provides HTML sanitization (to prevent XSS attacks) for the AjaxControlToolkit HtmlEditor extender.

601.8K
downloads
Microsoft.AspNet.WebPages.Administration package icon

Microsoft.AspNet.WebPages.Administration

This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.

599.0K
downloads
Microsoft.AspNet.Identity.Owin.ru package icon

Microsoft.AspNet.Identity.Owin.ru

Этот пакет содержит русские вспомогательные сборки для библиотек ASP.NET Identity Owin.

595.6K
downloads
dotnet-user-secrets package icon

dotnet-user-secrets

Command line tool to manage user secrets for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/9e73c3382f4d9e6ba47afff6a1467ace945c77e7

591.8K
downloads
Microsoft.AspNet.Identity.Core.pl package icon

Microsoft.AspNet.Identity.Core.pl

Ten pakiet zawiera zestawy towarzyszące bibliotek pakietu ASP.NET Identity Core następującego języka: Polski.

584.6K
downloads
Microsoft.AspNet.Identity.Owin.it package icon

Microsoft.AspNet.Identity.Owin.it

Questo pacchetto contiene gli assembly satellite per l'italiano relativi alle librerie di ASP.NET Identity Owin.

579.5K
downloads
Microsoft.AspNet.Identity.Owin.ko package icon

Microsoft.AspNet.Identity.Owin.ko

이 패키지에는 ASP.NET Identity Owin 라이브러리용 한국어 위성 어셈블리가 포함되어 있습니다.

576.6K
downloads
Microsoft.AspNet.WebApi.Core.zh-Hant package icon

Microsoft.AspNet.WebApi.Core.zh-Hant

此套件包含 ASP.NET Web API Core Libraries 的 繁體中文 附屬組件。

575.4K
downloads
RaphaelJS package icon

RaphaelJS

Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. Raphaël ['ræfeɪəl] uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy. Raphaël currently supports Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+.

574.3K
downloads
Microsoft.AspNet.WebApi.HelpPage.VB package icon

Microsoft.AspNet.WebApi.HelpPage.VB

The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API project.

573.1K
downloads
Microsoft.AspNet.Identity.Core.ko package icon

Microsoft.AspNet.Identity.Core.ko

이 패키지에는 ASP.NET Identity Core 라이브러리용 한국어 위성 어셈블리가 포함되어 있습니다.

567.8K
downloads
Microsoft.AspNet.Mvc.ApiExplorer package icon

Microsoft.AspNet.Mvc.ApiExplorer

Contains API explorer functionality for ASP.NET MVC for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.

565.6K
downloads
Microsoft.AspNet.Identity.Owin.tr package icon

Microsoft.AspNet.Identity.Owin.tr

Bu paket, ASP.NET Identity Owin Kitaplıkları için Türkçe uydu derlemelerini içeriyor.

564.1K
downloads
Microsoft.AspNet.WebApi.Client.zh-Hant package icon

Microsoft.AspNet.WebApi.Client.zh-Hant

此套件包含 ASP.NET Web API Client Libraries 的 繁體中文 附屬組件。

562.8K
downloads
Microsoft.AspNet.Identity.Owin.pl package icon

Microsoft.AspNet.Identity.Owin.pl

Ten pakiet zawiera zestawy towarzyszące bibliotek pakietu ASP.NET Identity Owin następującego języka: Polski.

560.3K
downloads
Microsoft.Azure.WebJobs.Extensions.DocumentDB package icon

Microsoft.Azure.WebJobs.Extensions.DocumentDB

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.DocumentDB. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources

558.0K
downloads
Microsoft.Dnx.Runtime.Abstractions package icon

Microsoft.Dnx.Runtime.Abstractions

ASP.NET 5 interfaces to take advantage of capabilities exposed by the runtime.

556.1K
downloads
Microsoft.AspNet.Identity.Core.tr package icon

Microsoft.AspNet.Identity.Core.tr

Bu paket, ASP.NET Identity Core Kitaplıkları için Türkçe uydu derlemelerini içeriyor.

554.8K
downloads
Microsoft.AspNet.WebApi.WebHost.zh-Hant package icon

Microsoft.AspNet.WebApi.WebHost.zh-Hant

此套件包含 ASP.NET Web API Web Host 的 繁體中文 附屬組件。

553.9K
downloads
AspNetRazor.Core package icon

AspNetRazor.Core

Legacy package, AspNetRazor.Core is now included in the 'Microsoft.AspNet.Razor' package.

553.6K
downloads
Microsoft.AspNet.Cryptography.KeyDerivation package icon

Microsoft.AspNet.Cryptography.KeyDerivation

ASP.NET 5 utilities for key derivation.

553.3K
downloads
Microsoft.Owin.Security.MicrosoftAccount.de package icon

Microsoft.Owin.Security.MicrosoftAccount.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Microsoft Account.

551.3K
downloads
Microsoft.AspNet.Mvc.DataAnnotations package icon

Microsoft.AspNet.Mvc.DataAnnotations

Metadata and Validation using System.ComponentModel.DataAnnotations for the MVC runtime

550.1K
downloads
Microsoft.AspNet.Antiforgery package icon

Microsoft.AspNet.Antiforgery

An antiforgery system for ASP.NET designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.

549.9K
downloads
Microsoft.AspNet.Identity.Owin.cs package icon

Microsoft.AspNet.Identity.Owin.cs

Balíček obsahuje česká satelitní sestavení pro knihovny ASP.NET Identity Owin.

548.5K
downloads
AspNetWebPages.Core package icon

AspNetWebPages.Core

Legacy package, AspNetWebPages.Core is now included in the 'Microsoft.AspNet.WebPages' package.

547.6K
downloads
Microsoft.Owin.es package icon

Microsoft.Owin.es

Este paquete contiene los ensamblados satélite de español para Microsoft Owin

547.5K
downloads
Microsoft.AspNet.Mvc.ViewFeatures package icon

Microsoft.AspNet.Mvc.ViewFeatures

View Rendering features for the MVC runtime

546.6K
downloads
Microsoft.Extensions.MemoryPool package icon

Microsoft.Extensions.MemoryPool

Microsoft.Extensions.MemoryPool

545.7K
downloads
Microsoft.AspNet.Mvc.Formatters.Json package icon

Microsoft.AspNet.Mvc.Formatters.Json

JSON input and output for the MVC runtime

545.4K
downloads
Microsoft.AspNet.Html.Abstractions package icon

Microsoft.AspNet.Html.Abstractions

ASP.NET 5 HTML content interface.

539.0K
downloads
dnx-clr-win-x86 package icon

dnx-clr-win-x86

Microsoft .NET Execution environment for Desktop CLR on Windows x86

536.3K
downloads
Microsoft.AspNet.WebPages.ru package icon

Microsoft.AspNet.WebPages.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web Pages 3.

535.6K
downloads
Microsoft.AspNet.Authentication package icon

Microsoft.AspNet.Authentication

ASP.NET 5 common types used by the various authentication middleware.

533.3K
downloads
Microsoft.AspNet.Localization package icon

Microsoft.AspNet.Localization

Middleware for automatically applying culture information to HTTP requests.

532.1K
downloads
Microsoft.Dnx.Compilation.CSharp.Abstractions package icon

Microsoft.Dnx.Compilation.CSharp.Abstractions

Microsoft.Dnx.Compilation.CSharp.Abstractions

528.2K
downloads
Microsoft.AspNet.Mvc.Cors package icon

Microsoft.AspNet.Mvc.Cors

CORS features for the core MVC runtime

527.5K
downloads
Microsoft.AspNet.Identity.Core.cs package icon

Microsoft.AspNet.Identity.Core.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Identity Core Libraries.

524.2K
downloads
Microsoft.AspNet.Mvc.ru package icon

Microsoft.AspNet.Mvc.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET MVC.

522.8K
downloads
Microsoft.AspNet.Mvc.Localization package icon

Microsoft.AspNet.Mvc.Localization

Features that enable globalization & localization of MVC applications.

522.5K
downloads
Microsoft.AspNet.Razor.ru package icon

Microsoft.AspNet.Razor.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Razor.

520.7K
downloads
Microsoft.Owin.Security.MicrosoftAccount.pt-br package icon

Microsoft.Owin.Security.MicrosoftAccount.pt-br

Este pacote contém assemblies de satélite pt-br para conta da Microsoft Owin Security Microsoft Account

516.0K
downloads
Microsoft.Owin.Security.MicrosoftAccount.ru package icon

Microsoft.Owin.Security.MicrosoftAccount.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Security Microsoft Account

514.1K
downloads
Microsoft.AspNet.Diagnostics package icon

Microsoft.AspNet.Diagnostics

ASP.NET 5 Middleware for exception handling, exception display pages, and diagnostics information.

512.3K
downloads
Microsoft.Owin.Security.MicrosoftAccount.it package icon

Microsoft.Owin.Security.MicrosoftAccount.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security Microsoft Account per l'italiano

499.7K
downloads
Microsoft.Owin.Security.MicrosoftAccount.ko package icon

Microsoft.Owin.Security.MicrosoftAccount.ko

이 패키지에는 Microsoft Owin Security Microsoft Account용 한국어 위성 어셈블리가 포함되어 있습니다.

499.5K
downloads
Microsoft.AspNet.Web.Optimization.de package icon

Microsoft.AspNet.Web.Optimization.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web Optimization.

492.4K
downloads
Microsoft.AspNet.WebHooks.Custom.Api package icon

Microsoft.AspNet.WebHooks.Custom.Api

This package contains a set of ASP.NET Web API Controllers for managing your custom WebHooks filters and registrations through a REST-style interface.

489.9K
downloads
Microsoft.AspNetCore.Components.WebView.WindowsForms package icon

Microsoft.AspNetCore.Components.WebView.WindowsForms

Build Windows Forms apps with Blazor and WebView2.

489.2K
downloads
Microsoft.Dnx.Compilation.CSharp.Common package icon

Microsoft.Dnx.Compilation.CSharp.Common

ASP.NET 5 Roslyn implementation code shared with libraries performing runtime compilation.

487.8K
downloads
Microsoft.AspNet.WebHooks.Custom.Mvc package icon

Microsoft.AspNet.WebHooks.Custom.Mvc

This package exposes helpers for managing and triggering your custom WebHooks from within ASP.NET MVC Controllers.

480.6K
downloads
Microsoft.Owin.Security.MicrosoftAccount.pl package icon

Microsoft.Owin.Security.MicrosoftAccount.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Microsoft Account

473.0K
downloads
Microsoft.AspNet.Authentication.Cookies package icon

Microsoft.AspNet.Authentication.Cookies

ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.

466.9K
downloads
Microsoft.Owin.Security.MicrosoftAccount.cs package icon

Microsoft.Owin.Security.MicrosoftAccount.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Microsoft Account.

464.4K
downloads
Microsoft.Owin.Security.MicrosoftAccount.tr package icon

Microsoft.Owin.Security.MicrosoftAccount.tr

Bu paket Microsoft Owin Security Microsoft Account için Türkçe uydu derlemelerini içerir

464.0K
downloads
Microsoft.Extensions.Caching.SqlConfig.Tools package icon

Microsoft.Extensions.Caching.SqlConfig.Tools

Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching.

462.5K
downloads
Microsoft.AspNet.Razor.Runtime.Precompilation package icon

Microsoft.AspNet.Razor.Runtime.Precompilation

Supports tag helper resolution during precompilation.

452.9K
downloads
Microsoft.AspNetCore.WebSockets.Server package icon

Microsoft.AspNetCore.WebSockets.Server

ASP.NET 5 web socket middleware for use on top of opaque servers.

443.5K
downloads
Microsoft.Owin.Security.Google.es package icon

Microsoft.Owin.Security.Google.es

Este paquete contiene los ensamblados satélite en español para Microsoft Owin Security Google

437.2K
downloads
Microsoft.Owin.Security.Facebook.es package icon

Microsoft.Owin.Security.Facebook.es

Este paquete contiene los ensamblados satélite en español para Microsoft Owin Security Facebook

436.9K
downloads
Microsoft.AspNetCore.WebSockets.Protocol package icon

Microsoft.AspNetCore.WebSockets.Protocol

Managed web socket protocol parser.

436.6K
downloads
Microsoft.Owin.Security.Twitter.es package icon

Microsoft.Owin.Security.Twitter.es

Este paquete contiene los recursos en español para Microsoft Owin Security Twitter

436.5K
downloads
dnx-coreclr-linux-x64 package icon

dnx-coreclr-linux-x64

Microsoft .NET Execution environment for CoreCLR on Linux x64

431.2K
downloads
Microsoft.AspNet.IISPlatformHandler package icon

Microsoft.AspNet.IISPlatformHandler

ASP.NET 5 components for working with the IIS HttpPlatformHandler module.

431.0K
downloads
jQuery.Mobile.MVC package icon

jQuery.Mobile.MVC

Helpers for jQuery Mobile in ASP.NET MVC 4

418.9K
downloads
Microsoft.Owin.fr package icon

Microsoft.Owin.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin

415.4K
downloads
Microsoft.AspNet.WebApi.Core.ru package icon

Microsoft.AspNet.WebApi.Core.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Core Libraries.

409.9K
downloads
Microsoft.AspNetCore.ProtectedBrowserStorage package icon

Microsoft.AspNetCore.ProtectedBrowserStorage

Provides services for storing data in the browser's localStorage and sessionStorage collections via JS interop. The stored data is protected using ASP.NET Core's Data Protection capabilities.

407.4K
downloads
Microsoft.AspNetCore.AngularServices package icon

Microsoft.AspNetCore.AngularServices

Helpers for building Angular 2 applications on ASP.NET Core.

403.7K
downloads
Microsoft.AspNet.WebApi.Client.ru package icon

Microsoft.AspNet.WebApi.Client.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Client Libraries.

402.3K
downloads
Microsoft.Extensions.DependencyInjection.Specification.Tests package icon

Microsoft.Extensions.DependencyInjection.Specification.Tests

Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.

398.9K
downloads
Microsoft.AspNet.WebApi.WebHost.ru package icon

Microsoft.AspNet.WebApi.WebHost.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Web Host.

396.8K
downloads
Microsoft.AspNet.Mvc.it package icon

Microsoft.AspNet.Mvc.it

Il pacchetto contiene gli assembly satellite di ASP.NET MVC per l'italiano.

389.7K
downloads
dotnet-sql-cache package icon

dotnet-sql-cache

Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching. This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

389.2K
downloads
Microsoft.Owin.StaticFiles.cs package icon

Microsoft.Owin.StaticFiles.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Static Files.

388.3K
downloads
Microsoft.AspNet.WebHooks.Custom.AzureStorage package icon

Microsoft.AspNet.WebHooks.Custom.AzureStorage

This package provides support for persisting your custom WebHooks registrations in Microsoft Azure Table Storage.

383.4K
downloads
Microsoft.Owin.zh-Hans package icon

Microsoft.Owin.zh-Hans

此程序包包含 Microsoft Owin 的简体中文附属程序集

381.3K
downloads
Microsoft.AspNet.Mvc.TagHelpers package icon

Microsoft.AspNet.Mvc.TagHelpers

Contains a default set of Tag Helpers for building ASP.NET MVC applications.

378.9K
downloads
Microsoft.AspNet.Identity package icon

Microsoft.AspNet.Identity

Core implementation for ASP.NET Identity.

378.6K
downloads
Microsoft.DotNet.Web.Client.ItemTemplates package icon

Microsoft.DotNet.Web.Client.ItemTemplates

Web Client-Side File Templates for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Client.ItemTemplates::11.0.0-rc.1.26425.128'.

367.5K
downloads
Microsoft.Owin.Security.zh-Hans package icon

Microsoft.Owin.Security.zh-Hans

此程序包包含 Microsoft Owin Security 的简体中文附属程序集

367.2K
downloads
jquery.mousewheel package icon

jquery.mousewheel

Adds mouse wheel support for your application! Just call mousewheel to add the event and call unmousewheel to remove the event.

367.1K
downloads
Microsoft.AspNet.Identity.Core.zh-Hans package icon

Microsoft.AspNet.Identity.Core.zh-Hans

此程序包包含 ASP.NET Identity Core 的简体中文附属程序集。

365.1K
downloads
Microsoft.AspNet.DynamicData.EFProvider package icon

Microsoft.AspNet.DynamicData.EFProvider

This package contains the runtime assembly for ASP.NET DynamicData provider for EntityFramework.

363.3K
downloads
Microsoft.AspNet.WebPages.it package icon

Microsoft.AspNet.WebPages.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web Pages 3 per l'italiano.

362.8K
downloads
Microsoft.Owin.Host.SystemWeb.zh-Hans package icon

Microsoft.Owin.Host.SystemWeb.zh-Hans

此程序包包含适用于 OWIN Web 应用程序的 ASP.NET 主机的简体中文附属程序集。

356.2K
downloads
AspNetSprites-Core package icon

AspNetSprites-Core

The ASP.NET Sprite core works with the ASP.NET Sprites Web Forms control and Sprite Helper to decrease the amount of time required to request and display a page by performing optimizations on a page's images.

355.5K
downloads
Microsoft.AspNet.Razor.it package icon

Microsoft.AspNet.Razor.it

Il pacchetto contiene gli assembly satellite di ASP.NET Razor per l'italiano.

353.4K
downloads
Microsoft.Extensions.Configuration.FileProviderExtensions package icon

Microsoft.Extensions.Configuration.FileProviderExtensions

Extension methods for using configuration with file providers.

353.1K
downloads
dnx-mono package icon

dnx-mono

Microsoft .NET Execution environment for Mono

350.9K
downloads
MvcDiagnostics package icon

MvcDiagnostics

A simple ASP.NET page used to diagnose issues with an ASP.NET MVC installation. See http://bradwilson.typepad.com/blog/2010/03/diagnosing-aspnet-mvc-problems.html for more details.

349.7K
downloads
Microsoft.AspNet.Identity.Samples package icon

Microsoft.AspNet.Identity.Samples

This package contains an ASP.NET MVC application which shows you how to use the features in ASP.NET Identity. Install this package in an empty ASP.NET project.

348.9K
downloads
Microsoft.AspNet.Tooling.Razor package icon

Microsoft.AspNet.Tooling.Razor

Microsoft.AspNet.Tooling.Razor

342.3K
downloads
Microsoft.AspNet.FeatureModel package icon

Microsoft.AspNet.FeatureModel

ASP.NET 5 HTTP feature infrastructure.

336.2K
downloads
Microsoft.AspNet.WebHooks.Receivers.Generic package icon

Microsoft.AspNet.WebHooks.Receivers.Generic

This package provides support for receiving generic WebHooks with no special validation logic or security requirements. This can for example be used to receive WebHooks from IFTTT's Maker Channel or a Zapier WebHooks Action.

333.8K
downloads
Microsoft.Owin.Hosting.cs package icon

Microsoft.Owin.Hosting.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Hosting.

333.3K
downloads
Microsoft.AspNet.Web.Optimization.zh-Hant package icon

Microsoft.AspNet.Web.Optimization.zh-Hant

這個套件包含適用於 ASP.NET Web Optimization 的 繁體中文 附屬組件。

333.0K
downloads
Microsoft.Owin.Security.ja package icon

Microsoft.Owin.Security.ja

このパッケージには、Microsoft Owin Security の日本語サテライト アセンブリが含まれています。

328.1K
downloads
Microsoft.Azure.WebJobs.Extensions.Twilio package icon

Microsoft.Azure.WebJobs.Extensions.Twilio

This package contains binding extensions for Twilio.

325.3K
downloads
AspNetSprites-MvcAndRazorHelper package icon

AspNetSprites-MvcAndRazorHelper

The ASP.NET Sprite Helper allows you to use sprites and image inlining in ASP.NET MVC 3 and ASP.NET Web Pages projects.

304.4K
downloads
AjaxControlToolkit.StaticResources package icon

AjaxControlToolkit.StaticResources

This package contains files (scripts, styles, and images) for bundling (Microsoft Web Optimization).

300.5K
downloads
System.Collections.Sequences package icon

System.Collections.Sequences

Non-allocating collections

296.9K
downloads
Microsoft.AspNet.Merge package icon

Microsoft.AspNet.Merge

The ASP.NET Merge tool (Aspnet_merge.exe) enables you to combine and manage assemblies that are created by the ASP.NET Compilation (Aspnet_compiler.exe) tool.

294.2K
downloads
Microsoft.Owin.ja package icon

Microsoft.Owin.ja

このパッケージには、Microsoft Owin の日本語サテライト アセンブリが含まれています。

294.2K
downloads
Microsoft.AspNet.Server.WebListener package icon

Microsoft.AspNet.Server.WebListener

ASP.NET 5 self-host web server.

294.0K
downloads
Microsoft.Owin.Security.MicrosoftAccount.zh-Hans package icon

Microsoft.Owin.Security.MicrosoftAccount.zh-Hans

此程序包包含 Microsoft Owin Security Microsoft Account 的简体中文附属程序集

290.2K
downloads
Microsoft.AspNet.Razor.pl package icon

Microsoft.AspNet.Razor.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące platformy ASP.NET Razor.

284.0K
downloads
Microsoft.AspNet.Identity.EntityFramework.zh-Hans package icon

Microsoft.AspNet.Identity.EntityFramework.zh-Hans

此程序包包含 ASP.NET Identity Entity Framework 库的简体中文附属程序集。

283.8K
downloads
Microsoft.AspNet.Identity.Owin.zh-Hans package icon

Microsoft.AspNet.Identity.Owin.zh-Hans

此程序包包含 ASP.NET Identity Owin 库的简体中文附属程序集。

283.2K
downloads
Microsoft.DotNet.Web.ProjectTemplates.3.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.3.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.3.0::3.0.3'. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c

281.1K
downloads
Microsoft.AspNet.WebHooks.Custom.SqlStorage package icon

Microsoft.AspNet.WebHooks.Custom.SqlStorage

This package provides support for persisting your custom WebHooks registrations in a SQL database.

276.7K
downloads
Microsoft.AspNet.WebApi.Core.it package icon

Microsoft.AspNet.WebApi.Core.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API Core Libraries per l'italiano.

275.4K
downloads
Microsoft.Owin.Security.Google.fr package icon

Microsoft.Owin.Security.Google.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Security Google

273.6K
downloads
Microsoft.Tye package icon

Microsoft.Tye

Package Description

273.4K
downloads
Microsoft.AspNet.WebApi.Client.it package icon

Microsoft.AspNet.WebApi.Client.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API Client Libraries per l'italiano.

272.5K
downloads
Microsoft.DotNet.Web.ProjectTemplates.3.1 package icon

Microsoft.DotNet.Web.ProjectTemplates.3.1

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.3.1::3.1.32'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb

272.3K
downloads
Microsoft.Net.WebSockets package icon

Microsoft.Net.WebSockets

Implementation of WebSocket abstract base class. Used by WebListener.

272.1K
downloads
Microsoft.Owin.Hosting.de package icon

Microsoft.Owin.Hosting.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Hosting.

271.2K
downloads
Microsoft.Owin.Hosting.ru package icon

Microsoft.Owin.Hosting.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Hosting

270.8K
downloads
Microsoft.AspNet.WebApi.WebHost.it package icon

Microsoft.AspNet.WebApi.WebHost.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API Web Host per l'italiano.

270.4K
downloads
Microsoft.Owin.Hosting.ja package icon

Microsoft.Owin.Hosting.ja

このパッケージには、Microsoft Owin Hosting の日本語サテライト アセンブリが含まれています。

270.0K
downloads
Microsoft.Owin.Hosting.fr package icon

Microsoft.Owin.Hosting.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Hosting

269.5K
downloads
Microsoft.Owin.Hosting.pl package icon

Microsoft.Owin.Hosting.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Hosting

269.5K
downloads
Microsoft.Owin.Hosting.es package icon

Microsoft.Owin.Hosting.es

Este paquete contiene los ensamblados satélite en español de Microsoft Owin Hosting

269.3K
downloads
Microsoft.Owin.Hosting.pt-br package icon

Microsoft.Owin.Hosting.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Hosting

269.2K
downloads
Microsoft.Owin.Hosting.pt-br package icon

Microsoft.Owin.Hosting.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Hosting

269.2K
downloads
Microsoft.Owin.Hosting.tr package icon

Microsoft.Owin.Hosting.tr

Bu paket Microsoft Owin Hosting için Türkçe yardımcı derlemeleri içerir

269.0K
downloads
Microsoft.Owin.Hosting.it package icon

Microsoft.Owin.Hosting.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Hosting per l'italiano

269.0K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0::3.0.3'. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c

268.9K
downloads
Microsoft.AspNet.Server.IIS package icon

Microsoft.AspNet.Server.IIS

ASP.NET 5 server implementation for IIS and IIS Express.

267.9K
downloads
Microsoft.Owin.Hosting.ko package icon

Microsoft.Owin.Hosting.ko

이 패키지에는 Microsoft Owin Hosting용 한국어 위성 어셈블리가 포함되어 있습니다.

267.6K
downloads
Microsoft.Owin.Security.Google.zh-Hans package icon

Microsoft.Owin.Security.Google.zh-Hans

此程序包包含 Microsoft Owin Security Google 的简体中文附属程序集

266.8K
downloads
Microsoft.Owin.Security.Twitter.zh-Hans package icon

Microsoft.Owin.Security.Twitter.zh-Hans

此程序包包含 Microsoft Owin Security Twitter 的简体中文附属程序集

266.3K
downloads
Microsoft.Owin.Security.Facebook.zh-Hans package icon

Microsoft.Owin.Security.Facebook.zh-Hans

此程序包包含 Microsoft Owin Security Facebook 的简体中文附属程序集

266.1K
downloads
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x64

.NET Aspire workload manifest

262.9K
downloads
Microsoft.Owin.Security.Facebook.fr package icon

Microsoft.Owin.Security.Facebook.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Security Facebook

261.6K
downloads
Microsoft.Owin.Security.Twitter.fr package icon

Microsoft.Owin.Security.Twitter.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Security Twitter

259.6K
downloads
System.IO.Pipelines.Extensions package icon

System.IO.Pipelines.Extensions

Stream pipeline adapters implementation

257.5K
downloads
Microsoft.AspNet.Loader.IIS.Interop package icon

Microsoft.AspNet.Loader.IIS.Interop

ASP.NET 5 server implementation interop assemblies for IIS and IIS Express.

254.1K
downloads
Microsoft.AspNet.SignalR.Client.tr package icon

Microsoft.AspNet.SignalR.Client.tr

Bu paket ASP.NET SignalR Core için Türkçe uydu derlemelerini içerir.

244.6K
downloads
Microsoft.AspNetCore.WebHooks.Receivers package icon

Microsoft.AspNetCore.WebHooks.Receivers

ASP.NET Core WebHooks abstractions and infrastructure components for receivers. Contains constraints, filters, metadata, and the application models to apply them.

242.3K
downloads
Microsoft.AspNet.WebApi.Owin.es package icon

Microsoft.AspNet.WebApi.Owin.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API Owin.

241.3K
downloads
Microsoft.dotnet-httprepl package icon

Microsoft.dotnet-httprepl

The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP.NET Core web APIs and view their results.

233.0K
downloads
Microsoft.Owin.Security.Google.ja package icon

Microsoft.Owin.Security.Google.ja

このパッケージには、Microsoft Owin Security Google の日本語サテライト アセンブリが含まれています。

232.3K
downloads
Microsoft.Owin.Security.Twitter.ja package icon

Microsoft.Owin.Security.Twitter.ja

このパッケージには、Microsoft Owin Security Twitter の日本語サテライト アセンブリが含まれています。

225.5K
downloads
Microsoft.Owin.Security.Facebook.ja package icon

Microsoft.Owin.Security.Facebook.ja

このパッケージには、Microsoft Owin Security Facebook の日本語サテライト アセンブリが含まれています。

221.5K
downloads
Microsoft.Dnx.TestHost package icon

Microsoft.Dnx.TestHost

Test host for discovering and running unit tests at design time, such as in Visual Studio.

218.3K
downloads
Microsoft.AspNet.Providers.Core.zh-Hans package icon

Microsoft.AspNet.Providers.Core.zh-Hans

此程序包包含 ASP.NET Universal Providers Core Libraries 的简体中文附属程序集。

215.1K
downloads
Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests package icon

Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests

Shared design-time test suite for Entity Framework Core relational database providers.

215.0K
downloads
Microsoft.Azure.WebJobs.Script.Extensibility package icon

Microsoft.Azure.WebJobs.Script.Extensibility

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.Extensibility. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script

214.7K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates::3.0.0-preview7.19365.7'. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d27c0100bc8b9b93eb8102b097c20b40f7de9c49

214.6K
downloads
Microsoft.AspNet.SignalR.Sample package icon

Microsoft.AspNet.SignalR.Sample

A simple fake stock ticker sample for ASP.NET SignalR.

213.5K
downloads
Microsoft.EntityFrameworkCore.Templates package icon

Microsoft.EntityFrameworkCore.Templates

Entity Framework Core templates for dotnet-new. Enables these commonly used templates: ef-templates

211.1K
downloads
Microsoft.AspNet.Cors.Core package icon

Microsoft.AspNet.Cors.Core

Microsoft.AspNet.Cors.Core

206.4K
downloads
Microsoft.AspNetCore.SpaTemplates package icon

Microsoft.AspNetCore.SpaTemplates

Single Page Application templates for ASP.NET Core

205.1K
downloads
Microsoft.Dnx.Testing.Abstractions package icon

Microsoft.Dnx.Testing.Abstractions

Abstractions for test runners to communicate to a tool, such as Visual Studio.

204.5K
downloads
Microsoft.AspNet.Web.Optimization.ru package icon

Microsoft.AspNet.Web.Optimization.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web Optimization.

204.3K
downloads
Microsoft.AspNetCore.Identity.Specification.Tests package icon

Microsoft.AspNetCore.Identity.Specification.Tests

Shared test suite for Asp.Net Identity Core store implementations. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3

202.6K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1::3.1.32'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb

201.5K
downloads
Microsoft.AspNet.SignalR.Client.cs package icon

Microsoft.AspNet.SignalR.Client.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR Core.

194.3K
downloads
KRE-Mono package icon

KRE-Mono

The .NET Runtime Environment for Mono

193.9K
downloads
Microsoft.AspNet.WebApi.Owin.ja package icon

Microsoft.AspNet.WebApi.Owin.ja

このパッケージには、ASP.NET Web API Owin の日本語サテライト アセンブリが含まれています。

193.1K
downloads
Microsoft.AspNet.SignalR.Client.it package icon

Microsoft.AspNet.SignalR.Client.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR Core per l'italiano.

192.3K
downloads
Microsoft.AspNet.SignalR.Client.es package icon

Microsoft.AspNet.SignalR.Client.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR Core.

189.9K
downloads
Microsoft.AspNet.SignalR.Client.ja package icon

Microsoft.AspNet.SignalR.Client.ja

このパッケージには、ASP.NET SignalR Core の日本語サテライト アセンブリが含まれています。

188.8K
downloads
Microsoft.AspNet.SignalR.Client.fr package icon

Microsoft.AspNet.SignalR.Client.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR Core.

188.2K
downloads
Microsoft.AspNet.SignalR.Client.ru package icon

Microsoft.AspNet.SignalR.Client.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR Core.

187.8K
downloads
Microsoft.AspNet.SignalR.Client.de package icon

Microsoft.AspNet.SignalR.Client.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR Core.

187.5K
downloads
Microsoft.AspNet.SignalR.Client.ko package icon

Microsoft.AspNet.SignalR.Client.ko

이 패키지에는 ASP.NET SignalR Core용 한국어 위성 어셈블리가 포함되어 있습니다.

187.2K
downloads
Microsoft.AspNetCore.SignalR.Specification.Tests package icon

Microsoft.AspNetCore.SignalR.Specification.Tests

Tests for users to verify their own implementations of SignalR types This package was built from the source code at https://github.com/dotnet/dotnet/tree/3551975be08744f0418857c5bed8ab1545c5dd47

186.5K
downloads
Microsoft.AspNet.WebApi.Owin.fr package icon

Microsoft.AspNet.WebApi.Owin.fr

Ce package contient les assemblys satellites en français pour ASP.NET Web API Owin.

186.3K
downloads
Microsoft.Crank.EventSources package icon

Microsoft.Crank.EventSources

Helper classes to register metrics with the Microsoft.Crank tools.

183.5K
downloads
Microsoft.Owin.de package icon

Microsoft.Owin.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin.

181.0K
downloads
Microsoft.Owin.Security.de package icon

Microsoft.Owin.Security.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security.

180.6K
downloads
Microsoft.AspNet.Mvc.ko package icon

Microsoft.AspNet.Mvc.ko

이 패키지에는 ASP.NET MVC용 한국어 위성 어셈블리가 포함되어 있습니다.

177.6K
downloads
Microsoft.AspNet.Web.Optimization.it package icon

Microsoft.AspNet.Web.Optimization.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web Optimization per l'italiano.

176.3K
downloads
Microsoft.AspNet.Identity.Core.zh-Hant package icon

Microsoft.AspNet.Identity.Core.zh-Hant

此套件包含 ASP.NET Identity Core 程式庫的 {繁體中文} 附屬組件。

175.5K
downloads
Microsoft.AspNet.WebPages.ko package icon

Microsoft.AspNet.WebPages.ko

이 패키지에는 ASP.NET Web Pages 3용 한국어 위성 어셈블리가 포함됩니다.

175.0K
downloads
System.Web.Providers.LocalDb package icon

System.Web.Providers.LocalDb

Legacy package, System.Web.Providers.LocalDb is now included in the 'Microsoft.AspNet.Providers.LocalDB' package.

174.4K
downloads
AspNetWebApi.SelfHost package icon

AspNetWebApi.SelfHost

Legacy package, AspNetWebApi.SelfHost is now included in the 'Microsoft.AspNet.WebApi.SelfHost' package.

173.6K
downloads
Microsoft.AspNet.Razor.ko package icon

Microsoft.AspNet.Razor.ko

이 패키지에는 ASP.NET Razor용 한국어 위성 어셈블리가 포함되어 있습니다.

172.6K
downloads
Microsoft.AspNet.Identity.AspNetCoreCompat package icon

Microsoft.AspNet.Identity.AspNetCoreCompat

A compatibility layer for sharing identity databases between Microsoft.AspNet.Identity.EntityFramework and Microsoft.AspNetCore.Identity.EntityFrameworkCore.

170.6K
downloads
Microsoft.AspNet.Web.Helpers.Mvc package icon

Microsoft.AspNet.Web.Helpers.Mvc

This package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes.

168.8K
downloads
Microsoft.AspNet.Web.Optimization.pl package icon

Microsoft.AspNet.Web.Optimization.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web Optimization.

168.5K
downloads
Microsoft.AspNet.FileProviders package icon

Microsoft.AspNet.FileProviders

Implementation of ASP.NET 5 file provider abstractions.

167.1K
downloads
Microsoft.AspNet.FileProviders.Interfaces package icon

Microsoft.AspNet.FileProviders.Interfaces

ASP.NET 5 file provider interfaces.

166.4K
downloads
Microsoft.AspNet.SignalR.zh-Hans package icon

Microsoft.AspNet.SignalR.zh-Hans

这是 ASP.NET SignalR 简体中文附属程序集的元程序包。

165.8K
downloads
Microsoft.Owin.Host.HttpListener.cs package icon

Microsoft.Owin.Host.HttpListener.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin HttpListener.

164.8K
downloads
Microsoft.Configuration.ConfigurationBuilders.KeyPerFile package icon

Microsoft.Configuration.ConfigurationBuilders.KeyPerFile

A basic key/value Configuration Builder for the .Net Framework that draws single values from plain text files using the filename as the key.

162.6K
downloads
Microsoft.AspNet.Identity.Owin.zh-Hant package icon

Microsoft.AspNet.Identity.Owin.zh-Hant

此套件包含 ASP.NET Identity Owin 程式庫的 {繁體中文} 附屬組件。

162.6K
downloads
Microsoft.AspNet.WebHooks.Receivers.Stripe package icon

Microsoft.AspNet.WebHooks.Receivers.Stripe

This package provides support for receiving WebHooks from Stripe. For information about Stripe WebHooks, see "https://stripe.com/docs/webhooks".

162.5K
downloads
Microsoft.DotNet.Common.ProjectTemplates.2.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.2.0

Common File Templates for Microsoft Template Engine

162.1K
downloads
Microsoft.AspNet.SignalR.es package icon

Microsoft.AspNet.SignalR.es

Metapaquete para los ensamblados satélite en español para ASP.NET SignalR.

162.0K
downloads
Microsoft.ScriptManager.MSAjax package icon

Microsoft.ScriptManager.MSAjax

This contents of this package has been moved to the Microsoft.AspNet.ScriptManager.MSAjax package.

161.4K
downloads
Microsoft.AspNet.SignalR.Core.zh-Hans package icon

Microsoft.AspNet.SignalR.Core.zh-Hans

此程序包包含适用于 ASP.NET SignalR Core 的简体中文附属程序集。

160.9K
downloads
Microsoft.DotNet.Web.ProjectTemplates.2.1 package icon

Microsoft.DotNet.Web.ProjectTemplates.2.1

ASP.NET Core Web Template Pack for Microsoft Template Engine

160.5K
downloads
Microsoft.AspNet.Identity.EntityFramework.zh-Hant package icon

Microsoft.AspNet.Identity.EntityFramework.zh-Hant

此套件包含 ASP.NET Identity Entity Framework 程式庫的 {繁體中文} 附屬組件。

157.1K
downloads
Microsoft.AspNet.SignalR.SqlServer.tr package icon

Microsoft.AspNet.SignalR.SqlServer.tr

Bu paket ASP.NET SignalR SqlServer için Türkçe uydu derlemelerini içerir.

154.9K
downloads
Microsoft.Owin.StaticFiles.ja package icon

Microsoft.Owin.StaticFiles.ja

このパッケージには、Microsoft Owin Static Files の日本語サテライト アセンブリが含まれています。

153.6K
downloads
Microsoft.Owin.StaticFiles.fr package icon

Microsoft.Owin.StaticFiles.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Static Files

153.4K
downloads
Microsoft.Owin.StaticFiles.de package icon

Microsoft.Owin.StaticFiles.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Static Files.

153.3K
downloads
Microsoft.Owin.StaticFiles.es package icon

Microsoft.Owin.StaticFiles.es

Estos paquetes contienen los ensamblados satélite en español para Microsoft Owin Static Files

153.1K
downloads
Microsoft.Owin.StaticFiles.pt-br package icon

Microsoft.Owin.StaticFiles.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Static Files

152.9K
downloads
Microsoft.Owin.StaticFiles.it package icon

Microsoft.Owin.StaticFiles.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Static Files per l'italiano

152.7K
downloads
Microsoft.Owin.StaticFiles.ru package icon

Microsoft.Owin.StaticFiles.ru

Этот пакет содержит русские вспомогательные сборки для Microsoft Owin Static Files

152.7K
downloads
Microsoft.AspNet.FriendlyUrls.Core.es package icon

Microsoft.AspNet.FriendlyUrls.Core.es

Este paquete incluye los ensamblados satélite en español para Microsoft ASP.NET Friendly URLs.

152.6K
downloads
Microsoft.Owin.StaticFiles.tr package icon

Microsoft.Owin.StaticFiles.tr

Bu paket, Microsoft Owin Static Files için Türkçe yardımcı düzenlemeleri içerir

152.6K
downloads
Microsoft.Owin.StaticFiles.pl package icon

Microsoft.Owin.StaticFiles.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Static Files

152.4K
downloads
Microsoft.Owin.StaticFiles.ko package icon

Microsoft.Owin.StaticFiles.ko

이 패키지에는 Microsoft Owin Static Files용 한국어 위성 어셈블리가 포함되어 있습니다.

152.3K
downloads
Owin package icon

Owin

OWIN IAppBuilder startup interface

151.4K
downloads
Microsoft.AspNet.WebPages.WebData.es package icon

Microsoft.AspNet.WebPages.WebData.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web Pages 3 Web Data.

150.4K
downloads
Microsoft.AspNet.SignalR.fr package icon

Microsoft.AspNet.SignalR.fr

Il s’agit d’un méta-package pour les assemblys satellites en français pour ASP.NET SignalR.

149.4K
downloads
Microsoft.Owin.Host.SystemWeb.zh-Hant package icon

Microsoft.Owin.Host.SystemWeb.zh-Hant

此套件包含 ASP.NET Host for OWIN Web Applications 的繁體中文附屬組件。

147.3K
downloads
Microsoft.AspNet.WebApi.OData.es package icon

Microsoft.AspNet.WebApi.OData.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API OData.

147.2K
downloads
Microsoft.AspNet.Mvc.ModelBinding package icon

Microsoft.AspNet.Mvc.ModelBinding

The ASP.NET MVC model binding components for binding data from a request to an object model.

145.9K
downloads
Microsoft.AspNet.OData.it package icon

Microsoft.AspNet.OData.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API for OData v4.0 per l'italiano.

145.1K
downloads
dotnet-dev-certs package icon

dotnet-dev-certs

Command line tool to generate certificates used in ASP.NET Core during development. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/9e73c3382f4d9e6ba47afff6a1467ace945c77e7

144.0K
downloads
Microsoft.AspNet.Http.Core package icon

Microsoft.AspNet.Http.Core

ASP.NET 5 HTTP feature implementations.

143.9K
downloads
Microsoft.AspNet.SignalR.SystemWeb.zh-Hans package icon

Microsoft.AspNet.SignalR.SystemWeb.zh-Hans

此程序包包含适用于 ASP.NET SignalR SystemWeb 的简体中文附属程序集。

143.7K
downloads
Microsoft.Owin.zh-Hant package icon

Microsoft.Owin.zh-Hant

此套件包含 Microsoft Owin 的 繁體中文 附屬組件

143.3K
downloads
Microsoft.AspNet.Http.Interfaces package icon

Microsoft.AspNet.Http.Interfaces

ASP.NET 5 HTTP feature interface definitions.

142.6K
downloads
Microsoft.Owin.Security.zh-Hant package icon

Microsoft.Owin.Security.zh-Hant

此套件包含 Microsoft Owin Security 的繁體中文附屬組件

142.4K
downloads
Microsoft.AspNet.WebPages.Data.es package icon

Microsoft.AspNet.WebPages.Data.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web Pages 3 Data.

141.5K
downloads
Microsoft.AspNet.SignalR.SqlServer.cs package icon

Microsoft.AspNet.SignalR.SqlServer.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR SqlServer.

140.7K
downloads
Microsoft.Extensions.CodeGenerators.Mvc package icon

Microsoft.Extensions.CodeGenerators.Mvc

Microsoft.Extensions.CodeGenerators.Mvc

140.0K
downloads
Microsoft.Azure.Jobs.Core package icon

Microsoft.Azure.Jobs.Core

Legacy package, Microsoft.Azure.Jobs.Core is now included in the 'Microsoft.Azure.WebJobs.Core' package.

138.1K
downloads
Microsoft.AspNet.WebApi.WebHost.ko package icon

Microsoft.AspNet.WebApi.WebHost.ko

이 패키지에는 ASP.NET Web API Web Host용 한국어 위성 어셈블리가 포함되어 있습니다.

135.7K
downloads
Microsoft.AspNet.WebApi.Core.ko package icon

Microsoft.AspNet.WebApi.Core.ko

이 패키지에는 ASP.NET Web API Core Libraries용 한국어 위성 어셈블리가 포함되어 있습니다.

135.5K
downloads
Microsoft.AspNet.OData.tr package icon

Microsoft.AspNet.OData.tr

Bu paket OData v4.0 için ASP.NET Web API'sinin Türkçe uydu derlemelerini içerir.

134.6K
downloads
Microsoft.Net.WebSocketAbstractions package icon

Microsoft.Net.WebSocketAbstractions

WebSocket abstract base class.

134.6K
downloads
Microsoft.AspNet.OData.ko package icon

Microsoft.AspNet.OData.ko

이 패키지에는 OData v4.0용 ASP.NET Web API에 대한 한국어 위성 어셈블리가 포함되어 있습니다.

134.3K
downloads
Microsoft.AspNet.OData.ja package icon

Microsoft.AspNet.OData.ja

このパッケージには、ASP.NET Web API for OData v4.0 の日本語サテライト アセンブリが含まれています。

134.3K
downloads
Microsoft.AspNet.Mvc.pl package icon

Microsoft.AspNet.Mvc.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące platformy ASP.NET MVC.

133.8K
downloads
Microsoft.AspNet.OData.pl package icon

Microsoft.AspNet.OData.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web API for OData v4.0.

133.8K
downloads
Microsoft.AspNet.OData.ru package icon

Microsoft.AspNet.OData.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API for OData v4.0.

133.6K
downloads
Microsoft.AspNet.OData.fr package icon

Microsoft.AspNet.OData.fr

Ce package contient les assemblys satellites en français pour ASP.NET Web API pour OData v4.0.

133.5K
downloads
Microsoft.AspNet.Providers.Core.es package icon

Microsoft.AspNet.Providers.Core.es

Este paquete contiene los ensamblados satélite en español para las bibliotecas principales de ASP.NET Universal Providers.

133.3K
downloads
Microsoft.Extensions.CodeGeneration.Templating package icon

Microsoft.Extensions.CodeGeneration.Templating

Microsoft.Extensions.CodeGeneration.Templating

131.6K
downloads
Microsoft.Extensions.CodeGeneration.Core package icon

Microsoft.Extensions.CodeGeneration.Core

Microsoft.Extensions.CodeGeneration.Core

130.8K
downloads
Microsoft.Extensions.CodeGeneration package icon

Microsoft.Extensions.CodeGeneration

Microsoft.Extensions.CodeGeneration

130.7K
downloads
Microsoft.Extensions.CodeGeneration.EntityFramework package icon

Microsoft.Extensions.CodeGeneration.EntityFramework

Microsoft.Extensions.CodeGeneration.EntityFramework

130.7K
downloads
Microsoft.AspNet.WebPages.OAuth.es package icon

Microsoft.AspNet.WebPages.OAuth.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web Pages OAuth.

129.4K
downloads
Microsoft.AspNet.SignalR.Redis.tr package icon

Microsoft.AspNet.SignalR.Redis.tr

Bu paket ASP.NET SignalR Redis için Türkçe uydu derlemelerini içerir.

128.8K
downloads
Microsoft.AspNet.WebApi.OData.zh-Hans package icon

Microsoft.AspNet.WebApi.OData.zh-Hans

此程序包包含适用于 ASP.NET Web API OData 的简体中文附属程序集。

128.4K
downloads
Microsoft.DotNet.Web.ProjectTemplates.2.2 package icon

Microsoft.DotNet.Web.ProjectTemplates.2.2

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.2.2::2.2.8'.

128.3K
downloads
Microsoft.AspNet.WebApi.Client.ko package icon

Microsoft.AspNet.WebApi.Client.ko

이 패키지에는 ASP.NET Web API Client Libraries용 한국어 위성 어셈블리가 포함되어 있습니다.

128.2K
downloads
Microsoft.AspNetCore.Protocols.Abstractions package icon

Microsoft.AspNetCore.Protocols.Abstractions

Core components of ASP.NET Core networking protocol stack.

127.1K
downloads
Microsoft.AspNet.WebApi.Owin.zh-Hans package icon

Microsoft.AspNet.WebApi.Owin.zh-Hans

此程序包包含适用于 ASP.NET Web API Owin 的简体中文附属程序集。

126.8K
downloads
Microsoft.Owin.Security.Google.de package icon

Microsoft.Owin.Security.Google.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Google.

126.6K
downloads
Microsoft.Owin.Security.Facebook.de package icon

Microsoft.Owin.Security.Facebook.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Facebook.

125.6K
downloads
Microsoft.AspNet.WebPages.pl package icon

Microsoft.AspNet.WebPages.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web Pages 3.

125.5K
downloads
Microsoft.ScriptManager.WebForms package icon

Microsoft.ScriptManager.WebForms

This contents of this package has been moved to the Microsoft.AspNet.ScriptManager.WebForms package.

124.6K
downloads
Microsoft.Owin.Security.Twitter.de package icon

Microsoft.Owin.Security.Twitter.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Twitter.

123.2K
downloads
Microsoft.Owin.pt-br package icon

Microsoft.Owin.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin

122.4K
downloads
Microsoft.AspNet.RequestContainer package icon

Microsoft.AspNet.RequestContainer

ASP.NET 5 enables per-request scoping of services.

121.7K
downloads
Microsoft.AspNet.OData.pt-br package icon

Microsoft.AspNet.OData.pt-br

Este pacote contém assemblies de satélite de Português do Brasil para a ASP.NET Web API do OData v4.0.

120.6K
downloads
Microsoft.AspNetCore.Testing package icon

Microsoft.AspNetCore.Testing

Experimental package. Test fakes for integration testing

120.0K
downloads
Microsoft.AspNet.Security.DataProtection package icon

Microsoft.AspNet.Security.DataProtection

ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.

119.6K
downloads
Microsoft.Owin.Security.pt-br package icon

Microsoft.Owin.Security.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Security

118.6K
downloads
Microsoft.DotNet.Web.ProjectTemplates.6.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.6.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.6.0::6.0.36'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

117.9K
downloads
Microsoft.ScriptManager.jQuery.UI.Combined package icon

Microsoft.ScriptManager.jQuery.UI.Combined

This contents of this package has been moved to the AspNet.ScriptManager.jQuery.UI.Combined package.

117.6K
downloads
Microsoft.Owin.Security.Google.zh-Hant package icon

Microsoft.Owin.Security.Google.zh-Hant

此套件包含 Microsoft Owin Security Google 的 繁體中文 附屬組件

117.3K
downloads
Microsoft.Owin.Security.Facebook.zh-Hant package icon

Microsoft.Owin.Security.Facebook.zh-Hant

此套件包含 Microsoft Owin Security Facebook 的 繁體中文 附屬組件

117.2K
downloads
Microsoft.Owin.Security.MicrosoftAccount.zh-Hant package icon

Microsoft.Owin.Security.MicrosoftAccount.zh-Hant

此套件包含 Microsoft Owin Security Microsoft Account 的 繁體中文 附屬組件

117.1K
downloads
Microsoft.Owin.Security.Twitter.zh-Hant package icon

Microsoft.Owin.Security.Twitter.zh-Hant

此套件包含 Microsoft Owin Security Twitter 的 繁體中文 附屬組件

116.7K
downloads
Microsoft.AspNet.WebHooks.Receivers.Salesforce package icon

Microsoft.AspNet.WebHooks.Receivers.Salesforce

This package provides support for receiving Salesforce SOAP-based Outbound Messages as a WebHook. For information about Salesforce WebHooks, see "https://go.microsoft.com/fwlink/?linkid=838587".

116.6K
downloads
Microsoft.Owin.Security.ActiveDirectory.pt-br package icon

Microsoft.Owin.Security.ActiveDirectory.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Security Active Directory

116.0K
downloads
dotnet-watch package icon

dotnet-watch

Command line tool to watch for source file changes during development and restart the dotnet command. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/9e73c3382f4d9e6ba47afff6a1467ace945c77e7

116.0K
downloads
Microsoft.AspNet.Facebook package icon

Microsoft.AspNet.Facebook

Description: This package contains everything you need to create a Facebook application using ASP.NET MVC, ASP.NET Web API, and v2.0 of the Facebook Graph API.

115.8K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.6K
downloads
Microsoft.AspNet.Security package icon

Microsoft.AspNet.Security

ASP.NET 5 common types used by the various authentication middleware.

115.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.4K
downloads
Microsoft.Owin.Diagnostics.fr package icon

Microsoft.Owin.Diagnostics.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Diagnostics

115.2K
downloads
dnx-clr-win-x64 package icon

dnx-clr-win-x64

Microsoft .NET Execution environment for Desktop CLR on Windows x64

114.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

114.9K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

114.8K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

114.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

114.8K
downloads
Microsoft.Owin.Security.ru package icon

Microsoft.Owin.Security.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Security

111.1K
downloads
Microsoft.AspNet.SignalR.SqlServer.ja package icon

Microsoft.AspNet.SignalR.SqlServer.ja

このパッケージには、ASP.NET SignalR SqlServer の日本語サテライト アセンブリが含まれています。

110.9K
downloads
Microsoft.Owin.ru package icon

Microsoft.Owin.ru

Этот пакет содержит русские вспомогательные сборки для Microsoft Owin

110.8K
downloads
Microsoft.AspNet.Mvc.tr package icon

Microsoft.AspNet.Mvc.tr

Bu paket, ASP.NET MVC için Türkçe yardımcı derlemeleri içerir.

110.7K
downloads
Microsoft.AspNet.SignalR.SqlServer.ko package icon

Microsoft.AspNet.SignalR.SqlServer.ko

이 패키지에는 ASP.NET SignalR SqlServer용 한국어 위성 어셈블리가 포함되어 있습니다.

109.8K
downloads
Microsoft.AspNet.SignalR.SqlServer.de package icon

Microsoft.AspNet.SignalR.SqlServer.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR SqlServer.

109.7K
downloads
Microsoft.AspNet.SignalR.SqlServer.fr package icon

Microsoft.AspNet.SignalR.SqlServer.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR SqlServer.

109.7K
downloads
Microsoft.AspNet.SignalR.SqlServer.ru package icon

Microsoft.AspNet.SignalR.SqlServer.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR SqlServer.

109.4K
downloads
Microsoft.AspNet.SignalR.SqlServer.it package icon

Microsoft.AspNet.SignalR.SqlServer.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR SqlServer per l'italiano.

109.3K
downloads
Microsoft.AspNet.SignalR.SqlServer.pt-br package icon

Microsoft.AspNet.SignalR.SqlServer.pt-br

Este pacote contém os assemblies satélites em Português-BR para o ASP.NET SignalR SqlServer.

109.2K
downloads
Microsoft.AspNet.SignalR.SqlServer.pl package icon

Microsoft.AspNet.SignalR.SqlServer.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR SqlServer.

109.2K
downloads
Microsoft.AspNet.SignalR.SqlServer.es package icon

Microsoft.AspNet.SignalR.SqlServer.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR SqlServer.

109.1K
downloads
Microsoft.AspNet.WebPages.WebData.de package icon

Microsoft.AspNet.WebPages.WebData.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web Pages 3 Web Data.

107.4K
downloads
Microsoft.AspNet.Mvc.Facebook package icon

Microsoft.AspNet.Mvc.Facebook

This package contains everything you need to create a Facebook application using ASP.NET MVC.

106.9K
downloads
AspNetWebPagesCore package icon

AspNetWebPagesCore

This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.

105.7K
downloads
Microsoft.AspNet.WebPages.WebData.zh-Hans package icon

Microsoft.AspNet.WebPages.WebData.zh-Hans

此程序包包含 ASP.NET Web Pages 3 Web Data 的简体中文附属程序集。

105.4K
downloads
Microsoft.Azure.Jobs package icon

Microsoft.Azure.Jobs

Legacy package, Microsoft.Azure.Jobs is now included in the 'Microsoft.Azure.WebJobs' package.

104.6K
downloads
Microsoft.AspNet.Session package icon

Microsoft.AspNet.Session

ASP.NET 5 session state middleware.

103.3K
downloads
Microsoft.Owin.Diagnostics.de package icon

Microsoft.Owin.Diagnostics.de

Dieses Paket enthält die deutschen Satellitenassemblys for Microsoft Owin Diagnostics.

103.1K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.2.1 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.2.1

Single Page Application templates for ASP.NET Core

100.5K
downloads
Microsoft.AspNet.Authentication.OAuth package icon

Microsoft.AspNet.Authentication.OAuth

ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.

100.1K
downloads
Microsoft.AspNet.WebPages.Data.zh-Hans package icon

Microsoft.AspNet.WebPages.Data.zh-Hans

此程序包包含 ASP.NET Web Pages 3 Data 的简体中文附属程序集。

99.7K
downloads
Microsoft.Owin.Diagnostics.es package icon

Microsoft.Owin.Diagnostics.es

Este paquete contiene los ensamblados satélite en español para Microsoft Owin Diagnostics

99.7K
downloads
Microsoft.AspNet.SignalR.ru package icon

Microsoft.AspNet.SignalR.ru

Это метапакет для русских вспомогательных сборок для ASP.NET SignalR.

99.4K
downloads
Microsoft.AspNet.SignalR.de package icon

Microsoft.AspNet.SignalR.de

Dies ist ein Metapaket für die deutschen Satellitenassemblys für ASP.NET SignalR.

99.4K
downloads
Microsoft.Dnx.Runtime package icon

Microsoft.Dnx.Runtime

ASP.NET 5 runtime infrastructure for loading NuGet packages and projects.

99.2K
downloads
Microsoft.AspNet.WebPages.tr package icon

Microsoft.AspNet.WebPages.tr

Bu paket, ASP.NET Web Pages 3 için Türkçe yardımcı derlemeleri içerir.

98.7K
downloads
Microsoft.Owin.Diagnostics.cs package icon

Microsoft.Owin.Diagnostics.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Diagnostics.

98.4K
downloads
Microsoft.Owin.Diagnostics.ja package icon

Microsoft.Owin.Diagnostics.ja

このパッケージには、Microsoft Owin Diagnostics の日本語サテライト アセンブリが含まれています。

97.7K
downloads
Microsoft.AspNet.SignalR.pt-br package icon

Microsoft.AspNet.SignalR.pt-br

Este é um pacote meta para os assemblies satélite Português-BR do ASP.NET SignalR

97.1K
downloads
Microsoft.AspNet.WebPages.Data.de package icon

Microsoft.AspNet.WebPages.Data.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web Pages 3 Data.

97.1K
downloads
Microsoft.AspNet.WebPages.OAuth.zh-Hans package icon

Microsoft.AspNet.WebPages.OAuth.zh-Hans

此程序包包含 ASP.NET Web Pages OAuth 的简体中文附属程序集。

96.7K
downloads
Microsoft.AspNet.SignalR.ServiceBus.tr package icon

Microsoft.AspNet.SignalR.ServiceBus.tr

Bu paket ASP.NET SignalR ServiceBus için Türkçe uydu derlemelerini içerir.

96.6K
downloads
Microsoft.Owin.Diagnostics.it package icon

Microsoft.Owin.Diagnostics.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Diagnostics per l'italiano

96.5K
downloads
Microsoft.Owin.Diagnostics.pt-br package icon

Microsoft.Owin.Diagnostics.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Diagnostics

96.2K
downloads
Microsoft.Owin.Diagnostics.pl package icon

Microsoft.Owin.Diagnostics.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Diagnostics

96.2K
downloads
Microsoft.Owin.Diagnostics.ru package icon

Microsoft.Owin.Diagnostics.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Diagnostics

96.2K
downloads
Microsoft.AspNet.WebApi.Owin.de package icon

Microsoft.AspNet.WebApi.Owin.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API Owin.

96.1K
downloads
Microsoft.Owin.Diagnostics.ko package icon

Microsoft.Owin.Diagnostics.ko

이 패키지에는 Microsoft Owin Diagnostics용 한국어 위성 어셈블리가 포함되어 있습니다.

96.0K
downloads
Microsoft.Owin.Diagnostics.tr package icon

Microsoft.Owin.Diagnostics.tr

Bu paket Microsoft Owin Diagnostics için Türkçe yardımcı derlemelerini içerir

96.0K
downloads
Microsoft.AspNet.WebApi.Tracing.es package icon

Microsoft.AspNet.WebApi.Tracing.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API Tracing.

95.8K
downloads
Microsoft.Owin.Security.Google.ru package icon

Microsoft.Owin.Security.Google.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Security Google

95.0K
downloads
Microsoft.Dnx.Loader package icon

Microsoft.Dnx.Loader

ASP.NET 5 runtime infrastructure for assembly load contexts.

95.0K
downloads
Microsoft.AspNet.SignalR.zh-Hant package icon

Microsoft.AspNet.SignalR.zh-Hant

這是 ASP.NET SignalR 繁體中文附屬組件的中繼套件。

95.0K
downloads
Microsoft.AspNet.Razor.tr package icon

Microsoft.AspNet.Razor.tr

Bu paket, ASP.NET Razor için Türkçe yardımcı derlemeleri içerir.

94.7K
downloads
Microsoft.AspNet.Authentication.Facebook package icon

Microsoft.AspNet.Authentication.Facebook

ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.

94.6K
downloads
Microsoft.Crank.Controller package icon

Microsoft.Crank.Controller

Schedules jobs on the benchmarks agent.

93.9K
downloads
Microsoft.AspNet.Authentication.Google package icon

Microsoft.AspNet.Authentication.Google

ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.

93.5K
downloads
Microsoft.Owin.Security.Twitter.ru package icon

Microsoft.Owin.Security.Twitter.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Security Twitter

93.3K
downloads
Microsoft.Owin.Host.HttpListener.de package icon

Microsoft.Owin.Host.HttpListener.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin HttpListener.

92.3K
downloads
Microsoft.Owin.Host.HttpListener.ru package icon

Microsoft.Owin.Host.HttpListener.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin HttpListener

91.9K
downloads
Microsoft.AITools.BinlogMcp package icon

Microsoft.AITools.BinlogMcp

Package Description

91.9K
downloads
Microsoft.AITools.BinlogMcp package icon

Microsoft.AITools.BinlogMcp

Package Description

91.9K
downloads
Microsoft.AspNet.WebApi.Tracing.zh-Hans package icon

Microsoft.AspNet.WebApi.Tracing.zh-Hans

此程序包包含适用于 ASP.NET Web API Tracing 的简体中文附属程序集。

91.6K
downloads
Microsoft.Owin.Host.HttpListener.tr package icon

Microsoft.Owin.Host.HttpListener.tr

Bu paket Microsoft Owin HttpListener için Türkçe yardımcı derlemeleri içerir

91.5K
downloads
Microsoft.AspNet.Web.Optimization.ko package icon

Microsoft.AspNet.Web.Optimization.ko

이 패키지에는 ASP.NET Web Optimization에 대한 한국어 위성 어셈블리가 포함되어 있습니다.

91.2K
downloads
Microsoft.Owin.Host.HttpListener.fr package icon

Microsoft.Owin.Host.HttpListener.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin HttpListener

91.0K
downloads
Microsoft.Owin.Host.HttpListener.pt-br package icon

Microsoft.Owin.Host.HttpListener.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin HttpListener

90.9K
downloads
Microsoft.Owin.Host.HttpListener.ko package icon

Microsoft.Owin.Host.HttpListener.ko

이 패키지에는 Microsoft Owin HttpListener용 한국어 위성 어셈블리가 포함되어 있습니다.

90.8K
downloads
Microsoft.Owin.Host.HttpListener.ja package icon

Microsoft.Owin.Host.HttpListener.ja

このパッケージには、Microsoft Owin HttpListener の日本語サテライト アセンブリが含まれています。

90.7K
downloads
Microsoft.Owin.Host.HttpListener.es package icon

Microsoft.Owin.Host.HttpListener.es

Este paquete contiene los ensamblados satélite en español de Microsoft Owin HttpListener

90.7K
downloads
Microsoft.Owin.Host.HttpListener.it package icon

Microsoft.Owin.Host.HttpListener.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin HttpListener per l'italiano

90.6K
downloads
Microsoft.Owin.Security.Jwt.zh-Hant package icon

Microsoft.Owin.Security.Jwt.zh-Hant

此套件包含 Microsoft Owin Security Jwt 的 {繁體中文} 附屬組件

90.2K
downloads
Microsoft.Owin.Host.HttpListener.pl package icon

Microsoft.Owin.Host.HttpListener.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin HttpListener

90.0K
downloads
Microsoft.AspNet.Providers.Core.fr package icon

Microsoft.AspNet.Providers.Core.fr

Ce package contient les assemblys satellites en français pour les bibliothèques principales de ASP.NET Universal Providers.

88.8K
downloads
Microsoft.AspNet.FileProviders.Embedded package icon

Microsoft.AspNet.FileProviders.Embedded

Implementation of ASP.NET 5 file provider abstractions for embedded resources.

88.8K
downloads
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.WebSites package icon

Microsoft.CodeDom.Providers.DotNetCompilerPlatform.WebSites

An installer shim to get "Roslyn" CodeDOM providers included in project-less "Web Site" builds. This package was built from the source at https://github.com/aspnet/RoslynCodeDomProvider/commit/6e07f00c343d804f2c7398eadfaeeeda23b44a68

88.7K
downloads
Microsoft.AspNet.SessionState.CosmosDBSessionStateProviderAsync package icon

Microsoft.AspNet.SessionState.CosmosDBSessionStateProviderAsync

In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses CosmosDB as the data store and leverages async database operation to provide better scability.

88.7K
downloads
Microsoft.Owin.it package icon

Microsoft.Owin.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin per l'italiano

88.6K
downloads
Microsoft.Owin.Security.it package icon

Microsoft.Owin.Security.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security per l'italiano

88.2K
downloads
Microsoft.NET.Workloads.10.0.100-preview.3 package icon

Microsoft.NET.Workloads.10.0.100-preview.3

This package contains the workload set manifest for the 10.0.100-preview.3 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

88.2K
downloads
Microsoft.AspNet.Authentication.MicrosoftAccount package icon

Microsoft.AspNet.Authentication.MicrosoftAccount

ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.

87.9K
downloads
dnx-coreclr-win-x64 package icon

dnx-coreclr-win-x64

Microsoft .NET Execution environment for CoreCLR on Windows x64

87.8K
downloads
Microsoft.AspNet.SignalR.ja package icon

Microsoft.AspNet.SignalR.ja

これは、ASP.NET SignalR の日本語サテライト アセンブリのメタパッケージです。

87.7K
downloads
Microsoft.AspNet.FriendlyUrls.Core.ja package icon

Microsoft.AspNet.FriendlyUrls.Core.ja

このパッケージには、ASP.NET Friendly URLs の日本語のサテライト アセンブリが含まれています。

87.7K
downloads
Microsoft.Owin.Security.Jwt.ru package icon

Microsoft.Owin.Security.Jwt.ru

Эти пакеты содержат вспомогательные сборки ({Language}) для Microsoft Owin Security Jwt

86.5K
downloads
Microsoft.AspNet.Authentication.Twitter package icon

Microsoft.AspNet.Authentication.Twitter

ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.

86.4K
downloads
Microsoft.Owin.Security.ActiveDirectory.cs package icon

Microsoft.Owin.Security.ActiveDirectory.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Active Directory.

85.8K
downloads
Microsoft.Owin.Security.ActiveDirectory.zh-Hant package icon

Microsoft.Owin.Security.ActiveDirectory.zh-Hant

此套件包含 Microsoft Owin Security Active Directory {繁體中文} 附屬組件

85.7K
downloads
Upshot package icon

Upshot

Microsoft Upshot JS Library

85.4K
downloads
gRaphael package icon

gRaphael

gRaphaël's goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. Check out the demos to see static and interactive charts in action. gRaphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.

85.1K
downloads
Microsoft.AspNet.WebApi.OData.zh-Hant package icon

Microsoft.AspNet.WebApi.OData.zh-Hant

此套件包含適用於 ASP.NET Web API OData 的 繁體中文附屬組件。

84.7K
downloads
Microsoft.AspNet.WebApi.OData.de package icon

Microsoft.AspNet.WebApi.OData.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API OData.

84.6K
downloads
Microsoft.AspNet.WebApi.OData.fr package icon

Microsoft.AspNet.WebApi.OData.fr

Ce package contient les assemblys satellites en français pour ASP.NET Web API OData.

83.1K
downloads
Microsoft.AspNet.WebPages.cs package icon

Microsoft.AspNet.WebPages.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web Pages 3.

82.6K
downloads
Microsoft.AspNet.SignalR.it package icon

Microsoft.AspNet.SignalR.it

Meta pacchetto per gli assembly satellite di ASP.NET SignalR per l'italiano.

82.3K
downloads
Microsoft.Owin.Security.Facebook.it package icon

Microsoft.Owin.Security.Facebook.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security Facebook per l'italiano

81.7K
downloads
Microsoft.Owin.Security.Google.pt-br package icon

Microsoft.Owin.Security.Google.pt-br

Este pacote contém assemblies de satélite pt-br para Microsoft Owin Security Google

81.6K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0::5.0.17'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3

81.5K
downloads
AspNetCoreRuntime.6.0.x64 package icon

AspNetCoreRuntime.6.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

81.0K
downloads
Microsoft.Owin.Security.Google.ko package icon

Microsoft.Owin.Security.Google.ko

이 패키지에는 Microsoft Owin Security Google용 한국어 위성 어셈블리가 포함되어 있습니다.

80.3K
downloads
Microsoft.AspNet.WebApi.Owin.zh-Hant package icon

Microsoft.AspNet.WebApi.Owin.zh-Hant

此套件包含適用於 ASP.NET Web API Owin 的繁體中文附屬組件。

80.3K
downloads
Microsoft.AspNet.SignalR.Redis.ja package icon

Microsoft.AspNet.SignalR.Redis.ja

このパッケージには、ASP.NET SignalR Redis の日本語サテライト アセンブリが含まれています。

79.6K
downloads
Microsoft.Owin.Security.Jwt.cs package icon

Microsoft.Owin.Security.Jwt.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Jwt.

79.5K
downloads
Microsoft.AspNet.WebApi.OData.ja package icon

Microsoft.AspNet.WebApi.OData.ja

このパッケージには、ASP.NET Web API OData の日本語サテライト アセンブリが含まれています。

79.3K
downloads
Microsoft.AspNet.SignalR.Redis.ko package icon

Microsoft.AspNet.SignalR.Redis.ko

이 패키지에는 ASP.NET SignalR Redis용 한국어 위성 어셈블리가 포함되어 있습니다.

79.0K
downloads
Microsoft.AspNet.WebApi.Client.pl package icon

Microsoft.AspNet.WebApi.Client.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web API Client Libraries.

78.9K
downloads
Microsoft.AspNet.SignalR.Redis.pt-br package icon

Microsoft.AspNet.SignalR.Redis.pt-br

Este pacote contém os assemblies satélites em Português-BR para o ASP.NET SignalR Redis.

78.7K
downloads
Microsoft.AspNet.WebPages.WebData.fr package icon

Microsoft.AspNet.WebPages.WebData.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web Pages 3 Web Data.

78.5K
downloads
Microsoft.AspNet.SignalR.Redis.ru package icon

Microsoft.AspNet.SignalR.Redis.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR Redis.

78.5K
downloads
Microsoft.AspNet.SignalR.Redis.cs package icon

Microsoft.AspNet.SignalR.Redis.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR Redis.

78.4K
downloads
Microsoft.AspNet.SignalR.SystemWeb.zh-Hant package icon

Microsoft.AspNet.SignalR.SystemWeb.zh-Hant

此套件包含 ASP.NET SignalR SystemWeb 的繁體中文附屬組件。

78.4K
downloads
Microsoft.AspNet.WebApi.Core.tr package icon

Microsoft.AspNet.WebApi.Core.tr

Bu paket, ASP.NET Web API Core Libraries Türkçe yardımcı derlemeleri içerir.

78.3K
downloads
Microsoft.AspNet.SignalR.Redis.de package icon

Microsoft.AspNet.SignalR.Redis.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR Redis.

78.3K
downloads
Microsoft.AspNet.WebApi.Owin.pt-br package icon

Microsoft.AspNet.WebApi.Owin.pt-br

Este pacote contém os assemblies satélite de Português (Brasil) do ASP.NET Web API Owin.

78.2K
downloads
Microsoft.AspNet.SignalR.Redis.fr package icon

Microsoft.AspNet.SignalR.Redis.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR Redis.

78.2K
downloads
Microsoft.AspNet.SignalR.Redis.it package icon

Microsoft.AspNet.SignalR.Redis.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR Redis per l'italiano.

78.1K
downloads
Microsoft.AspNet.SignalR.Redis.es package icon

Microsoft.AspNet.SignalR.Redis.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR Redis.

78.1K
downloads
Microsoft.AspNet.SignalR.Redis.pl package icon

Microsoft.AspNet.SignalR.Redis.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR Redis.

78.0K
downloads
Microsoft.AspNet.SignalR.ko package icon

Microsoft.AspNet.SignalR.ko

ASP.NET SignalR용 한국어 위성 어셈블리에 대한 메타패키지입니다.

77.7K
downloads
Microsoft.Owin.Security.Twitter.ko package icon

Microsoft.Owin.Security.Twitter.ko

이 패키지에는 Microsoft Owin Security Twitter용 한국어 위성 어셈블리가 포함되어 있습니다.

77.6K
downloads
Microsoft.Owin.Security.Facebook.ko package icon

Microsoft.Owin.Security.Facebook.ko

이 패키지에는 Microsoft Owin Security Facebook용 한국어 위성 어셈블리가 포함되어 있습니다.

77.6K
downloads
AspNetCoreRuntime.3.1.x64 package icon

AspNetCoreRuntime.3.1.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

77.2K
downloads
Microsoft.AspNet.Providers.Core.ja package icon

Microsoft.AspNet.Providers.Core.ja

このパッケージには、ASP.NET Universal Providers Core Libraries 用の日本語のサテライト アセンブリが含まれています。

77.1K
downloads
Microsoft.ScriptManager.jQuery package icon

Microsoft.ScriptManager.jQuery

This contents of this package has been moved to the AspNet.ScriptManager.jQuery package.

76.8K
downloads
Microsoft.Owin.Security.Facebook.pt-br package icon

Microsoft.Owin.Security.Facebook.pt-br

Este pacote contém assemblies de satélite pt-br para Microsoft Owin Security Facebook

76.7K
downloads
Microsoft.Owin.Security.Twitter.pt-br package icon

Microsoft.Owin.Security.Twitter.pt-br

Este pacote contém assemblies de satélite pt-br para Microsoft Owin Security Twitter

76.4K
downloads
Microsoft.Owin.Security.ko package icon

Microsoft.Owin.Security.ko

이 패키지에는 Microsoft Owin Security용 한국어 위성 어셈블리가 포함되어 있습니다.

76.1K
downloads
Microsoft.Owin.ko package icon

Microsoft.Owin.ko

이 패키지에는 Microsoft Owin용 한국어 위성 어셈블리가 포함되어 있습니다.

75.7K
downloads
Microsoft.Owin.Security.Google.it package icon

Microsoft.Owin.Security.Google.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security Google per l'italiano

75.6K
downloads
Microsoft.AspNet.WebApi.WebHost.pl package icon

Microsoft.AspNet.WebApi.WebHost.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web API Web Host.

74.9K
downloads
Microsoft.AspNetCore.ReactServices package icon

Microsoft.AspNetCore.ReactServices

Helpers for building React applications on ASP.NET Core.

74.5K
downloads
Microsoft.Owin.Security.ActiveDirectory.pl package icon

Microsoft.Owin.Security.ActiveDirectory.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Active Directory

74.3K
downloads
Microsoft.AspNet.WebApi.Core.pl package icon

Microsoft.AspNet.WebApi.Core.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web API Core Libraries.

74.3K
downloads
Microsoft.AspNet.Providers.Core.de package icon

Microsoft.AspNet.Providers.Core.de

Dieses Paket enthält die deutschen Satellitenassemblys für die ASP.NET Universal Providers-Kernblibliotheken.

74.1K
downloads
Microsoft.AspNetCore.ClientAssets package icon

Microsoft.AspNetCore.ClientAssets

Package demonstrating how to integrate third party tools with Razor Class Libraries.

73.4K
downloads
Microsoft.Owin.Security.ActiveDirectory.fr package icon

Microsoft.Owin.Security.ActiveDirectory.fr

Ce package contient les assemblies satellites en Français pour Microsoft Owin Security Active Directory

73.2K
downloads
Microsoft.NET.Workloads.10.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-preview.3.Msi.x64

This package contains the workload set manifest for the 10.0.100-preview.3 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

72.9K
downloads
Microsoft.Owin.Security.ActiveDirectory.ru package icon

Microsoft.Owin.Security.ActiveDirectory.ru

Эти пакеты содержат русские вспомогательные сборки для Microsoft Owin Security Active Directory

72.6K
downloads
Microsoft.AspNet.WebPages.Data.fr package icon

Microsoft.AspNet.WebPages.Data.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web Pages 3 Data.

72.1K
downloads
Microsoft.Owin.Security.ActiveDirectory.de package icon

Microsoft.Owin.Security.ActiveDirectory.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Active Directory.

72.0K
downloads
Microsoft.AspNet.WebApi.Tracing.fr package icon

Microsoft.AspNet.WebApi.Tracing.fr

Ce package contient les assemblys satellites en français pour ASP.NET Web API Tracing.

72.0K
downloads
Microsoft.Owin.Security.ActiveDirectory.ja package icon

Microsoft.Owin.Security.ActiveDirectory.ja

このパッケージには、Microsoft Owin Security Active Directory の日本語サテライト アセンブリが含まれています。

71.9K
downloads
Microsoft.Owin.Security.Twitter.it package icon

Microsoft.Owin.Security.Twitter.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security Twitter per l'italiano

71.7K
downloads
Facebook.Helper package icon

Facebook.Helper

The Facebook Helper for WebMatrix make it easy to add social widgets on your web pages using the minimum amount of code.

71.5K
downloads
Microsoft.AspNet.WebApi.Client.tr package icon

Microsoft.AspNet.WebApi.Client.tr

Bu paket, ASP.NET Web API Client Libraries için Türkçe yardımcı derlemeleri içerir.

71.5K
downloads
Microsoft.AspNet.Mvc.cs package icon

Microsoft.AspNet.Mvc.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET MVC.

71.4K
downloads
Microsoft.AspNet.SignalR.pl package icon

Microsoft.AspNet.SignalR.pl

Jest to metapakiet zestawów satelickich dla języka polskiego dotyczących produktu ASP.NET SignalR.

71.3K
downloads
Microsoft.AspNet.WebApi.WebHost.tr package icon

Microsoft.AspNet.WebApi.WebHost.tr

Bu paket, ASP.NET Web API Web Host için Türkçe yardımcı derlemeleri içerir.

70.9K
downloads
Microsoft.Owin.Security.ActiveDirectory.es package icon

Microsoft.Owin.Security.ActiveDirectory.es

Este paquete contiene ensamblados satélite en español para Microsoft Owin Security Active Directory

70.8K
downloads
Microsoft.Owin.Security.ActiveDirectory.tr package icon

Microsoft.Owin.Security.ActiveDirectory.tr

Bu paketler, Microsoft Owin Security Active Directory'ye yönelik Türkçe uydu derlemelerini içerir

70.5K
downloads
Microsoft.AspNet.SignalR.cs package icon

Microsoft.AspNet.SignalR.cs

Toto je metabalíček pro česká satelitní sestavení pro ASP.NET SignalR.

70.5K
downloads
AspNetCoreRuntime.8.0.x64 package icon

AspNetCoreRuntime.8.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

70.4K
downloads
Microsoft.Owin.Security.ActiveDirectory.it package icon

Microsoft.Owin.Security.ActiveDirectory.it

Questo pacchetto contiene gruppi satellite per Microsoft Owin Security Active Directory per l'italiano

70.2K
downloads
Microsoft.AspNet.SignalR.tr package icon

Microsoft.AspNet.SignalR.tr

Bu, ASP.NET SignalR için Türkçe yardımcı derlemelerin meta paketidir.

70.2K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0::6.0.36'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/800de95e1e05a831cb64f7dba88624bac42c7ede

70.0K
downloads
Microsoft.AspNet.WebApi.Tracing.ja package icon

Microsoft.AspNet.WebApi.Tracing.ja

このパッケージには、ASP.NET Web API Tracing の日本語サテライト アセンブリが含まれています。

69.4K
downloads
Microsoft.AspNet.WebPages.WebData.tr package icon

Microsoft.AspNet.WebPages.WebData.tr

Bu paket, ASP.NET Web Pages 3 Web Data için Türkçe yardımcı derlemeleri içerir.

69.4K
downloads
Microsoft.AspNet.WebApi.Core.cs package icon

Microsoft.AspNet.WebApi.Core.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API Core Libraries.

69.4K
downloads
Microsoft.AspNet.WebHooks.Receivers.GitHub package icon

Microsoft.AspNet.WebHooks.Receivers.GitHub

This package provides support for receiving WebHooks from GitHub. For information about GitHub WebHooks, see "https://developer.github.com/webhooks/".

69.3K
downloads
Microsoft.dotnet-scaffold package icon

Microsoft.dotnet-scaffold

Scaffolding tool for .NET projects.

69.2K
downloads
Microsoft.Owin.Security.ActiveDirectory.ko package icon

Microsoft.Owin.Security.ActiveDirectory.ko

이 패키지에는 Microsoft Owin Security Active Directory용 한국어 위성 어셈블리가 포함되어 있습니다.

69.1K
downloads
Microsoft.AspNet.WebHooks.Receivers.MailChimp package icon

Microsoft.AspNet.WebHooks.Receivers.MailChimp

This package provides support for receiving WebHooks from MailChimp. For information about MailChimp WebHooks, see "https://apidocs.mailchimp.com/webhooks/".

68.8K
downloads
Microsoft.AspNet.Razor.cs package icon

Microsoft.AspNet.Razor.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Razor.

67.9K
downloads
Microsoft.AspNet.WebApi.Cors.ko package icon

Microsoft.AspNet.WebApi.Cors.ko

이 패키지에는 ASP.NET Web API CORS용 한국어 위성 어셈블리가 포함되어 있습니다.

67.9K
downloads
Microsoft.AspNet.WebApi.OData.cs package icon

Microsoft.AspNet.WebApi.OData.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API OData.

67.7K
downloads
Twitter.Helper package icon

Twitter.Helper

ASP.NET Web Pages helpers for displaying Twitter widgets like Follow Me and Tweet Buttons.

67.5K
downloads
Microsoft.AspNet.WebApi.Owin.ru package icon

Microsoft.AspNet.WebApi.Owin.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Owin.

67.1K
downloads
Microsoft.AspNet.SignalR.Core.zh-Hant package icon

Microsoft.AspNet.SignalR.Core.zh-Hant

此套件包含 ASP.NET SignalR Core 的繁體中文附屬組件。

66.6K
downloads
Microsoft.AspNet.WebPages.OAuth.fr package icon

Microsoft.AspNet.WebPages.OAuth.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web Pages OAuth.

66.5K
downloads
Microsoft.AspNet.WebApi.OData.ru package icon

Microsoft.AspNet.WebApi.OData.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API OData.

66.4K
downloads
Microsoft.AspNet.WebApi.Cors.es package icon

Microsoft.AspNet.WebApi.Cors.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API CORS.

66.3K
downloads
Microsoft.AspNet.TestHost package icon

Microsoft.AspNet.TestHost

ASP.NET 5 web server for writing and running tests.

66.2K
downloads
dnx-coreclr-win-x86 package icon

dnx-coreclr-win-x86

Microsoft .NET Execution environment for CoreCLR on Windows x86

66.0K
downloads
Microsoft.Azure.WebJobs.Extensions.WebHooks package icon

Microsoft.Azure.WebJobs.Extensions.WebHooks

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.WebHooks. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources

66.0K
downloads
Microsoft.AspNet.WebApi.Cors.ja package icon

Microsoft.AspNet.WebApi.Cors.ja

このパッケージには、ASP.NET Web API CORS の日本語サテライト アセンブリが含まれています。

66.0K
downloads
Microsoft.AspNet.WebApi.Tracing.zh-Hant package icon

Microsoft.AspNet.WebApi.Tracing.zh-Hant

此套件包含適用於 ASP.NET Web API Tracing 繁體中文附屬組件。

65.7K
downloads
Microsoft.AspNetCore.SignalR.Client.SourceGenerator package icon

Microsoft.AspNetCore.SignalR.Client.SourceGenerator

Package Description This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cccab50fba1c7335fdb48a735246374b5ddd7e69

65.7K
downloads
Microsoft.AspNet.WebApi.Client.cs package icon

Microsoft.AspNet.WebApi.Client.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API Client Libraries.

65.6K
downloads
Microsoft.AspNet.WebHooks.Receivers.VSTS package icon

Microsoft.AspNet.WebHooks.Receivers.VSTS

This package provides support for receiving WebHooks from Visual Studio Team Services. For information about Visual Studio Team Services WebHooks, see "https://www.visualstudio.com/en-us/get-started/integrate/service-hooks/webhooks-and-vso-vs".

65.3K
downloads
Microsoft.Owin.Security.ActiveDirectory.zh-Hans package icon

Microsoft.Owin.Security.ActiveDirectory.zh-Hans

此程序包包含 Microsoft Owin Security Active Directory 的简体中文附属程序集

65.1K
downloads
Microsoft.AspNet.Authentication.JwtBearer package icon

Microsoft.AspNet.Authentication.JwtBearer

ASP.NET 5 middleware that enables an application to receive a OpenIdConnect bearer token.

65.1K
downloads
Microsoft.AspNet.WebPages.WebData.ja package icon

Microsoft.AspNet.WebPages.WebData.ja

このパッケージには、ASP.NET Web Pages 3 Web Data の日本語サテライト アセンブリが含まれています。

64.9K
downloads
Microsoft.Owin.Security.Google.tr package icon

Microsoft.Owin.Security.Google.tr

Bu paket Microsoft Owin Security Google için Türkçe uydu derlemelerini içerir

64.6K
downloads
Microsoft.AspNet.WebHooks.Receivers.Azure package icon

Microsoft.AspNet.WebHooks.Receivers.Azure

This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts. For information about Kudu WebHooks, see "https://github.com/projectkudu/kudu/wiki/Web-hooks" and for Azure Alerts, see "https://azure.microsoft.com/en-us/documentation/articles/insights-webhooks-alerts/".

64.1K
downloads
Microsoft.AspNet.Mvc.WebApiCompatShim package icon

Microsoft.AspNet.Mvc.WebApiCompatShim

Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.

64.0K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.GitHub package icon

Microsoft.AspNetCore.WebHooks.Receivers.GitHub

ASP.NET Core GitHub WebHooks infrastructure. Contains the GitHubWebHookAttribute class and AddGitHubWebHooks method.

63.9K
downloads
Microsoft.AspNet.SignalR.Core.pt-br package icon

Microsoft.AspNet.SignalR.Core.pt-br

Este pacote contém os assemblies satélites em Português-BR para o ASP.NET SignalR Core.

63.8K
downloads
Microsoft.AspNet.WebPages.Data.ja package icon

Microsoft.AspNet.WebPages.Data.ja

このパッケージには、ASP.NET Web Pages 3 Data の日本語サテライト アセンブリが含まれています。

63.6K
downloads
Microsoft.AspNetCore.Components.ProtectedBrowserStorage package icon

Microsoft.AspNetCore.Components.ProtectedBrowserStorage

Provides functionality for storing protected data using the browser's localStorage and sessionStorage APIs. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ecdcc752d4639061c2c49727ee77a1039bbbca22

63.1K
downloads
AspNetWebApi.Data package icon

AspNetWebApi.Data

Description

62.8K
downloads
Microsoft.AspNet.WebApi.Cors.zh-Hans package icon

Microsoft.AspNet.WebApi.Cors.zh-Hans

此程序包包含适用于 ASP.NET Web API CORS 的简体中文附属程序集。

62.4K
downloads
Microsoft.AspNet.WebApi.OData.pt-br package icon

Microsoft.AspNet.WebApi.OData.pt-br

Este pacote contém os assemblies satélite de Português do Brasil do ASP.NET Web API OData.

62.4K
downloads
Microsoft.AspNet.WebApi.OData.tr package icon

Microsoft.AspNet.WebApi.OData.tr

Bu paket ASP.NET Web API OData için Türkçe uydu derlemelerini içerir.

62.2K
downloads
Microsoft.AspNet.WebApi.SelfHost.zh-Hans package icon

Microsoft.AspNet.WebApi.SelfHost.zh-Hans

此程序包包含 ASP.NET Web API Self Host 的简体中文附属程序集。

62.0K
downloads
Microsoft.AspNet.WebApi.OData.ko package icon

Microsoft.AspNet.WebApi.OData.ko

이 패키지에는 ASP.NET Web API OData용 한국어 위성 어셈블리가 포함되어 있습니다.

62.0K
downloads
Microsoft.AspNet.FriendlyUrls.Core.zh-Hans package icon

Microsoft.AspNet.FriendlyUrls.Core.zh-Hans

此程序包包含 ASP.NET Friendly URLs 的简体中文附属程序集。

61.8K
downloads
Microsoft.DotNet.MSIdentity package icon

Microsoft.DotNet.MSIdentity

Package Description

61.6K
downloads
SinglePageApplication package icon

SinglePageApplication

This package contains SPA scaffolding.

61.5K
downloads
Microsoft.AspNet.WebApi.OData.it package icon

Microsoft.AspNet.WebApi.OData.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API OData per l'italiano.

61.2K
downloads
Microsoft.AspNet.WebPages.Data.tr package icon

Microsoft.AspNet.WebPages.Data.tr

Bu paket, ASP.NET Web Pages 3 Data için Türkçe yardımcı derlemeleri içerir.

61.0K
downloads
Microsoft.AspNet.WebApi.SelfHost.ja package icon

Microsoft.AspNet.WebApi.SelfHost.ja

このパッケージには、ASP.NET Web API Self Host の 日本語 サテライト アセンブリが含まれています。

61.0K
downloads
Microsoft.AspNet.WebApi.Tracing.de package icon

Microsoft.AspNet.WebApi.Tracing.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API Tracing.

60.9K
downloads
Microsoft.AspNet.SignalR.i18n package icon

Microsoft.AspNet.SignalR.i18n

This package depends on all the the i18n satellite assemblies for ASP.NET SignalR.

60.8K
downloads
Microsoft.AspNet.SignalR.ServiceBus.es package icon

Microsoft.AspNet.SignalR.ServiceBus.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR ServiceBus.

60.7K
downloads
Microsoft.AspNet.WebApi.WebHost.cs package icon

Microsoft.AspNet.WebApi.WebHost.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API Web Host.

60.2K
downloads
Microsoft.AspNet.WebApi.SelfHost.pt-br package icon

Microsoft.AspNet.WebApi.SelfHost.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web API Self Host.

60.2K
downloads
Microsoft.Owin.Security.Twitter.pl package icon

Microsoft.Owin.Security.Twitter.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Twitter

60.1K
downloads
Microsoft.AspNet.WebApi.SelfHost.zh-Hant package icon

Microsoft.AspNet.WebApi.SelfHost.zh-Hant

此套件包含 ASP.NET Web API Self Host 的 繁體中文 附屬組件。

60.0K
downloads
Microsoft.AspNet.WebApi.SelfHost.tr package icon

Microsoft.AspNet.WebApi.SelfHost.tr

Bu paket, ASP.NET Web API Self Host için Türkçe yardımcı derlemeleri içerir.

59.9K
downloads
Microsoft.AspNet.WebPages.WebData.zh-Hant package icon

Microsoft.AspNet.WebPages.WebData.zh-Hant

此套件包含 ASP.NET Web Pages 3 Web Data 的繁體中文附屬組件。

58.6K
downloads
Microsoft.WindowsAzure.Jobs package icon

Microsoft.WindowsAzure.Jobs

Legacy package, Microsoft.WindowsAzure.Jobs is now included in the 'Microsoft.Azure.Jobs.Core' package.

58.5K
downloads
Microsoft.AspNet.WebHooks.Receivers.Slack package icon

Microsoft.AspNet.WebHooks.Receivers.Slack

This package provides support for receiving WebHooks from Slack. For information about Slack WebHooks, see "https://api.slack.com/outgoing-webhooks".

58.5K
downloads
Microsoft.AspNet.WebPages.OAuth.ja package icon

Microsoft.AspNet.WebPages.OAuth.ja

このパッケージには、ASP.NET Web Pages OAuth の 日本語 サテライト アセンブリが含まれています。

58.1K
downloads
Microsoft.AspNetCore.SystemWebAdapters.SessionState package icon

Microsoft.AspNetCore.SystemWebAdapters.SessionState

A collection of services to provide session support for the System.Web adapters.

57.8K
downloads
Microsoft.AspNet.Hosting.Interfaces package icon

Microsoft.AspNet.Hosting.Interfaces

Microsoft.AspNet.Hosting.Interfaces

57.7K
downloads
Microsoft.AspNet.WebApi.Cors.pt-br package icon

Microsoft.AspNet.WebApi.Cors.pt-br

Este pacote contém os assemblies satélite de Português (Brasil) do ASP.NET Web API CORS.

57.5K
downloads
Microsoft.AspNet.SignalR.Client.zh-Hans package icon

Microsoft.AspNet.SignalR.Client.zh-Hans

此程序包包含适用于 ASP.NET SignalR Core 的简体中文附属程序集。

57.5K
downloads
Microsoft.AspNet.WebApi.Tracing.pt-br package icon

Microsoft.AspNet.WebApi.Tracing.pt-br

Este pacote contém os assemblies satélite de Português (Brasil) do ASP.NET Web API Tracing.

56.8K
downloads
AspNetCoreRuntime.3.1.x86 package icon

AspNetCoreRuntime.3.1.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

56.7K
downloads
Microsoft.AspNet.WebPages.WebData.ru package icon

Microsoft.AspNet.WebPages.WebData.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web Pages 3 Web Data.

56.7K
downloads
Microsoft.AspNet.WebApi.Tracing.it package icon

Microsoft.AspNet.WebApi.Tracing.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API Tracing per l'italiano.

56.4K
downloads
Microsoft.Dnx.Compilation package icon

Microsoft.Dnx.Compilation

Microsoft.Dnx.Compilation

56.1K
downloads
Microsoft.AspNet.WebPages.Data.zh-Hant package icon

Microsoft.AspNet.WebPages.Data.zh-Hant

此套件包含 ASP.NET Web Pages 3 Data 的繁體中文附屬組件。

55.9K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.tr package icon

Microsoft.AspNet.SignalR.ServiceBus3.tr

Bu paket ASP.NET SignalR ServiceBus3 için Türkçe uydu derlemelerini içerir.

55.8K
downloads
Microsoft.AspNet.WebApi.Cors.zh-Hant package icon

Microsoft.AspNet.WebApi.Cors.zh-Hant

此套件包含適用於 ASP.NET Web API CORS 的繁體中文附屬組件。

55.5K
downloads
Microsoft.AspNet.WebPages.Data.cs package icon

Microsoft.AspNet.WebPages.Data.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web Pages 3 Data.

55.4K
downloads
Microsoft.AspNet.Providers.Core.zh-Hant package icon

Microsoft.AspNet.Providers.Core.zh-Hant

此套件包含 ASP.NET Universal Providers 核心程式庫的繁體中文附屬組件。

55.4K
downloads
AspNetCoreRuntime.5.0.x64 package icon

AspNetCoreRuntime.5.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

55.3K
downloads
Microsoft.AspNet.WebPages.OAuth.de package icon

Microsoft.AspNet.WebPages.OAuth.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web Pages OAuth.

55.1K
downloads
Microsoft.AspNet.WebApi.Owin.tr package icon

Microsoft.AspNet.WebApi.Owin.tr

Bu paket ASP.NET Web API Owin için Türkçe uydu derlemelerini içerir.

55.0K
downloads
Microsoft.AspNet.WebApi.Owin.it package icon

Microsoft.AspNet.WebApi.Owin.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API Owin per l'italiano.

54.8K
downloads
Microsoft.AspNet.WebApi.Tracing.tr package icon

Microsoft.AspNet.WebApi.Tracing.tr

Bu paket ASP.NET Web API Tracing için Türkçe uydu derlemelerini içerir.

54.7K
downloads
Microsoft.AspNet.WebApi.SelfHost.ko package icon

Microsoft.AspNet.WebApi.SelfHost.ko

이 패키지에는 ASP.NET Web API Self Host용 한국어 위성 어셈블리가 포함되어 있습니다.

54.4K
downloads
Microsoft.Owin.Security.Google.pl package icon

Microsoft.Owin.Security.Google.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Google

54.1K
downloads
Microsoft.AspNet.FriendlyUrls.Core.de package icon

Microsoft.AspNet.FriendlyUrls.Core.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Friendly URLs.

54.0K
downloads
Microsoft.AspNet.PipelineCore package icon

Microsoft.AspNet.PipelineCore

ASP.NET 5 HTTP feature implementations.

53.9K
downloads
Microsoft.AspNet.SignalR.Core.ja package icon

Microsoft.AspNet.SignalR.Core.ja

このパッケージには、ASP.NET SignalR Core の日本語サテライト アセンブリが含まれています。

53.7K
downloads
Microsoft.AspNet.HttpFeature package icon

Microsoft.AspNet.HttpFeature

ASP.NET 5 HTTP feature interface definitions.

53.3K
downloads
Microsoft.AspNet.WebApi.OData.pl package icon

Microsoft.AspNet.WebApi.OData.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET Web API OData.

53.1K
downloads
Microsoft.AspNet.WebPages.WebData.it package icon

Microsoft.AspNet.WebPages.WebData.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web Pages 3 Web Data per l'italiano.

52.8K
downloads
Microsoft.AspNet.Authentication.OpenIdConnect package icon

Microsoft.AspNet.Authentication.OpenIdConnect

ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.

52.8K
downloads
Microsoft.AspNet.WebPages.Data.ru package icon

Microsoft.AspNet.WebPages.Data.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web Pages 3 Data.

52.0K
downloads
Microsoft.AspNet.WebApi.SelfHost.de package icon

Microsoft.AspNet.WebApi.SelfHost.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API Self Host.

51.7K
downloads
Microsoft.AspNet.WebApi.SelfHost.es package icon

Microsoft.AspNet.WebApi.SelfHost.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API Self Host.

51.7K
downloads
Microsoft.AspNet.WebPages.WebData.ko package icon

Microsoft.AspNet.WebPages.WebData.ko

이 패키지에는 ASP.NET Web Pages 3 Web Data용 한국어 위성 어셈블리가 포함됩니다.

51.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.5K
downloads
Microsoft.AspNet.WebApi.SelfHost.fr package icon

Microsoft.AspNet.WebApi.SelfHost.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web API Self Host.

51.4K
downloads
Microsoft.AspNet.WebPages.OAuth.zh-Hant package icon

Microsoft.AspNet.WebPages.OAuth.zh-Hant

此套件包含 ASP.NET Web Pages OAuth 的 繁體中文 附屬組件。

51.4K
downloads
Microsoft.AspNet.WebApi.Cors.de package icon

Microsoft.AspNet.WebApi.Cors.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API CORS.

51.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.3K
downloads
Microsoft.AspNet.WebApi.Cors.fr package icon

Microsoft.AspNet.WebApi.Cors.fr

Ce package contient les assemblys satellites en français pour ASP.NET Web API CORS.

51.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.2K
downloads
Microsoft.AspNet.WebApi.Owin.ko package icon

Microsoft.AspNet.WebApi.Owin.ko

이 패키지에는 ASP.NET Web API Owin용 한국어 위성 어셈블리가 포함되어 있습니다.

51.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.0K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

51.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

50.9K
downloads
Microsoft.AspNet.WebApi.Tracing.ko package icon

Microsoft.AspNet.WebApi.Tracing.ko

이 패키지에는 ASP.NET Web API Tracing용 한국어 위성 어셈블리가 포함되어 있습니다.

50.8K
downloads
Microsoft.AspNet.WebApi.SelfHost.ru package icon

Microsoft.AspNet.WebApi.SelfHost.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Self Host.

50.6K
downloads
Microsoft.AspNet.WebApi.SelfHost.cs package icon

Microsoft.AspNet.WebApi.SelfHost.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API Self Host.

50.5K
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic

Quic transport for the ASP.NET Core Kestrel cross-platform web server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3

50.1K
downloads
Microsoft.AspNet.WebApi.SelfHost.pl package icon

Microsoft.AspNet.WebApi.SelfHost.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web API Self Host.

50.1K
downloads
Microsoft.AspNet.WebApi.Cors.tr package icon

Microsoft.AspNet.WebApi.Cors.tr

Bu paket ASP.NET Web API CORS için Türkçe uydu derlemelerini içerir.

49.9K
downloads
Microsoft.AspNet.WebPages.OAuth.ru package icon

Microsoft.AspNet.WebPages.OAuth.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web Pages OAuth.

49.6K
downloads
Microsoft.AspNet.WebApi.Tracing.ru package icon

Microsoft.AspNet.WebApi.Tracing.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Tracing.

49.3K
downloads
Microsoft.AspNet.WebApi.SelfHost.it package icon

Microsoft.AspNet.WebApi.SelfHost.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API Self Host per l'italiano.

49.2K
downloads
Microsoft.AspNet.DataProtection.Interfaces package icon

Microsoft.AspNet.DataProtection.Interfaces

Contains the core IDataProtector and IDataProtectionProvider interfaces for ASP.NET 5 Data Protection.

48.9K
downloads
Microsoft.AspNet.SignalR.Core.it package icon

Microsoft.AspNet.SignalR.Core.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR Core per l'italiano.

48.9K
downloads
Microsoft.DotNet.Web.ItemTemplates.6.0 package icon

Microsoft.DotNet.Web.ItemTemplates.6.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.6.0::6.0.36'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

48.5K
downloads
AspNetCoreRuntime.6.0.x86 package icon

AspNetCoreRuntime.6.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

48.4K
downloads
Microsoft.AspNet.FriendlyUrls.Core.fr package icon

Microsoft.AspNet.FriendlyUrls.Core.fr

Ce package contient les assemblys satellites en français pour ASP.NET Friendly URLs.

48.3K
downloads
Microsoft.AspNet.SignalR.Core.cs package icon

Microsoft.AspNet.SignalR.Core.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR Core.

48.1K
downloads
Microsoft.AspNet.WebPages.WebData.pt-br package icon

Microsoft.AspNet.WebPages.WebData.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web Pages 3 Web Data.

48.1K
downloads
Microsoft.AspNet.WebPages.Data.it package icon

Microsoft.AspNet.WebPages.Data.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web Pages 3 Data per l'italiano.

47.8K
downloads
Microsoft.AspNet.WebHooks.Receivers.Bitbucket package icon

Microsoft.AspNet.WebHooks.Receivers.Bitbucket

This package provides support for receiving WebHooks from Bitbucket. For information about Bitbucket WebHooks, see "https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html".

47.5K
downloads
Microsoft.AspNet.Cors.ja package icon

Microsoft.AspNet.Cors.ja

このパッケージには、ASP.NET CORS の日本語サテライト アセンブリが含まれています。

47.5K
downloads
Microsoft.AspNet.WebPages.WebData.pl package icon

Microsoft.AspNet.WebPages.WebData.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web Pages 3 Web Data.

47.0K
downloads
Microsoft.AspNet.WebApi.Cors.it package icon

Microsoft.AspNet.WebApi.Cors.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API CORS per l'italiano.

47.0K
downloads
Microsoft.Owin.pl package icon

Microsoft.Owin.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin

46.8K
downloads
Microsoft.AspNet.WebApi.Tracing.cs package icon

Microsoft.AspNet.WebApi.Tracing.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API Tracing.

46.8K
downloads
Microsoft.AspNet.WebPages.WebData.cs package icon

Microsoft.AspNet.WebPages.WebData.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web Pages 3 Web Data.

46.7K
downloads
Microsoft.DotNet.Web.ProjectTemplates.7.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.7.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.7.0::7.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d9ba962869d1b1c410ea476b02de2f8e27eec762

46.7K
downloads
Microsoft.AspNet.WebPages.Data.ko package icon

Microsoft.AspNet.WebPages.Data.ko

이 패키지에는 ASP.NET Web Pages 3 Data용 한국어 위성 어셈블리가 포함됩니다.

46.3K
downloads
Microsoft.AspNet.WebPages.OAuth.it package icon

Microsoft.AspNet.WebPages.OAuth.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web Pages OAuth per l'italiano.

46.1K
downloads
Microsoft.Owin.Security.pl package icon

Microsoft.Owin.Security.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security

46.0K
downloads
Microsoft.Owin.Security.Jwt.es package icon

Microsoft.Owin.Security.Jwt.es

Este paquete contiene los recursos en español para Microsoft Owin Security Jwt

46.0K
downloads
Microsoft.EntityFrameworkCore.AspNet.Specification.Tests package icon

Microsoft.EntityFrameworkCore.AspNet.Specification.Tests

Shared ASP.NET test suite for Entity Framework Core database providers.

45.9K
downloads
Microsoft.Owin.Security.Facebook.pl package icon

Microsoft.Owin.Security.Facebook.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Facebook

45.8K
downloads
Microsoft.AspNet.SignalR.ServiceBus.pt-br package icon

Microsoft.AspNet.SignalR.ServiceBus.pt-br

Este pacote contém os assemblies satélites em Português-BR para o ASP.NET SignalR ServiceBus.

45.8K
downloads
Microsoft.AspNet.WebApi.Tracing.pl package icon

Microsoft.AspNet.WebApi.Tracing.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET Web API Tracing.

45.7K
downloads
Microsoft.AspNet.WebHooks.Receivers.Trello package icon

Microsoft.AspNet.WebHooks.Receivers.Trello

This package provides support for receiving WebHooks from Trello. For information about Trello WebHooks, see "https://trello.com/docs/gettingstarted/webhooks.html".

45.6K
downloads
Microsoft.Owin.Security.Jwt.de package icon

Microsoft.Owin.Security.Jwt.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Jwt.

45.5K
downloads
Microsoft.AspNet.WebPages.OAuth.ko package icon

Microsoft.AspNet.WebPages.OAuth.ko

이 패키지에는 ASP.NET Web Pages OAuth용 한국어 위성 어셈블리가 포함되어 있습니다.

45.3K
downloads
Microsoft.AspNet.WebApi.Cors.cs package icon

Microsoft.AspNet.WebApi.Cors.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API CORS.

45.2K
downloads
Microsoft.Azure.Jobs.ServiceBus package icon

Microsoft.Azure.Jobs.ServiceBus

Legacy package, Microsoft.Azure.Jobs.ServiceBus is now included in the 'Microsoft.Azure.WebJobs.ServiceBus' package.

45.0K
downloads
Microsoft.AspNet.WebHooks.Receivers.Pusher package icon

Microsoft.AspNet.WebHooks.Receivers.Pusher

This package provides support for receiving WebHooks from Pusher. For information about Pusher WebHooks, see "https://pusher.com/docs/webhooks".

45.0K
downloads
Microsoft.AspNet.WebHooks.Receivers.WordPress package icon

Microsoft.AspNet.WebHooks.Receivers.WordPress

This package provides support for receiving WebHooks from WordPress. For information about WordPress WebHooks, see "https://en.support.wordpress.com/webhooks/".

45.0K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.cs package icon

Microsoft.AspNet.SignalR.ServiceBus3.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR ServiceBus3.

44.9K
downloads
Microsoft.AspNet.Diagnostics.Interfaces package icon

Microsoft.AspNet.Diagnostics.Interfaces

ASP.NET 5 diagnostics middleware interfaces.

44.8K
downloads
Microsoft.AspNet.SignalR.Core.ko package icon

Microsoft.AspNet.SignalR.Core.ko

이 패키지에는 ASP.NET SignalR Core용 한국어 위성 어셈블리가 포함되어 있습니다.

44.5K
downloads
Microsoft.Owin.Security.Jwt.pt-br package icon

Microsoft.Owin.Security.Jwt.pt-br

Este pacote contém assemblies satélite em Português para o Microsoft Owin Security Jwt

44.4K
downloads
Microsoft.AspNet.Cors.zh-Hans package icon

Microsoft.AspNet.Cors.zh-Hans

此程序包包含适用于 ASP.NET CORS 的简体中文附属程序集。

44.3K
downloads
Microsoft.Owin.Security.Jwt.fr package icon

Microsoft.Owin.Security.Jwt.fr

Este pacote contém assemblies satélite em Português do Brasil para o Microsoft Owin Security Jwt

44.2K
downloads
Microsoft.AspNet.Cors.de package icon

Microsoft.AspNet.Cors.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET CORS.

44.2K
downloads
Microsoft.AspNet.WebHooks.Receivers.Instagram package icon

Microsoft.AspNet.WebHooks.Receivers.Instagram

This package provides support for receiving WebHooks from Instagram. For information about Instagram WebHooks, see "https://www.instagram.com/developer/subscriptions/".

44.2K
downloads
Microsoft.AspNet.WebHooks.Receivers.Dropbox package icon

Microsoft.AspNet.WebHooks.Receivers.Dropbox

This package provides support for receiving WebHooks from Dropbox. For information about Dropbox WebHooks, see "https://www.dropbox.com/developers/webhooks/docs".

44.1K
downloads
Microsoft.AspNet.WebPages.Data.pt-br package icon

Microsoft.AspNet.WebPages.Data.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web Pages 3 Data.

44.0K
downloads
Microsoft.Owin.Security.Jwt.ja package icon

Microsoft.Owin.Security.Jwt.ja

このパッケージには、Microsoft Owin Security Jwt の日本語サテライト アセンブリが含まれています。

43.8K
downloads
Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM package icon

Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM

This package provides support for receiving WebHooks from Microsoft Dynamics CRM. For information about Microsoft Dynamics CRM WebHooks, see "http://go.microsoft.com/fwlink/?LinkId=722218".

43.8K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.ko package icon

Microsoft.AspNet.SignalR.ServiceBus3.ko

이 패키지에는 ASP.NET SignalR ServiceBus3용 한국어 위성 어셈블리가 포함되어 있습니다.

43.6K
downloads
Microsoft.Owin.Security.Google.cs package icon

Microsoft.Owin.Security.Google.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Google.

43.5K
downloads
Microsoft.AspNet.WebApi.Cors.pl package icon

Microsoft.AspNet.WebApi.Cors.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET Web API CORS.

43.5K
downloads
Microsoft.AspNet.Mvc.HeaderValueAbstractions package icon

Microsoft.AspNet.Mvc.HeaderValueAbstractions

Temporary abstractions for working with header values in ASP.NET MVC. These abstractions will be replaced by core HTTP abstractions in ASP.NET in a future release.

43.3K
downloads
AspNetCoreRuntime.5.0.x86 package icon

AspNetCoreRuntime.5.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

43.2K
downloads
Microsoft.Azure.WebJobs.Extensions.NotificationHubs package icon

Microsoft.Azure.WebJobs.Extensions.NotificationHubs

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.NotificationHubs. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources

43.1K
downloads
Microsoft.DotNet.Web.ProjectTemplates.8.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.8.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.8.0::8.0.31'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5e392da7379de101db58a36123c38effeba3edef

42.9K
downloads
Microsoft.AspNet.WebApi.Owin.cs package icon

Microsoft.AspNet.WebApi.Owin.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API Owin.

42.7K
downloads
Microsoft.AspNet.WebApi.Owin.pl package icon

Microsoft.AspNet.WebApi.Owin.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET Web API Owin.

42.4K
downloads
Microsoft.AspNet.WebPages.Data.pl package icon

Microsoft.AspNet.WebPages.Data.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web Pages 3 Data.

42.4K
downloads
Microsoft.AspNet.WebPages.OAuth.pt-br package icon

Microsoft.AspNet.WebPages.OAuth.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web Pages OAuth.

42.3K
downloads
Microsoft.AspNet.WebHooks.Receivers.Paypal package icon

Microsoft.AspNet.WebHooks.Receivers.Paypal

This package provides support for receiving WebHooks from Paypal using the Paypal .NET SDK, see "https://www.nuget.org/packages/PayPal". For information about Paypal WebHooks, see "https://developer.paypal.com/webapps/developer/docs/integration/direct/rest-webhooks-overview/".

42.1K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.es package icon

Microsoft.AspNet.SignalR.ServiceBus3.es

Este paquete contiene los ensamblados satélite de español para ASP.NET SignalR ServiceBus3.

41.8K
downloads
Microsoft.AspNet.WebPages.OAuth.tr package icon

Microsoft.AspNet.WebPages.OAuth.tr

Bu paket, ASP.NET Web Pages OAuth için Türkçe yardımcı derlemeleri içerir.

41.7K
downloads
Microsoft.AspNet.Membership.OpenAuth.es package icon

Microsoft.AspNet.Membership.OpenAuth.es

Este paquete contiene los ensamblados satélites en español para ASP.NET DotNetOpen Membership.

41.7K
downloads
Microsoft.Owin.Security.Twitter.tr package icon

Microsoft.Owin.Security.Twitter.tr

Bu paket Microsoft Owin Security Twitter için Türkçe uydu derlemelerini içerir

41.6K
downloads
Microsoft.Owin.Security.Jwt.tr package icon

Microsoft.Owin.Security.Jwt.tr

Bu pakette Microsoft Owin Security Jwt için Türkçe yardımcı derlemeler

41.6K
downloads
Microsoft.AspNet.Cors.pt-br package icon

Microsoft.AspNet.Cors.pt-br

Este pacote contém os assemblies satélite de Português (Brasil) do ASP.NET CORS.

41.5K
downloads
Microsoft.AspNet.Mvc.Facebook.zh-Hant package icon

Microsoft.AspNet.Mvc.Facebook.zh-Hant

此套件包含適用於 ASP.NET MVC Facebook 的 {語言} 附屬組件。

41.5K
downloads
Microsoft.Owin.Security.Facebook.tr package icon

Microsoft.Owin.Security.Facebook.tr

Bu paket Microsoft Owin Security Facebook için Türkçe uydu derlemelerini içerir

41.3K
downloads
Microsoft.Owin.Security.Jwt.pl package icon

Microsoft.Owin.Security.Jwt.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Jwt

41.2K
downloads
Microsoft.Owin.Security.Jwt.it package icon

Microsoft.Owin.Security.Jwt.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security Jwt per l'italiano

41.1K
downloads
Microsoft.Owin.Host.HttpListener.zh-Hans package icon

Microsoft.Owin.Host.HttpListener.zh-Hans

此程序包包含 Microsoft Owin HttpListener 的简体中文附属程序集

41.1K
downloads
Microsoft.AspNet.WebApi.Cors.ru package icon

Microsoft.AspNet.WebApi.Cors.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API CORS.

40.9K
downloads
Microsoft.Owin.Security.Jwt.ko package icon

Microsoft.Owin.Security.Jwt.ko

이 패키지에는 Microsoft Owin Security Jwt용 한국어 위성 어셈블리가 포함되어 있습니다.

40.9K
downloads
AspNetCoreRuntime.3.0.x64 package icon

AspNetCoreRuntime.3.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

40.7K
downloads
Microsoft.Dnx.Compilation.CSharp package icon

Microsoft.Dnx.Compilation.CSharp

ASP.NET 5 Roslyn compiler implementation.

40.5K
downloads
Microsoft.Owin.Security.Twitter.cs package icon

Microsoft.Owin.Security.Twitter.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Twitter.

40.5K
downloads
Microsoft.Owin.Security.Facebook.cs package icon

Microsoft.Owin.Security.Facebook.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Facebook.

40.4K
downloads
Microsoft.Azure.WebJobs.Extensions.ApiHub package icon

Microsoft.Azure.WebJobs.Extensions.ApiHub

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.ApiHub. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources

40.3K
downloads
Microsoft.AspNet.WebPages.OAuth.cs package icon

Microsoft.AspNet.WebPages.OAuth.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web Pages OAuth.

40.3K
downloads
Microsoft.AspNet.WebPages.OAuth.pl package icon

Microsoft.AspNet.WebPages.OAuth.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web Pages OAuth.

40.3K
downloads
Microsoft.AspNet.FriendlyUrls.Core.pt-br package icon

Microsoft.AspNet.FriendlyUrls.Core.pt-br

Este pacote contém os assemblies satélite do Português Brasileiro para ASP.NET Friendly URLs.

40.3K
downloads
Microsoft.AspNet.WebSockets.Protocol package icon

Microsoft.AspNet.WebSockets.Protocol

Managed web socket protocol parser.

40.1K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.de package icon

Microsoft.AspNet.SignalR.ServiceBus3.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR ServiceBus3.

39.8K
downloads
Microsoft.AspNet.Cors.cs package icon

Microsoft.AspNet.Cors.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET CORS.

39.3K
downloads
Microsoft.Owin.Hosting.zh-Hans package icon

Microsoft.Owin.Hosting.zh-Hans

此程序包包含 Microsoft Owin Hosting 的简体中文附属程序集

39.0K
downloads
AspNetCoreRuntime.3.0.x86 package icon

AspNetCoreRuntime.3.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

38.8K
downloads
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design package icon

Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design

Build-time references required to enable Razor view compilation as part of building the application.

38.6K
downloads
Microsoft.AspNet.Cors.zh-Hant package icon

Microsoft.AspNet.Cors.zh-Hant

此套件包含適用於 ASP.NET CORS 的繁體中文附屬組件。

37.8K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.ru package icon

Microsoft.AspNet.SignalR.ServiceBus3.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR ServiceBus3.

37.7K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.pt-br package icon

Microsoft.AspNet.SignalR.ServiceBus3.pt-br

Este pacote contém os assemblies satélites em Português-BR para o ASP.NET SignalR ServiceBus3.

37.5K
downloads
Microsoft.AspNet.Cors.es package icon

Microsoft.AspNet.Cors.es

Este paquete contiene los ensamblados satélites en español para ASP.NET CORS.

37.4K
downloads
Microsoft.AspNet.Providers.SqlCE package icon

Microsoft.AspNet.Providers.SqlCE

ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.

37.1K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.pl package icon

Microsoft.AspNet.SignalR.ServiceBus3.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR ServiceBus3.

37.0K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.it package icon

Microsoft.AspNet.SignalR.ServiceBus3.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR ServiceBus3 per l'italiano.

37.0K
downloads
Microsoft.Crank.AzureDevOpsWorker package icon

Microsoft.Crank.AzureDevOpsWorker

Execute crank jobs added to an Azure Service Bus queue by Azure DevOps.

37.0K
downloads
Microsoft.Owin.Security.Jwt.zh-Hans package icon

Microsoft.Owin.Security.Jwt.zh-Hans

此程序包包含 Microsoft Owin Security Jwt 的简体中文附属程序集

36.7K
downloads
Microsoft.Owin.Security.tr package icon

Microsoft.Owin.Security.tr

Bu paket Microsoft Owin Security için Türkçe yardımcı derlemeleri içerir

36.7K
downloads
Microsoft.AspNet.Cors.ru package icon

Microsoft.AspNet.Cors.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET CORS.

36.7K
downloads
Microsoft.Owin.tr package icon

Microsoft.Owin.tr

Bu paket Microsoft Owin için Türkçe yardımcı derlemeleri içerir

36.5K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.fr package icon

Microsoft.AspNet.SignalR.ServiceBus3.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR ServiceBus3.

36.5K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.fr package icon

Microsoft.AspNet.SignalR.ServiceBus3.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR ServiceBus3.

36.5K
downloads
Microsoft.AspNet.WebSockets.Server package icon

Microsoft.AspNet.WebSockets.Server

ASP.NET 5 web socket middleware for use on top of opaque servers.

36.4K
downloads
Microsoft.AspNet.SignalR.Core.pl package icon

Microsoft.AspNet.SignalR.Core.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR Core.

36.4K
downloads
Microsoft.AspNet.FileSystems.Interfaces package icon

Microsoft.AspNet.FileSystems.Interfaces

ASP.NET 5 File System interfaces.

36.1K
downloads
Microsoft.AspNet.SignalR.ServiceBus.ko package icon

Microsoft.AspNet.SignalR.ServiceBus.ko

이 패키지에는 ASP.NET SignalR ServiceBus용 한국어 위성 어셈블리가 포함되어 있습니다.

36.0K
downloads
Microsoft.AspNet.SignalR.ServiceBus.de package icon

Microsoft.AspNet.SignalR.ServiceBus.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET SignalR ServiceBus.

35.9K
downloads
Microsoft.AspNet.Cors.it package icon

Microsoft.AspNet.Cors.it

Il pacchetto contiene gli assembly satellite di ASP.NET CORS per l'italiano.

35.7K
downloads
Microsoft.AspNet.SignalR.ServiceBus.ru package icon

Microsoft.AspNet.SignalR.ServiceBus.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET SignalR ServiceBus.

35.6K
downloads
Microsoft.AspNet.Web.Optimization.cs package icon

Microsoft.AspNet.Web.Optimization.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web Optimization.

35.5K
downloads
Microsoft.AspNet.SignalR.ServiceBus.cs package icon

Microsoft.AspNet.SignalR.ServiceBus.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET SignalR ServiceBus.

35.5K
downloads
Microsoft.AspNet.Cors.ko package icon

Microsoft.AspNet.Cors.ko

이 패키지에는 ASP.NET CORS용 한국어 위성 어셈블리가 포함되어 있습니다.

35.5K
downloads
Microsoft.AspNet.Cors.fr package icon

Microsoft.AspNet.Cors.fr

Ce package contient les assemblys satellites en français pour ASP.NET CORS.

35.5K
downloads
Microsoft.AspNet.SignalR.ServiceBus.it package icon

Microsoft.AspNet.SignalR.ServiceBus.it

Il pacchetto contiene gli assembly satellite di ASP.NET SignalR ServiceBus per l'italiano.

35.4K
downloads
Microsoft.AspNet.SignalR.ServiceBus.ja package icon

Microsoft.AspNet.SignalR.ServiceBus.ja

このパッケージには、ASP.NET SignalR ServiceBus の日本語サテライト アセンブリが含まれています。

35.3K
downloads
Microsoft.AspNet.SignalR.ServiceBus.fr package icon

Microsoft.AspNet.SignalR.ServiceBus.fr

Ce package inclut les assemblys satellites en français pour ASP.NET SignalR ServiceBus.

35.1K
downloads
Microsoft.WindowsAzure.Jobs.Host package icon

Microsoft.WindowsAzure.Jobs.Host

Legacy package, Microsoft.WindowsAzure.Jobs.Host is now included in the 'Microsoft.Azure.Jobs' package.

35.1K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.7.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.7.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.7.0::7.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/44db12e386471f65874703bdfcd71293db3d1243

35.0K
downloads
Microsoft.AspNet.Cors.pl package icon

Microsoft.AspNet.Cors.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET CORS.

34.8K
downloads
Microsoft.AspNet.Cors.tr package icon

Microsoft.AspNet.Cors.tr

Bu paket ASP.NET CORS için Türkçe uydu derlemelerini içerir.

34.8K
downloads
Microsoft.Owin.cs package icon

Microsoft.Owin.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin.

34.8K
downloads
Microsoft.AspNet.SignalR.ServiceBus.pl package icon

Microsoft.AspNet.SignalR.ServiceBus.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR ServiceBus.

34.5K
downloads
Microsoft.Owin.Security.cs package icon

Microsoft.Owin.Security.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security.

34.5K
downloads
Microsoft.Owin.Hosting.zh-Hant package icon

Microsoft.Owin.Hosting.zh-Hant

此套件包含 Microsoft Owin Hosting 的繁體中文附屬組件

34.3K
downloads
AjaxGridScaffolder package icon

AjaxGridScaffolder

A scaffolder has many similarities to the built-in "Controller ... using Entity Framework" scaffolder, but it provides pagination, reordering and inline editing of the content using Ajax.

34.1K
downloads
Microsoft.Owin.Diagnostics.zh-Hans package icon

Microsoft.Owin.Diagnostics.zh-Hans

此程序包包含 Microsoft Owin Diagnostics 的简体中文附属程序集

34.0K
downloads
AspNetWebPages package icon

AspNetWebPages

Legacy package, AspNetWebPages is now included in the 'Microsoft.AspNet.WebPages.Administration' package.

33.8K
downloads
Microsoft.AspNet.Security.Cookies package icon

Microsoft.AspNet.Security.Cookies

ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.

33.6K
downloads
Microsoft.AspNet.Providers.Core.ru package icon

Microsoft.AspNet.Providers.Core.ru

Этот пакет содержит русские вспомогательные сборки для базовых библиотек ASP.NET Universal Providers.

33.5K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.ja package icon

Microsoft.AspNet.SignalR.ServiceBus3.ja

このパッケージには、ASP.NET SignalR ServiceBus3 の日本語サテライト アセンブリが含まれています。

33.2K
downloads
System.Web.Http.AspNetCore package icon

System.Web.Http.AspNetCore

Package Description

33.2K
downloads
Microsoft.AspNet.SignalR.Server package icon

Microsoft.AspNet.SignalR.Server

Core server components for ASP.NET SignalR.

33.1K
downloads
Microsoft.AspNet.OData.zh-Hant package icon

Microsoft.AspNet.OData.zh-Hant

此套件包含適用於 ASP.NET Web API for OData v4.0 的 繁體中文 附屬組件。

33.1K
downloads
Microsoft.AspNet.OData.zh-Hans package icon

Microsoft.AspNet.OData.zh-Hans

此程序包包含适用于 ASP.NET Web API for OData v4.0 的简体中文附属程序集。

32.9K
downloads
Microsoft.Owin.Diagnostics.zh-Hant package icon

Microsoft.Owin.Diagnostics.zh-Hant

此套件包含 for Microsoft Owin Diagnostics 的繁體中文附屬組件

32.6K
downloads
Microsoft.AspNet.SignalR.Redis.zh-Hans package icon

Microsoft.AspNet.SignalR.Redis.zh-Hans

此程序包包含适用于 ASP.NET SignalR Redis 的简体中文附属程序集。

32.6K
downloads
Microsoft.DotNet.Web.ItemTemplates.8.0 package icon

Microsoft.DotNet.Web.ItemTemplates.8.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.8.0::8.0.31'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5e392da7379de101db58a36123c38effeba3edef

32.3K
downloads
Microsoft.Owin.Host.HttpListener.zh-Hant package icon

Microsoft.Owin.Host.HttpListener.zh-Hant

此套件包含 Microsoft Owin HttpListener 的繁體中文附屬組件

32.1K
downloads
AspNetCoreRuntime.7.0.x64 package icon

AspNetCoreRuntime.7.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

32.0K
downloads
Microsoft.AspNet.SignalR.SqlServer.zh-Hant package icon

Microsoft.AspNet.SignalR.SqlServer.zh-Hant

此套件包含 ASP.NET SignalR SqlServer 的繁體中文附屬組件。

31.9K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Salesforce package icon

Microsoft.AspNetCore.WebHooks.Receivers.Salesforce

ASP.NET Core Salesforce WebHooks infrastructure. Contains the SalesforceWebHookAttribute class and AddSalesforceWebHooks method.

31.2K
downloads
Microsoft.AspNet.FriendlyUrls.Core.zh-Hant package icon

Microsoft.AspNet.FriendlyUrls.Core.zh-Hant

此套件包含 ASP.NET Friendly URLs 的繁體中文附屬組件

31.2K
downloads
Microsoft.AspNet.SignalR.Client.zh-Hant package icon

Microsoft.AspNet.SignalR.Client.zh-Hant

此套件包含 ASP.NET SignalR Core 的繁體中文附屬組件。

30.8K
downloads
dnx-coreclr-darwin-x64 package icon

dnx-coreclr-darwin-x64

Microsoft .NET Execution environment for CoreCLR on Darwin(OSX) x64

30.7K
downloads
Microsoft.AspNet.SignalR.ServiceBus.zh-Hant package icon

Microsoft.AspNet.SignalR.ServiceBus.zh-Hant

此套件包含 ASP.NET SignalR ServiceBus 的繁體中文附屬組件。

30.5K
downloads
Microsoft.AspNet.SignalR.SqlServer.zh-Hans package icon

Microsoft.AspNet.SignalR.SqlServer.zh-Hans

此程序包包含适用于 ASP.NET SignalR SqlServer 的简体中文附属程序集。

30.4K
downloads
Microsoft.AspNet.SignalR.Client.pt-br package icon

Microsoft.AspNet.SignalR.Client.pt-br

Este pacote contém os assemblies satélite em Português-BR para o ASP.NET SignalR Core.

30.2K
downloads
Microsoft.AspNet.SignalR.Redis.zh-Hant package icon

Microsoft.AspNet.SignalR.Redis.zh-Hant

此套件包含 ASP.NET SignalR Redis 的繁體中文附屬組件。

30.1K
downloads
Microsoft.AspNet.SignalR.Client.pl package icon

Microsoft.AspNet.SignalR.Client.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET SignalR Core.

29.9K
downloads
Microsoft.DotNet.Web.ItemTemplates.7.0 package icon

Microsoft.DotNet.Web.ItemTemplates.7.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.7.0::7.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d9ba962869d1b1c410ea476b02de2f8e27eec762

29.8K
downloads
Microsoft.AspNet.SignalR.ServiceBus.zh-Hans package icon

Microsoft.AspNet.SignalR.ServiceBus.zh-Hans

此程序包包含适用于 ASP.NET SignalR ServiceBus 的简体中文附属程序集。

29.8K
downloads
Microsoft.AspNetCore.Components.WebAssembly.MultipartBundle package icon

Microsoft.AspNetCore.Components.WebAssembly.MultipartBundle

Sample package demonstrating how to customize the Blazor publish process. Using this package in production is not supported.

29.4K
downloads
AspNetCoreRuntime.8.0.x86 package icon

AspNetCoreRuntime.8.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

29.0K
downloads
Microsoft.AspNet.Membership.OpenAuth.zh-Hans package icon

Microsoft.AspNet.Membership.OpenAuth.zh-Hans

此程序包包含适用于 ASP.NET DotNetOpen Membership 的 简体中文 附属程序集。

27.7K
downloads
Microsoft.AspNetCore.Components.WebView.WebView2 package icon

Microsoft.AspNetCore.Components.WebView.WebView2

WebView2 wrappers for BlazorWebView components on Windows.

27.1K
downloads
Microsoft.Owin.StaticFiles.zh-Hans package icon

Microsoft.Owin.StaticFiles.zh-Hans

此程序包包含 Microsoft Owin Static Files 的简体中文附属程序集

27.0K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.zh-Hant package icon

Microsoft.AspNet.SignalR.ServiceBus3.zh-Hant

此套件包含 ASP.NET SignalR ServiceBus3 的繁體中文附屬組件。

27.0K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.2.2 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.2.2

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.2.2::2.2.8'.

26.8K
downloads
Microsoft.Azure.WebJobs.Extensions.MobileApps package icon

Microsoft.Azure.WebJobs.Extensions.MobileApps

This package contains binding extensions for Azure Mobile Apps.

26.6K
downloads
Microsoft.AspNet.FriendlyUrls.Core.it package icon

Microsoft.AspNet.FriendlyUrls.Core.it

Il pacchetto contiene gli assembly satellite di Microsoft ASP.NET Friendly URLs per l'italiano.

26.6K
downloads
System.Net.Utilities package icon

System.Net.Utilities

Provides the System.Net.NetworkInformation.Ping class, which allows an application to determine whether a remote computer is accessible over the network. Commonly Used Types: System.Net.NetworkInformation.Ping System.Net.NetworkInformation.PingReply System.Net.NetworkInformation.IPStatus System.Net.NetworkInformation.PingException System.Net.NetworkInformation.PingOptions - 1548494

26.3K
downloads
Microsoft.AspNet.Providers.Core.it package icon

Microsoft.AspNet.Providers.Core.it

Il pacchetto contiene gli assembly satellite di ASP.NET Universal Providers Core Libraries per l'italiano.

26.2K
downloads
Microsoft.Owin.Security.WindowsAzure package icon

Microsoft.Owin.Security.WindowsAzure

Middleware that enables an application to use Microsoft's Azure Active Directory service for authentication.

25.7K
downloads
Microsoft.AspNet.SignalR.ServiceBus3.zh-Hans package icon

Microsoft.AspNet.SignalR.ServiceBus3.zh-Hans

此程序包包含适用于 ASP.NET SignalR ServiceBus3 的简体中文附属程序集。

25.7K
downloads
Microsoft.Owin.StaticFiles.zh-Hant package icon

Microsoft.Owin.StaticFiles.zh-Hant

此套件包含 Microsoft Owin Static Files 的繁體中文附屬組件

25.2K
downloads
Microsoft.AspNet.Web.Optimization.tr package icon

Microsoft.AspNet.Web.Optimization.tr

Bu paket, ASP.NET Web Optimization için Türkçe uydu derlemelerini içerir.

25.2K
downloads
AspNetCoreRuntime.2.2.x64 package icon

AspNetCoreRuntime.2.2.x64

This site extension installs Microsoft.AspNetCore.All, Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes. This package was built from the source at: https://github.com/aspnet/AzureIntegration/tree/494978973cbb43df739639203e765733888b49e3

24.9K
downloads
Microsoft.DotNet.Web.ProjectTemplates.9.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.9.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.9.0::9.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4e6235b8f9af12335ecd58a0a06b8f4105af2de0

24.8K
downloads
Microsoft.Net.WebSockets.Server package icon

Microsoft.Net.WebSockets.Server

Implementation of WebSocket abstract base class. Used by WebListener.

24.7K
downloads
Microsoft.AspNetCore.Identity.Service.Abstractions package icon

Microsoft.AspNetCore.Identity.Service.Abstractions

ASP.NET Core common types defining the main abstractions for Identity Service.

24.1K
downloads
Microsoft.AspNetCore.Identity.Service.Core package icon

Microsoft.AspNetCore.Identity.Service.Core

ASP.NET Core common types implementing the main abstractions for Identity Service.

24.1K
downloads
Microsoft.AspNetCore.Identity.Service package icon

Microsoft.AspNetCore.Identity.Service

ASP.NET Core Identity Service implementation based on Entity Framework.

24.1K
downloads
Microsoft.AspNetCore.SignalR.MsgPack package icon

Microsoft.AspNetCore.SignalR.MsgPack

Provides server-side support for the MsgPack protocol in ASP.NET Core SignalR

24.0K
downloads
Microsoft.AspNet.Mvc.Facebook.ja package icon

Microsoft.AspNet.Mvc.Facebook.ja

このパッケージには、ASP.NET MVC Facebook の日本語サテライト アセンブリが含まれています。

23.9K
downloads
Microsoft.Owin.Host.IIS package icon

Microsoft.Owin.Host.IIS

OWIN host for Microsoft.AspNet.Loader.IIS. Minimum system requirements: Windows 7 or Windows Server 2008 R2, IIS 7.5 or IIS Express 7.5, and .NET 4.5.1. This is prerelease software and is provided without warranty or support.

23.4K
downloads
Microsoft.Extensions.ApiDescription.Design package icon

Microsoft.Extensions.ApiDescription.Design

MSBuild tasks and targets for code generation

23.0K
downloads
Microsoft.AspNet.Membership.OpenAuth.de package icon

Microsoft.AspNet.Membership.OpenAuth.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET DotNetOpen Membership.

22.8K
downloads
Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore package icon

Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore

ASP.NET Core Identity Service implementation based on ASP.NET Core Identity.

22.7K
downloads
AspNetCoreRuntime.7.0.x86 package icon

AspNetCoreRuntime.7.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

22.1K
downloads
AspNetSprites-WebFormsControl package icon

AspNetSprites-WebFormsControl

The ASP.NET Sprite Web Forms control allows you to use sprites and image inlining in ASP.NET 4 Web Forms projects.

21.7K
downloads
Microsoft.AspNet.Membership.OpenAuth.fr package icon

Microsoft.AspNet.Membership.OpenAuth.fr

Ce package inclut les assemblys satellites en français pour ASP.NET DotNetOpen Membership.

20.8K
downloads
Microsoft.AspNet.Diagnostics.Elm package icon

Microsoft.AspNet.Diagnostics.Elm

ASP.NET 5 Middleware to capture and display the request logs.

20.4K
downloads
PayPal.Helper package icon

PayPal.Helper

The PayPal helper allows you to integrate PayPal payments within your WebMatrix website or e-commerce application. With a few lines of code you'll enable your Website customers to click on a payment buttons to pay for their purchases with their PayPal accounts.

20.4K
downloads
System.Web.Providers.SqlCE package icon

System.Web.Providers.SqlCE

Legacy package, System.Web.Providers.SqlCE is now included in the 'Microsoft.AspNet.Providers.SqlCE' package.

20.2K
downloads
Microsoft.DotNet.Web.ItemTemplates.9.0 package icon

Microsoft.DotNet.Web.ItemTemplates.9.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.9.0::9.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4e6235b8f9af12335ecd58a0a06b8f4105af2de0

20.0K
downloads
Microsoft.AspNet.WebApi.SignalR package icon

Microsoft.AspNet.WebApi.SignalR

This package provides a convenient programming model for writing web APIs using ASP.NET Web API that send real-time updates to SignalR clients.

19.4K
downloads
Microsoft.AspNet.Membership.OpenAuth.ja package icon

Microsoft.AspNet.Membership.OpenAuth.ja

このパッケージには、ASP.NET DotNetOpen Membership の 日本語 サテライト アセンブリが含まれています。

19.4K
downloads
Microsoft.AspNet.SignalR.Messaging package icon

Microsoft.AspNet.SignalR.Messaging

Core messaging components for ASP.NET SignalR.

19.0K
downloads
Microsoft.AspNet.WebSockets.Client package icon

Microsoft.AspNet.WebSockets.Client

Client for communicating over web sockets.

18.8K
downloads
Microsoft.AspNet.DataProtection.Extensions package icon

Microsoft.AspNet.DataProtection.Extensions

Additional APIs for ASP.NET 5 data protection.

18.6K
downloads
Microsoft.AspNet.Providers.Core.ko package icon

Microsoft.AspNet.Providers.Core.ko

이 패키지에는 ASP.NET Universal Providers 핵심 라이브러리용 한국어 위성 어셈블리가 포함되어 있습니다.

18.5K
downloads
Microsoft.Crank.PullRequestBot package icon

Microsoft.Crank.PullRequestBot

Runs benchmarks out of GitHub pull-requests.

18.5K
downloads
Microsoft.AspNet.Membership.OpenAuth.it package icon

Microsoft.AspNet.Membership.OpenAuth.it

Il pacchetto contiene gli assembly satellite di ASP.NET DotNetOpen Membership per l'italiano.

18.2K
downloads
Microsoft.AspNet.Mvc.Facebook.zh-Hans package icon

Microsoft.AspNet.Mvc.Facebook.zh-Hans

此程序包包含适用于 ASP.NET MVC Facebook 的简体中文附属程序集。

18.2K
downloads
Microsoft.AspNetCore.Identity.Service.Mvc package icon

Microsoft.AspNetCore.Identity.Service.Mvc

ASP.NET Core Identity Service integration for ASP.NET Core MVC.

18.1K
downloads
Microsoft.AspNetCore.Identity.Service.IntegratedWebClient package icon

Microsoft.AspNetCore.Identity.Service.IntegratedWebClient

ASP.NET Core Identity Service in process client.

18.0K
downloads
Microsoft.AspNetCore.Diagnostics.Identity.Service package icon

Microsoft.AspNetCore.Diagnostics.Identity.Service

ASP.NET Core Identity Service Diagnostics Middleware.

17.9K
downloads
Microsoft.AspNet.Mvc.Facebook.ko package icon

Microsoft.AspNet.Mvc.Facebook.ko

이 패키지에는 ASP.NET MVC Facebook용 한국어 위성 어셈블리가 포함되어 있습니다.

17.8K
downloads
Microsoft.AspNet.Mvc.Facebook.pt-br package icon

Microsoft.AspNet.Mvc.Facebook.pt-br

Este pacote contém os assemblies satélite de Português do Brasil do ASP.NET MVC Facebook.

17.8K
downloads
Microsoft.AspNet.Mvc.Facebook.fr package icon

Microsoft.AspNet.Mvc.Facebook.fr

Ce package contient les assemblys satellites en français pour ASP.NET MVC Facebook.

17.7K
downloads
Microsoft.AspNet.Mvc.Facebook.de package icon

Microsoft.AspNet.Mvc.Facebook.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET MVC Facebook.

17.6K
downloads
Microsoft.AspNet.Mvc.Facebook.it package icon

Microsoft.AspNet.Mvc.Facebook.it

Il pacchetto contiene gli assembly satellite di ASP.NET MVC Facebook per l'italiano.

17.6K
downloads
Microsoft.AspNet.Mvc.Facebook.es package icon

Microsoft.AspNet.Mvc.Facebook.es

Este paquete contiene los ensamblados satélites en español para ASP.NET MVC Facebook.

17.6K
downloads
Microsoft.AspNet.Mvc.Facebook.tr package icon

Microsoft.AspNet.Mvc.Facebook.tr

Bu paket ASP.NET MVC Facebook için Türkçe uydu derlemelerini içerir.

17.6K
downloads
Microsoft.AspNet.Mvc.Facebook.cs package icon

Microsoft.AspNet.Mvc.Facebook.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET MVC Facebook.

17.5K
downloads
Microsoft.AspNet.Mvc.Facebook.ru package icon

Microsoft.AspNet.Mvc.Facebook.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET MVC Facebook.

17.4K
downloads
Microsoft.AspNet.Mvc.Formatters.Xml package icon

Microsoft.AspNet.Mvc.Formatters.Xml

Contains DataContractSerializer and XmlSerializer based input and output formatters

17.4K
downloads
Microsoft.AspNet.Mvc.Facebook.pl package icon

Microsoft.AspNet.Mvc.Facebook.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET MVC Facebook.

17.3K
downloads
Microsoft.AspNet.Authentication.OAuthBearer package icon

Microsoft.AspNet.Authentication.OAuthBearer

ASP.NET 5 middleware that enables an application to receive a OAuth bearer token.

17.1K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Slack package icon

Microsoft.AspNetCore.WebHooks.Receivers.Slack

ASP.NET Core Slack WebHooks infrastructure. Contains the SlackWebHookAttribute class and AddSlackWebHooks method.

16.4K
downloads
AspNetCoreRuntime.9.0.x64 package icon

AspNetCoreRuntime.9.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

16.1K
downloads
Microsoft.AspNet.Membership.OpenAuth.zh-Hant package icon

Microsoft.AspNet.Membership.OpenAuth.zh-Hant

這個套件包含適用於 ASP.NET DotNetOpen Membership 的繁體中文附屬組件。

15.5K
downloads
jQuery.DataLink package icon

jQuery.DataLink

The link API allows you to very quickly and easily link fields of a form to an object. Any changes to the form fields are automatically pushed onto the object, saving you from writing retrieval code. By default, changes to the object are also automatically pushed back onto the corresponding form field, saving you from writing even more code. Furthermore, converters lets you modify the format or type of the value as it flows between the two sides (for example, formatting a phone number, or parsing a string to a number).

15.1K
downloads
Microsoft.AspNet.Membership.OpenAuth.ru package icon

Microsoft.AspNet.Membership.OpenAuth.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET DotNetOpen Membership.

14.7K
downloads
Microsoft.AspNet.Membership.OpenAuth.ko package icon

Microsoft.AspNet.Membership.OpenAuth.ko

이 패키지에는 ASP.NET DotNetOpen Membership에 대한 한국어 위성 어셈블리가 포함되어 있습니다.

14.6K
downloads
Microsoft.AspNet.WebHooks.Receivers.Zendesk package icon

Microsoft.AspNet.WebHooks.Receivers.Zendesk

This package provides support for receiving WebHooks from Zendesk. For information about Zendesk WebHooks, see "https://developer.zendesk.com/embeddables/docs/ios/push_notifications_webhook".

14.6K
downloads
AspNetCoreRuntime.9.0.x86 package icon

AspNetCoreRuntime.9.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

14.5K
downloads
Microsoft.AspNet.FriendlyUrls.Core.ko package icon

Microsoft.AspNet.FriendlyUrls.Core.ko

이 패키지에는 ASP.NET Friendly URLs에 대한 한국어 위성 어셈블리가 포함되어 있습니다.

13.7K
downloads
Microsoft.AspNet.Membership.OpenAuth.tr package icon

Microsoft.AspNet.Membership.OpenAuth.tr

Bu paket, ASP.NET DotNetOpen Membership için Türkçe uydu derlemelerini içerir.

13.6K
downloads
Microsoft.AspNet.Membership.OpenAuth.cs package icon

Microsoft.AspNet.Membership.OpenAuth.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET DotNetOpen Membership.

13.6K
downloads
AspNetCoreRuntime.2.2.x86 package icon

AspNetCoreRuntime.2.2.x86

This site extension installs Microsoft.AspNetCore.All, Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes. This package was built from the source at: https://github.com/aspnet/AzureIntegration/tree/494978973cbb43df739639203e765733888b49e3

13.6K
downloads
Microsoft.AspNet.Membership.OpenAuth.pt-br package icon

Microsoft.AspNet.Membership.OpenAuth.pt-br

Este pacote contém os assemblies satélite Português-BR para ASP.NET DotNetOpen Membership.

13.5K
downloads
Microsoft.AspNet.WebPages.Administration.zh-Hans package icon

Microsoft.AspNet.WebPages.Administration.zh-Hans

此程序包包含 ASP.NET Web Pages 2 Administration 的 简体中文 附属程序集。

13.5K
downloads
Microsoft.Dnx.Watcher package icon

Microsoft.Dnx.Watcher

Microsoft.Dnx.Watcher

13.3K
downloads
Microsoft.Dnx.Watcher.Core package icon

Microsoft.Dnx.Watcher.Core

Microsoft.Dnx.Watcher.Core

13.3K
downloads
Microsoft.AspNet.Membership.OpenAuth.pl package icon

Microsoft.AspNet.Membership.OpenAuth.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET DotNetOpen Membership.

13.2K
downloads
Microsoft.AspNet.WebPages.Administration.ja package icon

Microsoft.AspNet.WebPages.Administration.ja

このパッケージには、ASP.NET Web Pages 2 Administration の 日本語 サテライト アセンブリが含まれています。

13.0K
downloads
Microsoft.AspNet.DataProtection.SystemWeb package icon

Microsoft.AspNet.DataProtection.SystemWeb

A component to allow the ASP.NET 5 DataProtection stack to work with the ASP.NET 4.x <machineKey> element.

12.9K
downloads
Microsoft.AspNet.WebPages.Administration.pt-br package icon

Microsoft.AspNet.WebPages.Administration.pt-br

Este pacote contém os assemblies satélite em português para o ASP.NET Web Pages 2 Administration.

12.9K
downloads
Microsoft.AspNet.WebPages.Administration.it package icon

Microsoft.AspNet.WebPages.Administration.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web Pages 2 Administration per l'italiano.

12.9K
downloads
Microsoft.AspNet.WebPages.Administration.de package icon

Microsoft.AspNet.WebPages.Administration.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft ASP.NET Web Pages 2 Administration.

12.8K
downloads
Microsoft.AspNet.WebPages.Administration.tr package icon

Microsoft.AspNet.WebPages.Administration.tr

Bu paket, ASP.NET Web Pages 2 Administration için Türkçe yardımcı derlemeleri içerir.

12.7K
downloads
Microsoft.AspNet.WebPages.Administration.ru package icon

Microsoft.AspNet.WebPages.Administration.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web Pages 2 Administration.

12.6K
downloads
Microsoft.AspNet.WebPages.Administration.zh-Hant package icon

Microsoft.AspNet.WebPages.Administration.zh-Hant

此套件包含 ASP.NET Web Pages 2 Administration 的 繁體中文 附屬組件。

12.6K
downloads
Microsoft.AspNet.WebPages.Administration.es package icon

Microsoft.AspNet.WebPages.Administration.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web Pages 2 Administration.

12.6K
downloads
Microsoft.AspNet.WebPages.Administration.cs package icon

Microsoft.AspNet.WebPages.Administration.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web Pages 2 Administration.

12.6K
downloads
Microsoft.AspNet.WebPages.Administration.pl package icon

Microsoft.AspNet.WebPages.Administration.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Web Pages 2 Administration.

12.6K
downloads
Microsoft.AspNet.WebPages.Administration.fr package icon

Microsoft.AspNet.WebPages.Administration.fr

Ce package inclut les assemblys satellites Français pour ASP.NET Web Pages 2 Administration.

12.6K
downloads
Microsoft.AspNetCore.Components.WebAssembly.DebugProxy package icon

Microsoft.AspNetCore.Components.WebAssembly.DebugProxy

Debug proxy for use when building Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

12.6K
downloads
Microsoft.AspNet.WebHooks.Receivers.MyGet package icon

Microsoft.AspNet.WebHooks.Receivers.MyGet

This package provides support for receiving WebHooks from MyGet. For information about MyGet WebHooks, see "http://docs.myget.org/docs/reference/webhooks". Implement "MyGetWebHookHandlerBase" to work with strong-typed webhook payloads.

12.6K
downloads
Microsoft.AspNet.Providers.Core.pt-br package icon

Microsoft.AspNet.Providers.Core.pt-br

Este pacote contém os assemblies satélite de Português-BR para as Bibliotecas Principais dos ASP.NET Universal Providers.

12.6K
downloads
Microsoft.AspNet.WebPages.Administration.ko package icon

Microsoft.AspNet.WebPages.Administration.ko

이 패키지에는 ASP.NET Web Pages 2 Administration용 한국어 위성 어셈블리가 포함되어 있습니다.

12.5K
downloads
Microsoft.AspNet.Security.OAuth package icon

Microsoft.AspNet.Security.OAuth

ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.

12.5K
downloads
Calendar.Template package icon

Calendar.Template

This is the ASP.NET Web Pages Calendar template from Microsoft that comes with WebMatrix.

12.5K
downloads
Microsoft.AspNet.FriendlyUrls.Core.ru package icon

Microsoft.AspNet.FriendlyUrls.Core.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Friendly URLs.

12.1K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Stripe package icon

Microsoft.AspNetCore.WebHooks.Receivers.Stripe

ASP.NET Core Stripe WebHooks infrastructure. Contains the StripeWebHookAttribute class and AddStripeWebHooks method.

11.9K
downloads
Microsoft.AspNet.Security.Google package icon

Microsoft.AspNet.Security.Google

ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.

11.8K
downloads
Microsoft.AspNet.Security.Facebook package icon

Microsoft.AspNet.Security.Facebook

ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.

11.4K
downloads
Microsoft.Extensions.SecretManager package icon

Microsoft.Extensions.SecretManager

DNX tool to manage user secrets.

11.3K
downloads
KRE-CLR-x86 package icon

KRE-CLR-x86

The K Runtime Environment for Desktop CLR x86

11.3K
downloads
Microsoft.AspNet.Security.Twitter package icon

Microsoft.AspNet.Security.Twitter

ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.

11.0K
downloads
Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop package icon

Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop

C++ client for ASP.NET SignalR.

10.9K
downloads
Microsoft.AspNet.Security.MicrosoftAccount package icon

Microsoft.AspNet.Security.MicrosoftAccount

ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.

10.8K
downloads
Microsoft.AspNet.Scaffolding.EntityFramework.12.0 package icon

Microsoft.AspNet.Scaffolding.EntityFramework.12.0

Microsoft.AspNet.Scaffolding.EntityFramework.12.0 contracts assembly for Visual Studio.

10.5K
downloads
WebMatrix.Security package icon

WebMatrix.Security

This package contains the helper library to enable OAuth and OpenID authentication for ASP.NET Web Pages websites.

10.2K
downloads
Microsoft.Azure.WebJobs.Script package icon

Microsoft.Azure.WebJobs.Script

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script

10.1K
downloads
Microsoft.AspNet.SignalR.Client.Cpp.v140.WinDesktop package icon

Microsoft.AspNet.SignalR.Client.Cpp.v140.WinDesktop

C++ client for ASP.NET SignalR.

9.9K
downloads
Microsoft.AspNet.Providers.Core.cs package icon

Microsoft.AspNet.Providers.Core.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Universal Providers Core Libraries.

9.8K
downloads
Starter.Site.Template.VB2 package icon

Starter.Site.Template.VB2

This is the VB version of the original ASP.NET Web Pages Starter Site template from Microsoft, updated for Web Pages v2.

9.6K
downloads
System.Text.Json.Formatter package icon

System.Text.Json.Formatter

Package Description

9.5K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.AzureAlert package icon

Microsoft.AspNetCore.WebHooks.Receivers.AzureAlert

ASP.NET Core Azure Alert WebHooks infrastructure. Contains the AzureAlertWebHookAttribute class and AddAzureAlertWebHooks method.

9.4K
downloads
Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design package icon

Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design

Razor precompilation

9.4K
downloads
Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools package icon

Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools

Razor precompilation

9.3K
downloads
TranslatorWidget package icon

TranslatorWidget

WebMatrix helper for Bing Translator Widget and API

9.2K
downloads
Microsoft.dotnet-scaffold-aspire package icon

Microsoft.dotnet-scaffold-aspire

Scaffolding tool for .NET Aspire scenarios

8.9K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.MailChimp package icon

Microsoft.AspNetCore.WebHooks.Receivers.MailChimp

ASP.NET Core MailChimp WebHooks infrastructure. Contains the MailChimpWebHookAttribute class and AddMailChimpWebHooks method.

8.8K
downloads
AspNetCoreRuntime.10.0.x64 package icon

AspNetCoreRuntime.10.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

8.7K
downloads
Microsoft.AspNet.Scaffolding.12.0 package icon

Microsoft.AspNet.Scaffolding.12.0

Microsoft.AspNet.Scaffolding.12.0 contracts assembly for Visual Studio.

8.7K
downloads
Microsoft.AspNet.CookiePolicy package icon

Microsoft.AspNet.CookiePolicy

ASP.NET 5 cookie policy classes.

8.4K
downloads
Photo.Gallery.Template.VB2 package icon

Photo.Gallery.Template.VB2

This is the VB version of the original ASP.NET Web Pages Photo Gallery template from Microsoft, updated for Web Pages v2.

8.4K
downloads
Bakery.Template.VB2 package icon

Bakery.Template.VB2

This is the VB version of the original ASP.NET Web Pages Bakery template from Microsoft, updated for Web Pages v2.

8.4K
downloads
Microsoft.dotnet-scaffold-aspnet package icon

Microsoft.dotnet-scaffold-aspnet

Scaffolding tool with specific components

8.2K
downloads
Microsoft.AspNet.Scaffolding.Infrastructure package icon

Microsoft.AspNet.Scaffolding.Infrastructure

The infrastucture for supporting scaffold generators installed as NuGet packages.

8.1K
downloads
Microsoft.AspNet.Security.DataProtection.Compatibility package icon

Microsoft.AspNet.Security.DataProtection.Compatibility

A component to allow the ASP.NET 5 DataProtection stack to work with the ASP.NET 4.x <machineKey> element.

8.1K
downloads
Microsoft.AspNet.Security.DataProtection.Azure package icon

Microsoft.AspNet.Security.DataProtection.Azure

ASP.NET 5 blob storage repository for DataProtection.

8.0K
downloads
Microsoft.AspNet.Providers.Core.pl package icon

Microsoft.AspNet.Providers.Core.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące bibliotek ASP.NET Universal Providers Core Libraries.

7.8K
downloads
Microsoft.AspNet.Providers.Core.tr package icon

Microsoft.AspNet.Providers.Core.tr

Bu paket, ASP.NET Universal Providers Temel Kitaplıkları için Türkçe uydu derlemeleri içerir.

7.6K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.WordPress package icon

Microsoft.AspNetCore.WebHooks.Receivers.WordPress

ASP.NET Core WordPress WebHooks infrastructure. Contains the WordPressWebHookAttribute class and AddWordPressWebHooks method.

7.6K
downloads
Wishlist.Template package icon

Wishlist.Template

This is the ASP.NET Web Pages Wishlist template from Microsoft.

7.5K
downloads
Calendar.Template.VB2 package icon

Calendar.Template.VB2

This is the VB version of the original ASP.NET Web Pages Calendar template from Microsoft, updated for Web Pages v2.

7.5K
downloads
Microsoft.AspNet.Mvc.Xml package icon

Microsoft.AspNet.Mvc.Xml

Contains DataContractSerializer and XmlSerializer based input and output formatters

7.5K
downloads
Microsoft.AspNetCore.Razor.LanguageServer.Common package icon

Microsoft.AspNetCore.Razor.LanguageServer.Common

Razor is a markup syntax for adding server-side logic to web pages. This package contains common assets that are used in the Razor language server and other assemblies.

7.3K
downloads
Microsoft.AspNetCore.Razor.OmniSharpPlugin.StrongNamed package icon

Microsoft.AspNetCore.Razor.OmniSharpPlugin.StrongNamed

Razor is a markup syntax for adding server-side logic to web pages. This package exposes public shims from core Razor that are used in the OmniSharp plugin.

7.1K
downloads
Microsoft.AspNet.Scaffolding.WebForms package icon

Microsoft.AspNet.Scaffolding.WebForms

ASP.NET Web Forms Scaffold Generator

7.1K
downloads
Microsoft.AspNetCore.Razor.OmniSharpPlugin package icon

Microsoft.AspNetCore.Razor.OmniSharpPlugin

Razor is a markup syntax for adding logic to pages. This package contains the Omnisharp Razor plugin that extracts Razor configuration information from projects.

7.1K
downloads
KRE-CoreCLR-x86 package icon

KRE-CoreCLR-x86

The K Runtime Environment for CoreCLR x86

7.0K
downloads
Microsoft.AspNet.FriendlyUrls.Core.tr package icon

Microsoft.AspNet.FriendlyUrls.Core.tr

Microsoft ASP.NET Friendly URLs için Türkçe uydu derlemelerini içerir.

7.0K
downloads
Microsoft.AspNet.WebApi.SignalR.es package icon

Microsoft.AspNet.WebApi.SignalR.es

Este paquete contiene los ensamblados satélites en español para ASP.NET Web API SignalR.

6.7K
downloads
Microsoft.AspNet.WebApi.SignalR.zh-Hans package icon

Microsoft.AspNet.WebApi.SignalR.zh-Hans

此程序包包含适用于 ASP.NET Web API SignalR 的简体中文附属程序集。

6.6K
downloads
Microsoft.AspNet.WebApi.SignalR.cs package icon

Microsoft.AspNet.WebApi.SignalR.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Web API SignalR.

6.6K
downloads
Microsoft.AspNet.WebApi.SignalR.zh-Hant package icon

Microsoft.AspNet.WebApi.SignalR.zh-Hant

此套件包含適用於 ASP.NET Web API SignalR 的繁體中文附屬組件。

6.6K
downloads
Microsoft.AspNet.WebApi.SignalR.de package icon

Microsoft.AspNet.WebApi.SignalR.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web API SignalR.

6.6K
downloads
SecretManager package icon

SecretManager

ASP.NET 5 tool to manage user secrets.

6.6K
downloads
Microsoft.AspNet.HttpOverrides package icon

Microsoft.AspNet.HttpOverrides

XForward and Method override middlewares for ASP.NET

6.5K
downloads
Microsoft.AspNet.WebApi.SignalR.ko package icon

Microsoft.AspNet.WebApi.SignalR.ko

이 패키지에는 ASP.NET Web API SignalR용 한국어 위성 어셈블리가 포함되어 있습니다.

6.5K
downloads
Microsoft.AspNet.WebApi.SignalR.fr package icon

Microsoft.AspNet.WebApi.SignalR.fr

Ce package contient les assemblys satellites en français pour ASP.NET Web API SignalR.

6.5K
downloads
Microsoft.AspNet.WebApi.SignalR.it package icon

Microsoft.AspNet.WebApi.SignalR.it

Il pacchetto contiene gli assembly satellite di ASP.NET Web API SignalR per l'italiano.

6.4K
downloads
Microsoft.AspNetCore.AspNetCoreModule package icon

Microsoft.AspNetCore.AspNetCoreModule

ASP.NET Core Module

6.4K
downloads
Microsoft.AspNet.WebApi.SignalR.ru package icon

Microsoft.AspNet.WebApi.SignalR.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API SignalR.

6.4K
downloads
Microsoft.AspNet.WebApi.SignalR.tr package icon

Microsoft.AspNet.WebApi.SignalR.tr

Bu paket ASP.NET Web API SignalR için Türkçe uydu derlemelerini içerir.

6.4K
downloads
Microsoft.AspNet.DynamicDataTemplates.CS package icon

Microsoft.AspNet.DynamicDataTemplates.CS

ASP.NET Dynamic Data field and entity templates which can be used to customize the display of entities in Web Forms applications using Dynamic Data.

6.4K
downloads
Microsoft.AspNet.WebApi.SignalR.ja package icon

Microsoft.AspNet.WebApi.SignalR.ja

このパッケージには、ASP.NET Web API SignalR の日本語サテライト アセンブリが含まれています。

6.4K
downloads
Microsoft.AspNet.WebApi.SignalR.pt-br package icon

Microsoft.AspNet.WebApi.SignalR.pt-br

Este pacote contém os assemblies satélite de Português do Brasil do ASP.NET Web API SignalR.

6.4K
downloads
Microsoft.AspNet.WebApi.SignalR.pl package icon

Microsoft.AspNet.WebApi.SignalR.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące pakietu ASP.NET Web API SignalR.

6.4K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.BitBucket package icon

Microsoft.AspNetCore.WebHooks.Receivers.BitBucket

ASP.NET Core Bitbucket WebHooks infrastructure. Contains the BitbucketWebHookAttribute class and AddBitbucketWebHooks method.

6.3K
downloads
Microsoft.AspNet.FriendlyUrls.ViewSwitcher package icon

Microsoft.AspNet.FriendlyUrls.ViewSwitcher

Adds a mobile master page and a view switcher user control to enable switching between mobile and desktop views using ASP.NET Friendly URLs. Note: This package contains content for C# Web Application Projects (WAPs) only.

6.3K
downloads
Microsoft.AspNet.FriendlyUrls.Core.pl package icon

Microsoft.AspNet.FriendlyUrls.Core.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu ASP.NET Friendly URLs.

5.9K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Dropbox package icon

Microsoft.AspNetCore.WebHooks.Receivers.Dropbox

ASP.NET Core Dropbox WebHooks infrastructure. Contains the DropboxWebHookAttribute class and AddDropboxWebHooks method.

5.8K
downloads
Microsoft.AspNet.FriendlyUrls.Core.cs package icon

Microsoft.AspNet.FriendlyUrls.Core.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Friendly URLs.

5.8K
downloads
Microsoft.AspNet.Facebook.es package icon

Microsoft.AspNet.Facebook.es

Este paquete contiene los ensamblados satélite en español para ASP.NET Facebook.

5.7K
downloads
Microsoft.AspNet.Buffering package icon

Microsoft.AspNet.Buffering

ASP.NET middleware for buffering response bodies.

5.7K
downloads
Microsoft.AspNet.Facebook.tr package icon

Microsoft.AspNet.Facebook.tr

Bu paket ASP.NET Facebook için Türkçe uygu teçhizatı içerir.

5.6K
downloads
Microsoft.AspNet.Facebook.cs package icon

Microsoft.AspNet.Facebook.cs

Balíček obsahuje česká satelitní sestavení pro ASP.NET Facebook.

5.6K
downloads
rzls package icon

rzls

Razor is a markup syntax for adding server-side logic to web pages. This package contains a Razor language server.

5.6K
downloads
Microsoft.AspNet.Facebook.it package icon

Microsoft.AspNet.Facebook.it

Il pacchetto contiene gli assembly satellite di ASP.NET Facebook per l'italiano.

5.6K
downloads
Microsoft.AspNet.Facebook.ja package icon

Microsoft.AspNet.Facebook.ja

このパッケージには、ASP.NET Facebook の日本語サテライト アセンブリが含まれています。

5.6K
downloads
Microsoft.AspNet.Proxy package icon

Microsoft.AspNet.Proxy

Proxy Library

5.5K
downloads
Microsoft.AspNet.Facebook.pl package icon

Microsoft.AspNet.Facebook.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu for ASP.NET Facebook.

5.4K
downloads
Microsoft.AspNet.Facebook.fr package icon

Microsoft.AspNet.Facebook.fr

Ce package contient les assemblys satellites en français pour ASP.NET Facebook.

5.4K
downloads
Microsoft.AspNet.Facebook.de package icon

Microsoft.AspNet.Facebook.de

Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Facebook.

5.4K
downloads
Microsoft.AspNet.Facebook.ru package icon

Microsoft.AspNet.Facebook.ru

Этот пакет содержит русские вспомогательные сборки для ASP.NET Facebook.

5.4K
downloads
Microsoft.AspNet.Facebook.ko package icon

Microsoft.AspNet.Facebook.ko

이 패키지에는 ASP.NET Facebook용 한국어 위성 어셈블리가 포함되어 있습니다.

5.4K
downloads
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.arm64 package icon

Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.arm64

.NET Aspire workload manifest

5.4K
downloads
AspNetCoreRuntime.10.0.x86 package icon

AspNetCoreRuntime.10.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

5.4K
downloads
Microsoft.AspNet.Facebook.zh-Hant package icon

Microsoft.AspNet.Facebook.zh-Hant

此套件包含 ASP.NET Facebook 的繁體中文附屬組件。

5.4K
downloads
Microsoft.AspNet.Facebook.zh-Hans package icon

Microsoft.AspNet.Facebook.zh-Hans

此程序包包含适用于 ASP.NET Facebook 的简体中文附属程序集。

5.4K
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Quic

Quic transport for the ASP.NET Core Kestrel cross-platform web server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/71dd6b0c87d7619668a40876d084d93db57eab41

5.1K
downloads
EntityFramework.Core.FunctionalTests package icon

EntityFramework.Core.FunctionalTests

Reusable EntityFramework.Core functional tests for provider writers.

5.0K
downloads
Microsoft.AspNet.DataProtection.Shared package icon

Microsoft.AspNet.DataProtection.Shared

ASP.NET 5 Data Protection shared code.

5.0K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.DynamicsCRM package icon

Microsoft.AspNetCore.WebHooks.Receivers.DynamicsCRM

ASP.NET Core Dynamics CRM WebHooks infrastructure. Contains the DynamicsCRMWebHookAttribute class and AddDynamicsCRMWebHooks method.

4.9K
downloads
Microsoft.AspNetCore.NodeServices.Sockets package icon

Microsoft.AspNetCore.NodeServices.Sockets

Socket-based RPC for Microsoft.AspNetCore.NodeServices

4.9K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.8.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.8.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.8.0::8.0.0-preview.6.23329.11'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d60cf22dc709aae6e651fd490a78e4b5f60a5168

4.8K
downloads
Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider package icon

Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider

Async version SQL OutputCache Provider

4.8K
downloads
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x86 package icon

Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x86

.NET Aspire workload manifest

4.8K
downloads
dotnet-httprepl package icon

dotnet-httprepl

Command line tool for making HTTP calls and viewing their results.

4.7K
downloads
EntityFramework.Relational.FunctionalTests package icon

EntityFramework.Relational.FunctionalTests

Reusable EntityFramework.Relational functional tests for provider writers.

4.6K
downloads
EntityFramework.Relational.Design.FunctionalTests package icon

EntityFramework.Relational.Design.FunctionalTests

Reusable EntityFramework.Relational.Design functional tests for provider writers.

4.6K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Pusher package icon

Microsoft.AspNetCore.WebHooks.Receivers.Pusher

ASP.NET Core Pusher WebHooks infrastructure. Contains the PusherWebHookAttribute class and AddPusherWebHooks method.

4.5K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Trello package icon

Microsoft.AspNetCore.WebHooks.Receivers.Trello

ASP.NET Core Trello WebHooks infrastructure. Contains the TrelloWebHookAttribute class and AddTrelloWebHooks method.

4.5K
downloads
Microsoft.Azure.WebJobs.Script.WebHost package icon

Microsoft.Azure.WebJobs.Script.WebHost

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.WebHost. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script

4.5K
downloads
Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider package icon

Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider

In .Net 4.6.2, asp.net enables developer plug in async version of OutputCache module which is a good fit for the non-in-memory OutputCache data store. This OutputCache provider can use both CosmosDB(table model) and Azure storage table as the data store and leverages async operation to provide better scability.

4.4K
downloads
Microsoft.Extensions.Caching.SqlConfig package icon

Microsoft.Extensions.Caching.SqlConfig

Contains commands for creating table and indexes in Microsoft SQL Server database to be used for ASP.NET 5 distributed caching.

4.3K
downloads
Microsoft.AspNetCore.WebHooks.Receivers.Kudu package icon

Microsoft.AspNetCore.WebHooks.Receivers.Kudu

ASP.NET Core Kudu WebHooks infrastructure. Contains the KuduWebHookAttribute class and AddKuduWebHooks method.

4.3K
downloads
Microsoft.NET.Sdk.BlazorWebAssembly.AOT package icon

Microsoft.NET.Sdk.BlazorWebAssembly.AOT

SDK manifest for Blazor WebAssembly AOT. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5a007deadbb2636caff4656333cafc818b6b2ef6

4.3K
downloads
Microsoft.Dnx.DesignTimeHost.Abstractions package icon

Microsoft.Dnx.DesignTimeHost.Abstractions

ASP.NET 5 interfaces to take advantage of capabilities exposed by the design time host.

4.2K
downloads
KRE-CLR-amd64 package icon

KRE-CLR-amd64

The K Runtime Environment for Desktop CLR amd64

4.0K
downloads
Microsoft.AspNetCore.ApplicationInsightsLightup package icon

Microsoft.AspNetCore.ApplicationInsightsLightup

Microsoft.AspNetCore.ApplicationInsightsLightup

4.0K
downloads
Microsoft.AspNet.SignalR.Client.Cpp.v140.UWP package icon

Microsoft.AspNet.SignalR.Client.Cpp.v140.UWP

C++ client for ASP.NET SignalR.

3.7K
downloads
KRE-CoreCLR-amd64 package icon

KRE-CoreCLR-amd64

The K Runtime Environment for CoreCLR amd64

3.7K
downloads
Microsoft.AspNet.Facebook.pt-br package icon

Microsoft.AspNet.Facebook.pt-br

Este pacote contém os assemblies satélite de Português do Brasil para o ASP.NET Facebook.

3.6K
downloads
System.Binary.Base64 package icon

System.Binary.Base64

Non-allocating Base64 encoder and decoded

3.4K
downloads
Aspire.Hosting.IncrementalMigration package icon

Aspire.Hosting.IncrementalMigration

Aspire hosting support for incremental migration with Microsoft.AspNetCore.SystemWebAdapters.

3.3K
downloads
Microsoft.Owin.Security.Cookies.Interop package icon

Microsoft.Owin.Security.Cookies.Interop

A compatibility layer for sharing authentication tickets between Microsoft.Owin.Security.Cookies and Microsoft.AspNet.Authentication.Cookies.

2.6K
downloads
Aspire.Microsoft.AspNetCore.SystemWebAdapters package icon

Aspire.Microsoft.AspNetCore.SystemWebAdapters

Aspire integration for Microsoft.AspNetCore.SystemWebAdapters to support incremental migration scenarios.

2.4K
downloads
Microsoft.AspNetCore.RequestThrottling package icon

Microsoft.AspNetCore.RequestThrottling

ASP.NET Core middleware for queuing incoming HTTP requests, to avoid threadpool starvation. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d27c0100bc8b9b93eb8102b097c20b40f7de9c49

2.3K
downloads
Microsoft.AspNetCore.SystemWebAdapters.Owin package icon

Microsoft.AspNetCore.SystemWebAdapters.Owin

OWIN integration support for Microsoft.AspNetCore.SystemWebAdapters.

1.9K
downloads
RazorSyntaxGenerator package icon

RazorSyntaxGenerator

Generates Razor syntax nodes from xml. For internal use only. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

1.7K
downloads
Microsoft.Owin.Security.WindowsAzure.tr package icon

Microsoft.Owin.Security.WindowsAzure.tr

Bu paket Microsoft Owin Security Windows Azure için Türkçe yardımcı derlemeleri içerir

1.7K
downloads
Microsoft.Owin.Security.WindowsAzure.ko package icon

Microsoft.Owin.Security.WindowsAzure.ko

이 패키지에는 Microsoft Owin Security Windows Azure용 한국어 위성 어셈블리가 포함되어 있습니다.

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.ja package icon

Microsoft.Owin.Security.WindowsAzure.ja

このパッケージには、Microsoft Owin Security Windows Azure の日本語サテライト アセンブリが含まれています。

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.fr package icon

Microsoft.Owin.Security.WindowsAzure.fr

Ce package contient les assemblys satellites en français pour Microsoft Owin Security Windows Azure

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.pt-br package icon

Microsoft.Owin.Security.WindowsAzure.pt-br

Este pacote contém os assemblies satélite pt-br do Microsoft Owin Security Windows Azure

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.de package icon

Microsoft.Owin.Security.WindowsAzure.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft Owin Security Windows Azure.

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.zh-Hans package icon

Microsoft.Owin.Security.WindowsAzure.zh-Hans

此程序包包含 Microsoft Owin Security Windows Azure 的简体中文附属程序集

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.zh-Hant package icon

Microsoft.Owin.Security.WindowsAzure.zh-Hant

此套件包含 Microsoft Owin Security Windows Azure 的 繁體中文 附屬組件

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.it package icon

Microsoft.Owin.Security.WindowsAzure.it

Il pacchetto contiene gli assembly satellite di Microsoft Owin Security Windows Azure per l'italiano

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.es package icon

Microsoft.Owin.Security.WindowsAzure.es

Este paquete contiene los ensamblados satélite de español para Microsoft Owin Security Windows Azure

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.pl package icon

Microsoft.Owin.Security.WindowsAzure.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft Owin Security Windows Azure

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.cs package icon

Microsoft.Owin.Security.WindowsAzure.cs

Tento balíček obsahuje česká satelitní sestavení pro Microsoft Owin Security Windows Azure.

1.6K
downloads
Microsoft.Owin.Security.WindowsAzure.ru package icon

Microsoft.Owin.Security.WindowsAzure.ru

Этот пакет содержит русские вспомогательные сборки для Microsoft Owin Security Windows Azure

1.6K
downloads
dotnet-install-blazoraot package icon

dotnet-install-blazoraot

dotnet tool for acquiring Blazor AOT SDK. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5a007deadbb2636caff4656333cafc818b6b2ef6

1.6K
downloads
Microsoft.NET.Workloads.10.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.100-preview.3.Msi.arm64

This package contains the workload set manifest for the 10.0.100-preview.3 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

1.0K
downloads
ResultsOfTGenerator package icon

ResultsOfTGenerator

Package Description This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

764
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

721
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

717
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

717
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

712
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

709
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

707
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

706
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

705
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

629
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

626
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

621
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

619
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

616
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

616
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

607
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.3.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

604
downloads
jQuery.Templates package icon

jQuery.Templates

jQuery templates contain markup with binding expressions. Templates are applied to data objects or arrays, and rendered into the HTML DOM.

7
downloads