Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 28 total downloads
  • Latest version: 3.1.14
  • 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.DiaSymReader by: Microsoft
  • 3 total downloads
  • Latest version: 1.4.0-beta2-21528-02
  • DiaSymReader ISymUnmanagedReader PDB COM interop debugging
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DotNet.InternalAbstractions by: Microsoft.DotNet.InternalAbstractions
  • 1 total downloads
  • Latest version: 1.0.0
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.PlatformAbstractions by: Microsoft
  • 19 total downloads
  • Latest version: 3.1.1
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.Scaffolding.Shared by: Microsoft
  • 14 total downloads
  • Latest version: 9.0.0-rc.1.24457.2
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains interfaces for Project Model and messaging for scaffolding.
Microsoft.EntityFrameworkCore by: Microsoft
  • 37 total downloads
  • Latest version: 3.1.32
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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
  • 195 total downloads
  • Latest version: 9.0.0-rc.1.24451.1
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 20 total downloads
  • Latest version: 3.1.28
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 20 total downloads
  • Latest version: 3.1.24
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore In-Memory
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational.Design by: Microsoft
  • 15 total downloads
  • Latest version: 1.1.6
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite.Core by: Microsoft
  • 13 total downloads
  • Latest version: 3.1.28
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Design by: Microsoft
  • 20 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.EntityFrameworkCore.Tools by: Microsoft
  • 46 total downloads
  • Latest version: 9.0.0-rc.1.24451.1
  • 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.ApiDescription.Server by: Microsoft
  • 39 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • 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/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 97 total downloads
  • Latest version: 9.0.0-preview.5.24306.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.Hybrid by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.7.24406.2
  • cache distributedcache hybrid
Multi-level caching implementation building on and extending IDistributedCache This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/abc2c7226ff616316cd1e05d76e6c36b49ce06a1
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 101 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer by: Microsoft
  • 185 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • cache distributedcache 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/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Caching.StackExchangeRedis by: Microsoft
  • 164 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • cache distributedcache redis
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/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Configuration by: Microsoft
  • 89 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.