A plugin to open your records in your browser. Choose the record type, enter a Guid and optionally select a form. The plugin will check if the record exists, and opens your record in your browser.
Source generators is a new feature added to VB.NET since VS.NET version 16.9. It allows you to write code to generate code that is added to your source code in compilation time. You can combine this feature with the Roslyn compiler powerful tools like SyntaxFacyoty, SyntaxTree and SemanticModel to...
More information
FixedWidthParser.Parse parses a fixed width record and populates properties on a
target object decorated with the FixedWidthColumnAttribute. Attempts are made to
convert to target types.
This library aims to reduce the boilerplate to create records for older projects that cannot upgrade to C# 8.0 when it is released and for any current projects that don't want to wait for C# 8.0 to be released with record support.
Provides functionality to select a random sample subset of data for multiple use cases. These include deleting data from development/test systems after copying the production database
RoutingRecords is a small set of tools that help Asp.Net Core developers to program cool and simple APIs in .Net 5. It relies on record type objects to define inline endpoints.