دانلود کتاب C# Cookbook: Modern Recipes for Professional Developers
by Joe Mayo
|
عنوان فارسی: کتاب آشپزی سی شارپ: دستور العمل های مدرن برای توسعه دهندگان حرفه ای |
دانلود کتاب
جزییات کتاب
Author and independent consultant Joe Mayo shares some of the most important practices you'll need to be successful as a C# developer. Each section of this cookbook describes some useful facet of the C# programming language. These recipes--the result of many years of experience--are proven concepts for solving real-world problems with C#.
Recipes in this book will help you:
• Set up your project, manage object lifetime, and establish patterns
• Improve code quality through maintainability, error prevention, and correct syntax
• Use LINQ to Objects for in-memory data manipulation and querying
• Understand the differences between dynamic programming and reflection
• Apply several async programming features you may not be aware of
• Work with data using newer libraries and algorithms
• Learn different ways to use new C# features, such as pattern matching and records