登入選單
返回Google圖書搜尋
Rock Your Code
註釋How fast your code executes is very important for your users and backend server processes. This is even more important for the future as more and more users, use your app or services. Thinking about performance while you are first writing the code will save tons of time and money in the future! There are many ways to write the same block of code, some more performant than others.Short of requiring your users to purchase faster machines with more memory and faster processors or the same being done for backend servers, this book will show you the best practices, so your code can run as fast as possible and could lead to cost savings for your servers or cloud services.This book discusses and shows common code performance guidelines for Microsoft .NET. Topics include general tips, string performance, reference type & structure performance, collection performance, internationalization & localization and how to analyze code for performance problems and more. This book is written for Microsoft .NET Core 2.2 and Microsoft .NET version 4.7.2 using Visual Studio 2017. All examples in this book work in the .NET Framework and .NET Core/ Standard.