C Sharp Extension Method November 1, 2013 beginner, c #, code, interview questions, programming languages 1 Comment You probably came across the following declaration in C# and wonder what the hell does keyword this do. namespace ConsoleApplication1 { public static class Numbers { public static int AddOne(this … [Continue Reading...]