Microsoft.AspNetCore.Mvc.Testing
by: Microsoft
- 269 total downloads
- Latest version: 2.1.1
Support for writing functional tests for MVC applications.
Microsoft.AspNetCore.Owin
by: Microsoft
- 48 total downloads
- Latest version: 2.0.1
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
Microsoft.AspNetCore.ResponseCompression
by: Microsoft
- 45 total downloads
- Latest version: 2.0.1
ASP.NET Core middleware for HTTP Response compression.
Microsoft.AspNetCore.Server.IIS
by: Microsoft
- 100 total downloads
- Latest version: 2.2.6
Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/e7f262e33108e92fc8805b925cc04b07d254118b
Microsoft.AspNetCore.Server.Kestrel
by: Microsoft
- 37 total downloads
- Latest version: 2.0.1
ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 37 total downloads
- Latest version: 2.0.1
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv
by: Microsoft
- 77 total downloads
- Latest version: 2.0.1
Libuv transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 44 total downloads
- Latest version: 2.0.2
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.AspNetCore.TestHost
by: Microsoft
- 258 total downloads
- Latest version: 2.1.1
ASP.NET Core web server for writing and running tests.
Microsoft.AspNetCore.WebSockets
by: Microsoft
- 43 total downloads
- Latest version: 2.0.1
ASP.NET Core web socket middleware for use on top of opaque servers.
Microsoft.CodeCoverage
by: Microsoft
- 39 total downloads
- Latest version: 16.2.0
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Data.Sqlite
by: Microsoft
- 314 total downloads
- Latest version: 2.2.6
SQLite implementation of the System.Data.Common provider model.
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
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 107 total downloads
- Latest version: 2.2.6
In-memory database provider for Entity Framework Core (to be used for testing purposes).
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 66 total downloads
- Latest version: 2.0.1
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 302 total downloads
- Latest version: 2.2.6
SQLite database provider for Entity Framework Core.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 106 total downloads
- Latest version: 2.2.6
Microsoft SQL Server database provider for Entity Framework Core.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 38 total downloads
- Latest version: 2.0.1
Entity Framework Core Package Manager Console Tools. Includes Scaffold-DbContext, Add-Migration, and Update-Database.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 798 total downloads
- Latest version: 2.2.5
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/0fca7b48d0d419df0c67de0df4792441f6d5038f
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 52 total downloads
- Latest version: 2.0.0
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 32 total downloads
- Latest version: 2.0.1
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.