(Print this page)

New article: .Net Fluent Interface
Published date: Sunday, March 23, 2014
On: Moer and Éric Moreau's web site

I just published an article about an idea I got while seeing a presentation lately about unit testing. One of the aspect covered by the presentation was the use of fluent interface to ease the wording of the tests (and ease the reading at the same time).

Is that limited to unit testing? Of course not. What a great way to provide an API to many of our classes.

This article will show you how to create fluent interface in your own classes to use from anywhere you are using your classes.

You can read the full article from http://emoreau.com/Entries/Articles/2014/03/Net-fluent-interface.aspx.


(Print this page)