Browse by Tags

All Tags » fluent interfaces
  • 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
  • Auto-Discoverable Views using Fluent PRISM in Silverlight

    One reason a developer would use a technology like MEF is to, as the name implies, make an application extensible through a process called discovery. Discovery is simply a method for locating classes, types, or other resources in an assembly. MEF uses the Export tag to flag items for discovery, and the composition process then aggregates those ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on January 10, 2010
Powered by Community Server (Commercial Edition), by Telligent Systems