mehfuzh

Stories submitted by mehfuzh

How to delegate Queryable.Single calls to Custom LINQ provider(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

LINQ provider for Flickr gives an easy way to query , add and delete Flickr photos. Here, I will give some sneak preview about how to use the provider to do different operations on Flickr, as if doing queries with SQL objects..... read more...

add a comment |category: |Views: 6

tags: another

New LINQ provider for Flickr(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

LINQ provider for Flickr gives an easy way to query , add and delete Flickr photos. Here, I will give some sneak preview about how to use the provider to do different operations on Flickr, as if doing queries with SQL objects.... read more...

add a comment |category: |Views: 6

tags: another

Custom LINQ provider (Continued..)(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 7 months ago

In my last post , I showed the basics of creating a custom LINQ provider, now moving forward... read more...

add a comment |category: |Views: 21

tags: another

Writing custom LINQ provider(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 7 months ago

In this post, I will show how to create a sample LINQ provider.Creating LINQ provider can be far more complex, but here I will demonstrate the very basic one to start... read more...

add a comment |category: |Views: 372

tags: another