Mehfuz's WebLog

Live crazy, think different!

Sponsors

News

Passionate about cutting edge technologies and facinated by the modern web and phone revolution.Currently working at Telerik Corporation, the leading .net component vendor.
Follow me


Articles


Projects

Browse by Tags

All Tags » LINQ (RSS)
Mocking LINQ to SQL (Continued…) using OpenAccess
After making the post on mocking LINQ to SQL, this morning i was having a chat with Stephen forte and come to know that Telerik has a new product named Visual Entity Designer that enables you to define your domain model very easily through just few clicks...
Unit testing LINQ to SQL
Unit testing LINQ to SQL repositories can be very challenging. Unit testing such requires faking hard to mock classes and requires simulation to return your custom data for a particular LINQ statement. In this post, i will show how you can mock your LINQ...
Posted: Jul 20 2010, 07:28 PM by mehfuzh | with 2 comment(s)
Filed under: , , ,
Introducing LINQ to M
Now , it happens that you go to McDonalds website and order an item for you. It could happen that price of the menu changed or new one comes to the menu. Now, generally it can happen that admin can go though wizard and loads of textboxes or dropdowns...
Posted: Jul 19 2009, 03:14 PM by mehfuzh | with 2 comment(s)
Filed under: , ,
Extending your existing API or legacy data classes to support LINQ
While developing LinqExtender, i have come across various scenarios that people don’t want to extent any query class or even implement any interface. Also, it is almost absurd when they have to add new extender specific attributes to their entity class...
Create custom LINQ providers fluently
Just released LinqExtender 2.0. Over previous release , it contains generally bugs fixes. Overall, I have focused on striping out complexity as much as possible to keep you focused on your business logic. You can see the full list of features in the documentation...
Posted: Feb 25 2009, 09:48 PM by mehfuzh | with 6 comment(s)
Filed under: , ,
LinqExtender 1.4.2 - Supporting Complex type arguments
I just made a quick update to the existing release of LinqExtender. I recently found a bug while building a feature for FlickrXplorer is that if you use constant type query with orderby clause it does pretty well, but it simply does not do well with complex...
Posted: Oct 25 2008, 07:24 PM by mehfuzh | with 1 comment(s)
Filed under: , ,
Athena - A LINQ to flickr API (Release 1.4)
Last week, I released a new version of LINQ.flickr, which I named as Athena from release 1.4. It covers few features from flickr service, also now I have updated it with the latest LINQExtender (pre release version)  containing updated Object Tracking...
Making authenticated calls to flickr
There are few things to know , when getting photos from your stream , adding comments and overall doing adding and deletion of your photos. As with flickr you can take a look at this url => http://www.flickr.com/services/api/auth.spec.html   for...
Posted: Jul 29 2008, 02:16 AM by mehfuzh | with 2 comment(s)
Filed under: , , ,
Replace SortedDictionary with LINQ query - Part 2 (with comparison)
In my previous post , I have said that using LINQ query instead of SortedDictionary not only could be useful , elegant but also less processor intensive. In this post, I will show you a real comparison between the same the method but one with SortedDictionary...
Replace SortedDictionary with LINQ query
With LINQ.Flickr it is quite necessary to get signature on parameters in order to do authenticated flickr photo get. As with the signature, it has to be sorted by parameter then to be hashed by MD5. Previously, I used to use SortedDictionary dictionary...
Posted: Jun 17 2008, 01:43 AM by mehfuzh | with 4 comment(s)
Filed under: , ,
More Posts Next page »