News

Most importantly, you can even add extension methods to a value type. Let’s examine how we can make use of extension methods in C#. Create a console application project in Visual Studio First ...
You can implement fluent interfaces in C# using method chaining, factory classes, and named parameters. I’ll have more to say about fluent interfaces and method chaining in a future post here.