• Stars
    star
    50
  • Rank 574,890 (Top 12 %)
  • Language NSIS
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

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

Repository Details

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

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

InterpolatedSql

Sql Builder using Interpolated Strings
C#
42
star
5

Harbin.DataAccess

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

InterpolatedStrings

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

MultipleReturnValues

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

EntityFrameworkCore.RawQueryBuilder

Entity Framework Core Query Builder (allows to dynamically add conditions) using Raw SQL statements and string interpolation
C#
5
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