top of page

How to turn any api to a fluent API with extension methods in C#

Apr 6, 2015
1 min read

Updated: Jun 18, 2018



Let’s say you have a class A, which exposes an old fashion, not fluent api



In languages like Java, you would be stack with using this class in the old, and a very verbose way:




So the cumbersome code from before looks like:



That’s it.

 
 
 

Comments


The Latest Posts:

  • _AI
  • _AI

From Autocomplete to Intelligence: How Language Became the Operating System of AI

  • _BackendEngineering
  • _BackendEngineering

Architecting for 6 Billion Daily Requests: Inside Wix's Media Platform

  • _BackendEngineering
  • _BackendEngineering

5 Billion Records, 10 Terabytes, Four Weeks: A Real Data Migration Playbook

bottom of page