Skip to content

Instantly share code, notes, and snippets.

View praschl's full-sized avatar

Michael Praschl praschl

View GitHub Profile
@jrgcubano
jrgcubano / ExpressionUtils.cs
Created November 16, 2016 11:59
Compiling Expression Trees (create constructors, setters, getters, etc) C#
// Copyright (c) Philipp Wagner. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// Via: http://bytefish.de/blog/expression_trees_csharp/
using System;
using System.Linq.Expressions;
using System.Reflection;
namespace ExpressionExample
{
@hofmannsven
hofmannsven / README.md
Last active December 8, 2025 16:31
Git CLI Cheatsheet