C# Cookbook e-bog
359,43 DKK
(inkl. moms 449,29 DKK)
Even if you're familiar with C# syntax, knowing how to combine various language features is a critical skill when you're building applications. This cookbook is packed full of recipes to help you solve issues for C# programming tasks you're likely to encounter. You'll learn tried-and-true techniques to help you achieve greater productivity and improve the quality of your code.Author and indepen...
E-bog
359,43 DKK
Forlag
O'Reilly Media
Udgivet
28 september 2021
Længde
328 sider
Genrer
UMN
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781492093657
Even if you're familiar with C# syntax, knowing how to combine various language features is a critical skill when you're building applications. This cookbook is packed full of recipes to help you solve issues for C# programming tasks you're likely to encounter. You'll learn tried-and-true techniques to help you achieve greater productivity and improve the quality of your code.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 patternsImprove code quality through maintainability, error prevention, and correct syntaxUse LINQ to Objects for in-memory data manipulation and queryingUnderstand the differences between dynamic programming and reflectionApply several async programming features you may not be aware ofWork with data using newer libraries and algorithmsLearn different ways to use new C# features, such as pattern matching and records