Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 837 total downloads
  • Latest version: 2.0.0
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared Entity Framework Core components for relational database providers.
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 478 total downloads
  • Latest version: 3.0.2
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore.Relational.Design by: Microsoft
  • 674 total downloads
  • Latest version: 2.0.0-preview1-final
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 11.401k total downloads
  • Latest version: 2.0.0
  • configuration
Abstractions of key-value pair based configuration. Commonly used types: Microsoft.Extensions.Configuration.IConfiguration Microsoft.Extensions.Configuration.IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationProvider Microsoft.Extensions.Configuration.IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 282 total downloads
  • Latest version: 2.0.0
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.EntityFrameworkCore.Sqlite.Design by: Microsoft
  • 514 total downloads
  • Latest version: 2.0.0-preview1-final
  • Entity Framework Core entity-framework-core EF Data O/RM SQLite
Design-time Entity Framework Core functionality for SQLite
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 11.033k total downloads
  • Latest version: 6.0.5
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 2.14k total downloads
  • Latest version: 7.0.2
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 635 total downloads
  • Latest version: 2.0.0
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.DotNet.PlatformAbstractions by: Microsoft.DotNet.PlatformAbstractions
  • 11 total downloads
  • Latest version: 1.0.3
Abstractions for making code that uses file system and environment testable.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 571 total downloads
  • Latest version: 2.0.0
  • files filesystem
Abstractions of files and directories. Commonly used types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.DiaSymReader.Native by: Microsoft
  • 10 total downloads
  • Latest version: 1.4.0
  • DiaSymReader PDB
Native implementation of PDB file reader and writer. Supported Platforms: - Windows x86 - Windows amd64 - Windows arm
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 11.043k total downloads
  • Latest version: 2.0.0
  • configuration
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration by: Microsoft
  • 10.936k total downloads
  • Latest version: 2.0.0
  • configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.EntityFrameworkCore.Sqlite.Core by: Microsoft
  • 23 total downloads
  • Latest version: 2.0.0-preview1-final
  • Entity Framework Core entity-framework-core EF Data O/RM SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 275 total downloads
  • Latest version: 2.2.3
  • efcore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore by: Microsoft
  • 189 total downloads
  • Latest version: 2.0.0
  • Entity Framework Core entity-framework-core EF Data O/RM
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.Extensions.DependencyModel by: Microsoft.Extensions.DependencyModel
  • 11 total downloads
  • Latest version: 1.0.3
Abstractions for reading `.deps` files.
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 280 total downloads
  • Latest version: 2.0.0
  • cache memorycache distributedcache
Caching abstractions for in-memory cache and distributed cache. Commonly used types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 11.22k total downloads
  • Latest version: 2.0.0
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection