this.Fayaz();
Garbage Collected :)
-
Casting and Converting types in .Net (using C#) - Part I
C# is a type-safe and strongly typed language. If your method expects int and you are passing string, will not be compiled. Here the casting/converting plays a role. .Net allows you to convert … more
-
Casting and Converting types in .Net (using C#) - Part II
C# is a type-safe and strongly typed language. If your method expects int and you are passing string, will not be compiled. Here the casting/converting plays a role. .Net allows you to convert … more