Linq to Amazon implementation fore steps

Posted by: Fabrice's weblog, on 29 Jun 2006 | View original | Bookmarked: 0 time(s)

On Monday, I have announced an implementation of Linq for Amazon Web Services, that allows to query for books using the following syntax:var query =  from book in new Amazon.BookSearch()  where     book.Title.Contains("ajax") &&    (book.Publisher == "Manning") &&    (book.Price <= 25) &&    (book.Condition == BookCondition.New)  select book;Before getting to the details of the implementation code, I'd like to describe...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: XLinq | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1925 | Hits: 176

Similar Posts

  • Create custom LINQ providers fluently more
  • Creating LINQToTwitter library using LinqExtender more
  • LINQ in Action Second Edition is being printed! more
  • DevConnections Spring Slides and Demos more
  • Is V1 of LINQ to SQL only suitable for RAD? more
  • Screencast: Enable Server Mode using LINQ (ASPxGridView & XtraGrid) more
  • Collection Interfaces Smell more
  • Speed Development Time by 50% more
  • Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library) more
  • My DevConnection Fall '07 Session Slides and Sample Links more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD