Designing Fluent APIs in C#
This course teaches C# developers skills to construct easy-to-use APIs that replace tedious boilerplate with concise, readable code.
What you'll learn
This course teaches C# developers skills to construct easy-to-use APIs that replace tedious boilerplate with concise, readable code. It identifies common fluent API patterns and constructs vocabulary for these patterns. It covers implementation techniques for those patterns, and discusses design strategies for ensuring that your fluent APIs are useful, bug-free, and maintainable.