Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • 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 Service (OTS) that will enable it to update...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 08-02-2008, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr, Athena
  • Flickr web app with MVC preview 3 [Cont..]

    In my last post, I have mentioned of creating Flickr app with Asp.net MVC. In recent update I have modified it with Asp.net MVC Preview 3. You can find a general reference about the project here . But in this post, I will say, what are the changes due to the new release and where to start especially...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 05-31-2008, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr, asp.net, MVC, Ajax, AspNetMvc
  • Anonymous Type in LinqExtender

    It is now possible for LinqExtender implemented providers to have anonymous type in the select query. For example, consider the following SqlContext<Book> context = new SqlContext<Book>(); var query = (from q in context orderby q.LastUpdated descending select new { q.ISBN, q.Title}).Take...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 12-16-2007, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr
  • LinqExtender 1.2 is out now

    Since, the first release of LinqExtender, I found quite a bit download and feedback from community around. I did plenty of changes and tried to make it as simple as possible for creating custom providers without knowing a bit of reflection and expression parsing of the core framework. After the release...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 12-25-2007, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr, OpenLinqToSql
Page 1 of 1 (4 items)