登入
選單
返回
Google圖書搜尋
Rock Your Code
David McCarter
其他書名
Code and App Performance for Microsoft . NET
出版
Independently Published
, 2019-03-03
主題
Education / Computers & Technology
ISBN
1798417758
9781798417751
URL
http://books.google.com.hk/books?id=eZg8ygEACAAJ&hl=&source=gbs_api
註釋
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.