Found 1,153 packages
A library for using records.
Simple package which allows C# records to inherit from Exception through the RecordException type.
A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class. This package does not contain any compiled binaries, but instead adds the IsExternalInit class as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the IsExternalInit class. For example, if you create a library which multi-targets .NET Standard 2.0 and .NET 5.0, the IsExternalInit class is not provided in the .NET 5.0 compilation, because .NET 5.0 already provides support for the class by default. Please see https://github.com/manuelroemer/IsExternalInit for additional information on how to use this package.
A Simple Plug-In to Clone CRM Records from one Environment to another. Just hit the "Email a Link" Button and copy/paste the URL.
Package Description
SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data. If you want to use record change notifications without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency class is your choice. The SqlTableDependency class represents a notification dependency between an application and a SQL Server Table. When you use SqlTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue and Service Broker. In this way SqlTableDependency class provides access to notifications without knowing anything about the underlying Service Broker infrastructure. Once a record change happens, SqlTableDependency's event subscribers are notified.
Package Description
Analyzers and CodeFixes for [Record]-marked types. See project site for more details.
This is a Xrm Tool Box Plugin for count Records in Dynamics CRM Views or FetchXML result.
App Metrics is an open-source .NET Standard library used to record application metrics.
RecordParser is a expression tree based parser that helps you to write maintainable parsers with high-performance and zero allocations, thanks to Span type. It makes easier for developers to do parsing by automating non-relevant code, which allow you to focus on the essentials of mapping. Include readers and writers for variable-length and fixed-length records.
Plugin.Maui.Audio provides the ability to play and record audio inside a .NET MAUI application.
VisioForge .Net products for video capture, editing and playback (Video Capture SDK, Media Player SDK, Video Edit SDK). Core package.
.Net Wrapper for un4seen Audio Library.
SDK for developing Connectors for Records365 vNext.
The AWS X-Ray Recorder core runtime.
This tool allows you to easily count records per entity for multiple entities.
Uhhh... It assigns records in bulk.
Code Fix for a record (immutable class/struct) constructor generated from get-only properties
Active Record extension library for JWS.Core