Total Blog Posts: 1
Extension methods allow you to add your own custom method to an existing type. This blog posts shows you how to create extension methods.)
Over the years I have written a multitude of blog posts. I write mostly on C#, .NET, MVC, WPF, Angular, JavaScript, jQuery, HTML, CSS, SQL Server, and many other technologies.
The sample code for each blog post can be found on my Github page. The file name on the github site is the 'title' of the blog post with underscores replacing spaces. If you have problems finding a sample, feel free to email me.
Extension methods allow you to add your own custom method to an existing type. This blog posts shows you how to create extension methods.)