Microsoft.Data.Sqlite by: Microsoft
  • 245 total downloads
  • Latest version: 10.0.0-preview.3.25171.6
  • SQLite Data ADO.NET
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
  • 190 total downloads
  • Latest version: 10.0.0-preview.1.25081.1
  • SQLite Data ADO.NET
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.DotNet.Cli.Utils by: Microsoft.DotNet.Cli.Utils
  • 108 total downloads
  • Latest version: 2.0.0
Package Description
Microsoft.DotNet.PlatformAbstractions by: Microsoft
  • 28 total downloads
  • Latest version: 3.1.3
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.ProjectModel by: Microsoft.DotNet.ProjectModel
  • 24 total downloads
  • Latest version: 1.0.0-rc3-1-003177
Types to model a .NET Project
Microsoft.EntityFrameworkCore by: Microsoft
  • 55 total downloads
  • Latest version: 5.0.13
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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
  • 65 total downloads
  • Latest version: 6.0.0-preview.1.21102.2
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 437 total downloads
  • Latest version: 8.0.2
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 105 total downloads
  • Latest version: 5.0.9
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 44 total downloads
  • Latest version: 5.0.6
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design by: Microsoft
  • 53 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.SqlServer by: Microsoft
  • 65 total downloads
  • Latest version: 5.0.7
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQL Server
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1.748k total downloads
  • Latest version: 9.0.0-preview.1.24081.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.AI by: Microsoft
  • 9 total downloads
  • Latest version: 9.5.0
Utilities for working with generative AI components.
Microsoft.Extensions.AI.Abstractions by: Microsoft
  • 25 total downloads
  • Latest version: 9.7.0
Abstractions representing generative AI components.
Microsoft.Extensions.AI.AzureAIInference by: Microsoft
  • 121 total downloads
  • Latest version: 9.7.1-preview.1.25365.4
Implementation of generative AI abstractions for Azure.AI.Inference.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 249 total downloads
  • Latest version: 9.0.0-preview.4.24267.6
  • 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/ada5ad97d2114250a05550cb28cc18b9cf9f8993
Microsoft.Extensions.Azure by: Microsoft
  • 217 total downloads
  • Latest version: 1.12.0
  • Microsoft Azure Client Pipeline AspNetCore Extensions
Azure Client SDK integration with Microsoft.Extensions libraries
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 171 total downloads
  • Latest version: 9.0.0
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
  • 162 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.