8
shouts

jLinq (LINQ for JSON) Screencast #2 – Creating Your Own Extension Methods « Yet Another WebDev Blog

published 251 days, 17 hours, 33 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 252 days, 18 hours, 4 minutes ago
Thursday, July 09, 2009 12:05:29 PM GMT Wednesday, July 08, 2009 11:33:53 AM GMT

jLinq is a Javascript library that allows you to do LINQ style queries with JSON data. Did you know that jLinq let’s you extend the base library with your own methods? Did you realize that any method you create plugs right in and works with the built in jLinq features? This screencast goes over some of the basics to creating your first extension method for jLinq.Creating A Query Method A Query method is what determines what records stay and which records are removed from a jLinq query. Here is a samp...

category: ASP.NET | clicked: 62 | | source: somewebguy.wordpress.com | show counter code
tags: data, JavaScript, jLinq, JSON, Linq, web development