Skip to content
@NCodeGroup

NCodeGroup

Popular repositories Loading

  1. NCode.ReparsePoints NCode.ReparsePoints Public

    This library provides functions to manage Win32 Reparse Points such as Symbolic Links, Hard Links, and Junctions.

    C# 12 6

  2. MassTransit.Extensions.Hosting MassTransit.Extensions.Hosting Public

    MassTransit configuration extensions using Microsoft.Extensions.Hosting.IHostedService and Microsoft.Extensions.DependencyInjection.

    C# 11 10

  3. NCode.Composition.DisposableParts NCode.Composition.DisposableParts Public

    This library provides a fix for the IDisposable memory leak in Microsoft's Composition (MEF) framework.

    C# 6 2

  4. NCode.Scanners NCode.Scanners Public

    This library provides a fluent API to search, filter, transform, and cache .NET types by reflecting over applications (using private-bin folders), directories, files, AppDomains, and assemblies.

    C# 3 1

  5. NCode.Disposables NCode.Disposables Public

    This library provides a set of useful IDisposable implementations.

    C# 2

  6. MassTransit.Hosting.Extensions MassTransit.Hosting.Extensions Public archive

    [Archived] Provides extensions for hosting MassTransist consumers by using Microsoft.Extensions for DI frameworks and configuration options.

    C# 2 2

Repositories

Showing 10 of 20 repositories
  • Identity Public
    C# 0 Apache-2.0 0 0 0 Updated Apr 3, 2025
  • CryptoMemory Public

    Provides the ability to manage the lifetime of memory by pinning buffers to prevent duplicate copies in ram and securely zeroing sensitive data when no longer needed.

    C# 0 Apache-2.0 0 0 0 Updated Jan 18, 2025
  • NCode.Disposables Public

    This library provides a set of useful IDisposable implementations.

    C# 2 Apache-2.0 0 0 0 Updated Nov 29, 2024
  • ArrayLeases Public

    Provides IDisposable leases for Microsoft's ArrayPool class from the System.Buffers package.

    C# 0 Apache-2.0 1 0 1 Updated Sep 3, 2024
  • ProjectSettings.Scaffold Public

    Contains common settings, scripts, and files to scaffold C# projects for NCodeGroup.

    C# 1 Apache-2.0 0 0 1 Updated Sep 3, 2024
  • SystemClock Public

    Provides an abstraction of ISystemClock to assist application testing and corresponding implementations with 1s and 1ms accuracy.

    C# 0 Apache-2.0 0 0 1 Updated Sep 3, 2024
  • StringSegments Public

    Provides the ability to split a string into substrings based on a delimiter without any additional heap allocations.

    C# 1 Apache-2.0 0 0 0 Updated Jun 13, 2024
  • Base64Url Public

    This library provides methods for encoding and decoding base64url (RFC 4648) data using the new memory efficient Span and Buffer APIs.

    C# 0 Apache-2.0 0 0 0 Updated Jul 30, 2023
  • CryptoTransforms Public

    This library provides adapters for the missing hashing and base 64 algorithms in the .NET Standard frameworks. Specifically this library provides implementations of ICryptoTransform for HashAlgorithm, ToBase64Transform, and FromBase64Transform.

    C# 1 Apache-2.0 1 0 0 Updated Jul 23, 2023
  • PasswordGenerator Public

    This DI friendly library provides the ability to generate strong cryptographically random passwords that meet the OWASP requirements (length, lower case, upper case, numeric, and special characters).

    C# 0 Apache-2.0 0 0 0 Updated Jul 16, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

C#