Press "Enter" to skip to content

Category: Uncategorized

Webinar on Making Your Code Mistake-Proof with Fluent Interfaces [April 5th, 2017]

On April 5th, I gave a live webinar on how to create fluent interfaces, and why they can make your code “mistake-proof”. It’s hosted by PostSharp – the makers of a cool library that helps you eliminate boiler-plate code from your C# and VB.NET source code.

 

The webinar was recorded, and is available at: http://www.postsharp.net/blog/post/webinar-recording-fluent-interfaces.

 

The source code is available at: https://github.com/ScottLilly/FluentInterfaceWebinar

 

I wrote a WPF tool to help you build fluent interfaces. You can read more about it at: https://www.scottlilly.com/fluent-interface-creator/. The source code is available on GitHub at: https://github.com/ScottLilly/FluentInterfaceCreator

4 Comments