OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# -Generic Methods
Duration: 15:06 min
Description:
In this video, I will discussing generic methods. When developing applications, you
notice that you might have many methods that do almost the same thing, but with
different types (one that prints an int array, another that prints a string array...).
This video will show you how you can shrink all those methods to a single method
that operates on a generic type.