By tag: FluentInterface
0
kicks
TNValidate - A Fluent Validation Library for .NET
TNValidate is a fluent validation library for .Net. It allows you to write validation logic in a form that is readable both by programmers and non-programmers, but still entirely in your .Net language.
TNValidate has plenty of built-in validation rules, but also provides an extension mechanism to ...
0
kicks
XmlDocument fluent interface
A simple fluent interface for creating XmlDocuments & strings.
0
kicks
Extension Methods in C# 3.0 + Fluent Interface = Ruby-like syntax
Attain highly-readable Ruby-like date syntax with C# 3.0 Extension Methods and Fluent Interface design.
0
kicks
How to design a Fluent Interface
How to design Fluent Interfaces and why it's important to know about this pattern.