• Stars
    star
    5
  • Rank 2,852,322 (Top 57 %)
  • Language
    C#
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

Entity Framework Core Query Builder (allows to dynamically add conditions) using Raw SQL statements and string interpolation

More Repositories

1

DapperQueryBuilder

Dapper Query Builder using String Interpolation and Fluent API
C#
454
star
2

CodegenCS

C# Toolkit for Code Generation (T4 alternative!)
C#
182
star
3

InterpolatedLogging

Wrappers around ILoggers (Microsoft Extensions Logging, Serilog, NLog, etc) to accept Interpolated Strings
C#
76
star
4

NsisMultiUser

Installer/Uninstaller that allows installations "per-user" (no admin required) or "per-machine" (asks elevation only when necessary)
NSIS
50
star
5

InterpolatedSql

Sql Builder using Interpolated Strings
C#
42
star
6

Harbin.DataAccess

.NET Layered Architecture using Dapper, distributed databases (read replicas), Mockable Data Access, Code Generation (CodegenCS)
C#
20
star
7

InterpolatedStrings

FormattableString implementation with support for concatenating strings, replace, insert, etc. Like a StringBuilder but for Interpolated Strings.
C#
13
star
8

MultipleReturnValues

Companion code for My CodeProject Article "Using Multiple Return Values instead of Exceptions"
C#
7
star
9

InterpolatedColorConsole

Yes, it's yet another Colored Console. But where colors can just be interpolated within strings, making it easier to use multiple colors.
C#
4
star
10

AzureServiceBusUtils

Microsoft Azure Service Bus utilities library
C#
4
star
11

UserDefinedExpressions

Library to safely invoke (evaluate) User Defined Expressions (Formulas) using Roslyn Scripting Engine
C#
3
star
12

Harbin.Old

.NET Architecture - using CodegenCS (Code Generator), EF6/EFCore, Dapper, Type-Safe Enums, Unit Tests
C#
3
star
13

CSX-PowerShell-VisualStudio

C# Scripts (CSX) executed through Powershell directly from Visual Studio, and generating sample POCOs
C#
3
star
14

EntityFramework-Scripty-Templates

Scripty templates to generate EntityFramework model from Existing Database
C#
1
star
15

OneOf.ToTupleExtensions

Extends `OneOf<>` and `OneOfBase<>` with methods to convert them into `Tuple<>` or `ValueTuple<>`. Converts non-nullable value-types into nullable types
C#
1
star