• Stars
    star
    14
  • Rank 1,433,144 (Top 29 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lightweight library for working with high performance bulk updates & materialized data in SQL Server with support for Identity columns, Annotations, Materialization from disparate systems, etc.

More Repositories

1

GraphQL.RepoDB

A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).
C#
40
star
2

ApacheFOP.Serverless

A ready to use serverless implementation of Apache FOP via Azure Functions. This provides a micro-service for dynamically rendering quality PDF binary outputs from XSL-FO source using Apache FOP. When combined with the ease and simplicity of Azure Functions this project is a powerful, efficient, and scalable PDF Reporting Service that generates high quality, true paged media, reports for any environment and any client technology (.Net, NodeJS/JavaScript, Ruby, Mobile iOS/Android, Powershell, even Windows/Mac apps, etc.)!
Java
31
star
3

PdfTemplating.XslFO

This is a C# .NET solution that tests and illustrates the capabilities of Xsl-FO for dynamically generating PDF documents. It provides a way to generate the XSL-FO source xml from Xslt or Razor Templating to address various development teams. And it provides basic WinForms Application that can be used to aid in developing the Xslt and Xsl-FO markup.
C#
30
star
4

SqlTransactionalOutbox

A lightweight library for implementing the Transactional Outbox pattern in .NET with default implementation in SQL Server & Azure Service Bus. Key benefits offered are support for running in Azure Functions serverless environments and support for enforcing FIFO ordering of processing & publishing even in horizontally scaled environments (e.g. serverless or load balanced).
C#
16
star
5

GraphQL.AzureFunctionsProxy

Want to run your GraphQL serverlessly? Want to get the awesome benefits of the HotChocolate GraphQL framework on top of Azure Functions? This project will get you going...
C#
14
star
6

FlurlGraphQL

Lightweight, simple, fluent GraphQL client API extensions for the amazing Flurl Http library!
C#
8
star
7

SqlAppLockHelper

An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapplock stored procedures.
C#
6
star
8

HomeAssistant

A repo to share my HomeAssistant configurations, automations, & ideas for home automation and IoT!
3
star
9

PdfHelpers

Lightweight Helper classes based on iTextSharp for scaling and resizing Pdf Documents & Pages.
C#
3
star
10

LazyCacheHelpers

An easy to use cache implementation for all layers of an application with support for both Sync & Async Lazy<T> initialization.
C#
2
star
11

CommandLineArgsHelper

A parsing class to dramatically simplify working with command line arguments in a .Net application (e.g. console, client, or even web application).
C#
1
star
12

ParquetFiles.BlobHelpers

A simple library and console application to illustrate how to read and load data into class models from Parquet files saved to Azure Blob Storage using Parquet .Net (parquet-dotnet). This is useful for E-L-T processes whereby you need to load the data into Memory, Sql Server (e.g. Azure SQL), etc. or any other location where there is no built-in or default mechanism for working with Parquet data.
C#
1
star
13

AspNetCoreMigrationShims

Helpers & compatibility shims for migrating existing legacy code bases to AspNetCore MVC
C#
1
star