Microsoft.Data.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 10.0.12
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
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 2.0.71
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.DotNet.PlatformAbstractions
by: Microsoft.DotNet.PlatformAbstractions
- 1 total downloads
- Latest version: 1.1.1
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.Scaffolding.Shared
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-preview.1.24112.3
Contains interfaces for Project Model and messaging for scaffolding.
Microsoft.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 7.0.20
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.Abstractions
by: Microsoft
- 0 total downloads
- Latest version: 6.0.32
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-rc.2.21480.5
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 6.0.33
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-rc.2.22472.11
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-rc.1.21452.10
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 1 total downloads
- Latest version: 6.0.11
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 6.0.18
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 2 total downloads
- Latest version: 10.0.5
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
- 6 total downloads
- Latest version: 11.0.0-preview.6.26359.118
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/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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.Redis
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview1-final
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 3 total downloads
- Latest version: 8.0.18
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/cea5fa610dba4e0c024727f4c528a66018b820a3
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1 total downloads
- Latest version: 3.1.4
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.5.22301.12
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 11.0.0-preview.5.26302.115
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.