Microsoft.AspNetCore.ResponseCompression
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-rc1-final
ASP.NET Core middleware for HTTP Response compression.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 1 total downloads
- Latest version: 3.1.2
Helpers for building single-page applications on ASP.NET MVC Core.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc
Microsoft.AspNetCore.TestHost
by: Microsoft
- 3 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.Azure.Cosmos
by: Microsoft
- 1 total downloads
- Latest version: 3.9.0-preview
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Cosmos.Direct
by: Microsoft
- 2 total downloads
- Latest version: 3.28.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Build.Utilities.Core
by: Microsoft
- 1 total downloads
- Latest version: 17.9.5
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
Microsoft.CodeAnalysis.Common
by: Microsoft
- 1 total downloads
- Latest version: 4.10.0-2.final
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn").
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
Microsoft.CodeAnalysis.VisualBasic.Features
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-beta1-20150928-02
.NET Compiler Platform ("Roslyn") support for creating Visual Basic editing experiences.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 3.2.0
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/c3b512958589fecf9e847a73db492cfc92f71a69.
Microsoft.Data.Sqlite
by: Microsoft
- 1 total downloads
- Latest version: 7.0.19
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
Microsoft.Data.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
SQLite implementation of the System.Data.Common provider model.
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
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/ee3828a168f874efc5e5c8cc8c9bce9aa7db9d25
Microsoft.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-rc1.19456.14
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 8.0.13
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 8.0.15
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 3.1.16
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.3.25171.6
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 3.1.27
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 5.0.13
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Get-Migration
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview3.19153.1
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration
by: Microsoft
- 0 total downloads
- Latest version: 10.0.3
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.