Skip to content

Instantly share code, notes, and snippets.

View JasminSAB's full-sized avatar
💭
Code til your code is better and your better is the best.

JS JasminSAB

💭
Code til your code is better and your better is the best.
View GitHub Profile
@jacobsimeon
jacobsimeon / QueryableExtensions.cs
Created July 12, 2012 01:05
IQueryable Extensions for ordering by a property specified by a string
using System;
using System.Collections.Generic;
using System.Data.Objects;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
namespace JacobSimeon.Extensions
{
public static class IQueryableExtensions