Browse by Tags

All Tags » Silverlight » fluent interfaces
  • A Fluent Backwards Design

    Fluent interfaces make code easier to read, understand, and use. They can also provide a layer of separation and decoupling to make it easier to reuse components in a straightforward fashion. In this post I will walk through the scenario of creating a fluent interface with a ''backwards design.'' This means I'll start with the end in mind: what I ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on May 5, 2011
  • A Fluent RSS Reader for Silverlight Part 1: Proof of Concept

    One of the most common examples to help learn a language or framework is an RSS Reader. This is an ideal mini-project because it includes networking, parsing XML, and binding to data elements such as lists. I wanted to provide an example that shows some more interesting solutions that are possible using C# in Silverlight. This is the first part in ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on February 7, 2010
Powered by Community Server (Commercial Edition), by Telligent Systems