TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About programming coding fluent interface method chaining
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Matthew Cochran (2)
Related resources for programming coding fluent interface method chaining
No resource found
Coding Better: Programming From the Outside In for Fluent Interfaces. Part II
9/15/2014 7:21:09 AM.
In this article we’ll cover building a Fluent Interface in order to write readable code that closely models spoken/written language. In a previous article I discussed how we can be more efficient and write better code by developing from the outside-in. Now we’ll look at a new trick to make this approach even more effective, the Fluent Interface and Method Chaining.
Coding Better: Programming From the Outside In for Fluent Interfaces. Part III
9/15/2014 5:02:28 AM.
In a previous article I demonstrated a coding approach that allows us to easily build a Fluent Interface. In this article we'll pick up where I left off and develop a more sophisticated/complex structure.