Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C# 4.0 Unleashed [Repost]

Posted By: ChrisRedfield
C# 4.0 Unleashed [Repost]

Bart De Smet - C# 4.0 Unleashed
Published: 2011-01-14 | ISBN: 0672330792 | PDF | 1648 pages | 56 MB


C# 4.0 Unleashed is for anyone who wants to learn the C# programming language in depth, understanding how language features truly work. While giving you those insights, you learn where and how to use the features to design various kinds of software. This book not only teaches the language’s capabilities, it also looks behind the scenes to build a solid foundation to aid you in understanding the .NET platform as a whole.
Bart De Smet offers exceptional insight into the features of both the language and Microsoft’s broader framework. He doesn’t just cover the “what” and “how” of effective C# programming: He explains the “why,” so you can consistently choose the right language and platform features, maximizing your efficiency and effectiveness.
The early chapters introduce the .NET platform, the tooling ecosystem, and the C# programming language, followed by in-depth coverage of the C# programming language itself, with immediate application of language features. The last chapters give an overview of the .NET Framework libraries about which every good developer on the platform should know.
Understand the .NET platform: its language support, libraries, tools, and more
Learn where C# fits, how it has evolved, and where it’s headed
Master essential language features including expressions, operators, types, objects, and methods
Efficiently manage exceptions and resources
Write more effective C# object-oriented code
Make the most of generics, collections, delegates, reflection, and other advanced language features
Use LINQ to express queries for any form of data
Master dynamic programming techniques built on .NET’s Dynamic Language Runtime (DLR)
Work with namespaces, assemblies, and application domains
Write more efficient code using threading, synchronization, and advanced parallel programming techniques
Leverage the Base Class Library (BCL) to quickly perform many common tasks
Instrument, diagnose, test, and troubleshoot your C# code