January 2013
Beginner to intermediate
756 pages
19h 59m
English
![]()
C# is a feature-rich language, and not all programmers are familiar with all of the features we will rely on in this book. In this chapter, we are going to look at the C# language features that a good MVC programmer needs to know.
We provide only a short summary of each feature. If you want more in-depth coverage of C# or LINQ, three of Adam’s books may be of interest. For a complete guide to C#, try Introducing Visual C#; for in-depth coverage of LINQ, check out Pro LINQ in C#; and for a detailed examination of the .NET support for asynchronous programming see Pro .Net Parallel Programming in C#. All of ...