Back to list
Views:   4.3K
Replies:  1
Archived

DynamicLinq library not in framework 4.5

Any reason why DynamicLinq library is not in framework 45? I was using it to order list from store procedures that I could not used the extension OrderBy() example:

 public List<Shoe> GetShoes(string sortExpression = "MotelTitle Asc") 
        {
            const string procedure = "P_SELECT_SHOES";
            return db.Read(procedure, Make).AsQueryable().OrderBy(sortExpression).ToList(); //using the DynamicLinq library OrderBy()
        }



Angel Valdes, Jan 26, 2014
Reply 1
DynamicLinq library is not included in 4.5 because there was no need for it.  

By the way, it was originally made available by Microsoft and today you can find an 'evolution' of this library in NuGet if you need it for your own work.

Click here for a Stackoverflow discussion on  the different ways to get this library. 

Hope this helps.
Jack
Jack Poorte, Feb 02, 2014


Stay Inspired!
Join other developers and designers who have already signed up for our mailing list.
Terms     Privacy     Licensing       EULA       Sitemap      
© Data & Object Factory, LLC.
Made with    in Austin, Texas.      Vsn 1.3.0