Microsoft.Data.Sqlite
by: Microsoft
- 1 total downloads
- Latest version: 2.0.1
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
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 2.0.30
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore
by: Microsoft.EntityFrameworkCore
- 2 total downloads
- Latest version: 1.0.3
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.1.3
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 3 total downloads
- Latest version: 7.0.1
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
- 1 total downloads
- Latest version: 7.0.3
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/febee99db845fd8766a13bdb391a07c3ee90b4ba
Microsoft.Extensions.Caching.Memory
by: Microsoft.Extensions.Caching.Memory
- 1 total downloads
- Latest version: 1.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 3 total downloads
- Latest version: 1.1.2
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
Microsoft.Extensions.CommandLineUtils
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Command-line parsing API. Commonly used types:
Microsoft.Extensions.CommandLineUtils.CommandLineApplication
Microsoft.Extensions.CommandLineUtils.CommandOption
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview1-final
Abstractions of files and directories.
Commonly used types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 1.1.2
Logging abstractions for Microsoft.Extensions.Logging.
Commonly used types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Console
by: Microsoft.Extensions.Logging.Console
- 1 total downloads
- Latest version: 1.0.1
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft.Extensions.Options.ConfigurationExtensions
- 2 total downloads
- Latest version: 1.0.1
Provides additional configuration specific functionality related to Options.
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 3 total downloads
- Latest version: 4.12.1
A Blazor component library leveraging Microsoft’s Fluent Design System. Use the look of modern Microsoft products in your Blazor applications.
Microsoft.Identity.Client
by: Microsoft
- 2 total downloads
- Latest version: 4.42.0
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET).
MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
The release notes are available at https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases.
Microsoft.IdentityModel.Clients.ActiveDirectory
by: Microsoft
- 1 total downloads
- Latest version: 3.19.1
This package contains the binaries of the Active Directory Authentication Library (ADAL). ADAL provides a .NET Standard class library with easy to use authentication functionality for your .NET client on various platforms including Windows desktop, Windows Store, Xamarin iOS and Xamarin Android by taking advantage of Windows Server Active Directory and Azure Active Directory.