Related resources for Method chaining
  • 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#.NET9/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 Method1/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 II9/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 III9/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 Demonstration2/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.