Microsoft.WindowsAppSDK.Search
by: Microsoft
- 26 total downloads
- Latest version: 2.4.4
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the Windows Search APIs.
Microsoft.WindowsAppSDK.Widgets
by: Microsoft
- 52 total downloads
- Latest version: 2.0.6-experimental
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the Widgets APIs.
Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 127 total downloads
- Latest version: 2.3.6
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the modern Windows UI features.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 761 total downloads
- Latest version: 11.0.0-preview.7.26381.103
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x64
by: Microsoft
- 1.62k total downloads
- Latest version: 11.0.0-preview.7.26381.103
Package Description
MimeKit
by: Jeffrey Stedfast
- 401 total downloads
- Latest version: 4.17.0
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
MimeTypesMap
by: red
- 43 total downloads
- Latest version: 1.0.9
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.
ModelContextProtocol
by: ModelContextProtocol
- 171 total downloads
- Latest version: 2.2.0
.NET SDK for the Model Context Protocol (MCP) with hosting and dependency injection extensions.
ModelContextProtocol.Core
by: ModelContextProtocol
- 108 total downloads
- Latest version: 2.2.0
Core .NET SDK for the Model Context Protocol (MCP)
ModelingEvolution.Blazor.Diagrams
by: zHaytam
- 104 total downloads
- Latest version: 3.0.6
A fully customizable and extensible all-purpose diagrams library for Blazor
ModelingEvolution.Blazor.LogViewer
by: ModelingEvolution
- 328 total downloads
- Latest version: 1.2.0
Reusable Blazor component for viewing logs from processes and Docker containers in real-time using XtermBlazor terminal.
ModelingEvolution.Blazor.Splitter
by: ModelingEvolution
- 371 total downloads
- Latest version: 1.0.6
A lightweight, standalone Blazor splitter component for creating resizable panels.
ModelingEvolution.Chat
by: ModelingEvolution
- 5 total downloads
- Latest version: 1.0.0-preview.11
Event-sourced chat (workspaces, channels, participants) with MudBlazor 9 Blazor components: conversation list, conversation view, message input, Markdown message rendering. Server-side command handlers and read models over MicroPlumberd/KurrentDB.
ModelingEvolution.Controls.Blazor.AnchorPanelControl
by: ModelingEvolution Team
- 30 total downloads
- Latest version: 0.0.10.17
AnchorPanelControl
ModelingEvolution.Controls.Blazor.HistogramControl
by: ModelingEvolution Team
- 35 total downloads
- Latest version: 0.0.10.17
HistogramControl
ModelingEvolution.Controls.Blazor.ResizableControl
by: ModelingEvolution Team
- 34 total downloads
- Latest version: 0.0.10.17
Resizable
ModelingEvolution.Controls.Blazor.SvgCanvasControl
by: ModelingEvolution Team
- 36 total downloads
- Latest version: 0.0.10.17
SvgCanvasControl
ModelingEvolution.EventAggregator.Blazor
by: ModelingEvolution
- 489 total downloads
- Latest version: 2.5.1
Blazor-specific extensions for ModelingEvolution.EventAggregator. Provides components and services for event aggregation in Blazor Server and WebAssembly applications.
ModelingEvolution.FileSystem.Blazor
by: ModelingEvolution
- 118 total downloads
- Latest version: 2.3.1
Blazor FileExplorer component with MudBlazor for browsing local file systems. Uses IFileSystem abstraction for all operations.
ModelingEvolution.FloatingWindow
by: ModelingEvolution
- 113 total downloads
- Latest version: 2.0.1
Floating draggable window component for Blazor using MudBlazor. Supports service-based pattern similar to MudDialog.