Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 815 total downloads
- Latest version: 10.0.0-rc.2.25502.107
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 422 total downloads
- Latest version: 5.0.17
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 577 total downloads
- Latest version: 5.0.17
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Proxies
by: Microsoft
- 460 total downloads
- Latest version: 5.0.17
Lazy-loading proxies for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 397 total downloads
- Latest version: 5.0.17
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 68 total downloads
- Latest version: 2.0.0-preview1-final
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 395 total downloads
- Latest version: 5.0.17
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 406 total downloads
- Latest version: 5.0.17
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.EntityFrameworkCore.Sqlite.Design
by: Microsoft
- 64 total downloads
- Latest version: 2.0.0-preview1-final
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 376 total downloads
- Latest version: 5.0.17
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer.Abstractions
by: Microsoft
- 175 total downloads
- Latest version: 10.0.0
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider
Commonly Used Types:
Microsoft.EntityFrameworkCore.HierarchyId
Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft
- 69 total downloads
- Latest version: 2.0.0-preview1-final
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite
by: Microsoft
- 369 total downloads
- Latest version: 5.0.17
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 950 total downloads
- Latest version: 10.0.0-rc.2.25502.107
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.Exchange.WebServices.NETStandard
by: sherlock1982
- 90 total downloads
- Latest version: 2.0.0-beta3
The Exchange Web Services (EWS) Managed API provides a managed interface for developing .NET client applications that use EWS. By using the EWS Managed API, you can access almost all the information stored in an Office 365, Exchange Online, or Exchange Server mailbox.
Microsoft.Extensions.ApiDescription.Client
by: Microsoft
- 431 total downloads
- Latest version: 10.0.0-rc.2.25502.107
MSBuild tasks and targets for code generation
This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 749 total downloads
- Latest version: 10.0.0-rc.2.25502.107
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/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 352 total downloads
- Latest version: 10.0.0-rc.2.25502.107
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
- 33 total downloads
- Latest version: 10.0.0
Multi-level caching implementation building on and extending IDistributedCache
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 486 total downloads
- Latest version: 10.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.