Microsoft.DotNet.Cli.Utils
by: Microsoft.DotNet.Cli.Utils
- 301 total downloads
- Latest version: 2.0.0
Package Description
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 75 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
- 64 total downloads
- Latest version: 1.0.0-rc3-1-003177
Types to model a .NET Project
Microsoft.EntityFrameworkCore
by: Microsoft
- 187 total downloads
- Latest version: 5.0.13
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
- 203 total downloads
- Latest version: 5.0.13
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 897 total downloads
- Latest version: 8.0.2
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 295 total downloads
- Latest version: 5.0.9
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 152 total downloads
- Latest version: 5.0.6
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 134 total downloads
- Latest version: 1.1.6
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 189 total downloads
- Latest version: 5.0.7
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 4.57k total downloads
- Latest version: 9.0.0-preview.1.24081.2
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
- 33 total downloads
- Latest version: 9.5.0
Utilities for working with generative AI components.
Microsoft.Extensions.AI.Abstractions
by: Microsoft
- 64 total downloads
- Latest version: 9.7.0
Abstractions representing generative AI components.
Microsoft.Extensions.AI.AzureAIInference
by: Microsoft
- 340 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
- 760 total downloads
- Latest version: 9.0.0-preview.4.24267.6
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
- 668 total downloads
- Latest version: 1.12.0
Azure Client SDK integration with Microsoft.Extensions libraries
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 313 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
- 381 total downloads
- Latest version: 9.0.0-preview.7.24405.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.CommandLineUtils
by: Microsoft.Extensions.CommandLineUtils
- 23 total downloads
- Latest version: 1.0.1
Command-line parsing API. Commonly used types:
Microsoft.Extensions.CommandLineUtils.CommandLineApplication
Microsoft.Extensions.CommandLineUtils.CommandOption
Microsoft.Extensions.Configuration
by: Microsoft
- 294 total downloads
- Latest version: 8.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.