Download samples Table of Contents 1. Introduction 2. Background 3. Sexy Features 3.1. Extension Methods 3.2. Anonymous Type 3.3. Delegate 3.4. Lambda Expression 3.5. Async-Await Pair 3.6. Generics 4. Conclusion 1. Introduction C# is a very popular programming language. It is mostly popular in the .NET arena. The main reason behind that is the C# language contains so many useful features. It is actually a multi-paradigm programming language. Q. Why do we call C# a muti-paradigm programming language? A. Well, C# has the following characteristics: Strongly typed Object Oriented Functional Declarative Programming Imperative Programming Component based Programming Dynamic Programming ...
Comments
Post a Comment