garjitech's Stars
arch/AutoHistory
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
nemanjarogic/DesignPatternsLibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
DataDog/demo-azure-app-service
## Auto-archived due to inactivity. ## Demo applications for Azure App Services
thecogworks/Cogworks.AzureSearch
A wrapper to Azure Search allowing to easily setup Azure Search indexes, searchers.
iwate/ODataHttpClient
The simplest implementation of OData client.
AmrutaMoghe/TPL.DataFlow.Extensions
Extension for TPL dataflow
micro-elements/MicroElements.Processing
Provides async processing blocks
NDecision/Banzai
Simple .Net Pipeline Solution
mvSapphire/PowerPipe
A library for .NET that uses a fluent interface to construct advanced workflows with ease.
Open-NET-Libraries/Open.ChannelExtensions
A set of extensions for optimizing/simplifying System.Threading.Channels usage.
jguadagno/jjgnet-broadcast
Repository for the automated broadcasting of blog post, conferences, and streams
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
tylercollier/openresync
Open Real Estate Sync (openresync) is a node application that syncs (replicates) MLS data from one or more sources via the RESO Web API to MySQL or Solr, with an admin UI.
sqlkata/querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
kdcllc/CometD.NetCore.Salesforce
CometD Salesforce Implementation.
SafalPandey/sql-json-filter
Procedure to filter any table based on JSON params in SQL.
kyleballard/salesforce-streaming
.NET Core project that connects to the Salesforce Streaming API.
robinvdvleuten/vuex-persistedstate
💾 Persist and rehydrate your Vuex state between page reloads.
builttoroam/BuildIt
Build It is the set of libraries developed by Built to Roam that makes it easier and quicker to build applications
builttoroam/pipeline_templates
Templates for use in build and release pipelines
PanJiaChen/vue-element-admin
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
JosephusPaye/vue-storybook-tutorial
Using Storybook with Vue single file components
sermetk/XFMapsSample
TorbenK/TK.CustomMap
Extended Map Control
HorusSoftwareUY/MaterialDesignControlsPlugin
Material Design Controls Plugin for Xamarin.Forms
HorusSoftwareUY/Xamarin.Forms.Skeleton
The new loading approach for cool apps in Xamarin Forms
roubachof/Sharpnado.TaskMonitor
Free yourself from async void! TaskMonitor is a component (a task wrapper) helping you to deal with "fire and forget" Task (non awaited Task) by implementing async/await best practices.
roubachof/Xamarin.Forms.ImageSourceHandlers
GlideX.Forms + FFImageLoading.ImageSourceHandler = complete image caching solution for Xamarin.Forms without changing any line of your current project.
roubachof/Sharpnado.TaskLoaderView
Free yourself from IsBusy=true! The `TaskLoaderView` is a UI component that handles all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`.