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 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 (3)
Jaimin Shethiya (1)
C# Curator (1)
Munib Butt (1)
sanman chavan (1)
Related resources for Method chaining
No resource found
Learn about Extensions in C#
4/22/2024 8:30:46 AM.
Learn about extending class functionality in C# using extension methods without altering source code. Understand inheritance vs. extensions, handling sealed classes, method chaining, and key points li
The "this" Keyword in C#
3/28/2024 10:38:53 AM.
The "this" keyword in C# is a reference to a class or a struct itself. In this article, you'll learn what the C# "this" keyword is, and how and when to use the "this"
Creating A Fluent API In C#.NET
9/25/2023 9:17:16 AM.
In this article we will look at creating a Fluent API class in C#.NET. In a Fluent API, we can link together different functionality to get a particular result. We see this used many times in Entity F
JQuery Basic Use, Method Chaining, Ajax with ASP.NET Web Method
1/22/2016 9:40:24 AM.
In this article you will learn the basic usage of JQuery, Method Chaining, Ajax with ASP.NET Web Method.
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.
Building a Fluent Interface by Coding From the Outside In - Video Demonstration
2/3/2009 12:00:00 AM.
This video demonstrates building a Fluent Interface from a code sketch written for my article series about programming from the outside in.