Microsoft.DotNet.Cli.Utils
by: Microsoft.DotNet.Cli.Utils
- 1 total downloads
- Latest version: 2.0.0
Package Description
Microsoft.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 5.0.15
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
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 5.0.14
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: 1.1.5
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 10.0.7
Caching abstractions for in-memory cache and distributed cache.
Commonly Used Types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 2 total downloads
- Latest version: 10.0.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 10.0.7
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/b16286c2284fecf303dbc12a0bb152476d662e44
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 3 total downloads
- Latest version: 9.0.14
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/baa6b294e728e6171378b4e8c52e42e7c4d4ed63
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 10.0.7
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.9
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.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 2 total downloads
- Latest version: 10.0.7
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.Json
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview4.19216.2
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 0 total downloads
- Latest version: 10.0.0
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 3.1.6
Abstractions for reading `.deps` files.
Microsoft.Extensions.Diagnostics
by: Microsoft
- 0 total downloads
- Latest version: 10.0.0-preview.3.25171.5
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-rc.1.25451.107
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/2db1f5ee2bdda2e8d873769325fabede32e420e0
- 1 total downloads
- Latest version: 6.0.0-preview.4.21253.5
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/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698