Microsoft.CSharp
by: Microsoft
- 91 total downloads
- Latest version: 4.7.0
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.Sqlite.Core
by: Microsoft
- 37 total downloads
- Latest version: 7.0.16
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.DiaSymReader
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DotNet.InternalAbstractions
by: Microsoft.DotNet.InternalAbstractions
- 10 total downloads
- Latest version: 1.0.0
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 38 total downloads
- Latest version: 3.1.6
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore
by: Microsoft
- 441 total downloads
- Latest version: 8.0.0
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
- 486 total downloads
- Latest version: 8.0.0
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 420 total downloads
- Latest version: 8.0.0
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 260 total downloads
- Latest version: 8.0.2
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Proxies
by: Microsoft
- 201 total downloads
- Latest version: 9.0.0-preview.3.24172.4
Lazy loading proxies for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 450 total downloads
- Latest version: 8.0.0
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 37 total downloads
- Latest version: 7.0.10
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 38 total downloads
- Latest version: 7.0.10
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 289 total downloads
- Latest version: 7.0.16
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
- 15 total downloads
- Latest version: 3.0.0
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/aee5e4080331553ea9dfb7fb388b6d72f715bf6a
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 181 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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
- 298 total downloads
- Latest version: 9.0.0-preview.3.24172.9
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 49 total downloads
- Latest version: 8.0.0
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/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.Extensions.Configuration
by: Microsoft
- 193 total downloads
- Latest version: 8.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 196 total downloads
- Latest version: 8.0.0
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.