語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Simple and Efficient Programming wit...
~
Sarcar, Vaskaran.
Simple and Efficient Programming with C# = Skills to Build Applications with Visual Studio and .NET /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Simple and Efficient Programming with C# / by Vaskaran Sarcar.
其他題名:
Skills to Build Applications with Visual Studio and .NET /
作者:
Sarcar, Vaskaran.
面頁冊數:
XXV, 272 p. 41 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Microsoft and .NET. -
電子資源:
https://doi.org/10.1007/978-1-4842-7322-7
ISBN:
9781484273227
Simple and Efficient Programming with C# = Skills to Build Applications with Visual Studio and .NET /
Sarcar, Vaskaran.
Simple and Efficient Programming with C#
Skills to Build Applications with Visual Studio and .NET /[electronic resource] :by Vaskaran Sarcar. - 1st ed. 2021. - XXV, 272 p. 41 illus.online resource.
Part I: Fundamentals -- Chapter 1: Flexible Code Using Polymorphism -- Chapter 2: Abstract Class or Interface? -- Chapter 3: Wise Use of Code Comments -- Part II: Important Principles -- Chapter 4: Know SOLID Principles -- Chapter 5: Use the DRY Principle -- Part III: Make Efficient Applications -- Chapter 6: Separate Changeable Code Using Factories -- Chapter 7: Add Features Using Wrappers -- Chapter 8: Efficient Templates Using Hooks -- Chapter 9: Simplify Complex Systems Using Facades. - Part IV: The Road Ahead -- Chapter 10: Memory Management. – Chapter 11: Leftover Discussions. .
Apply skills and approaches to your programming to build a real-world application in C# 9 using the latest editions of Visual Studio, C#, and Microsoft .NET. Each chapter opens with an introduction and original application written in C# 9 for you to jump into coding. From there, you are guided through an expected output and taught best practices along the way. Author Vaskaran Sarcar emphasizes extending and maintaining the same program and he demonstrates examples for different scenarios to make your program more efficient and effective. This book is divided into four parts. The first part starts with a detailed discussion of polymorphism. It then shows you how to make proper use of abstract classes and interfaces, and you will know which technique to use for a specific scenario. Discussions on code comments teach you how to use them effectively, and why you need to be careful with code comments. In the second part you will learn six design principles, including SOLID and DRY principles. These are the foundation of well-known design patterns and they establish practices for developing software with considerations for maintaining and extending as a project grows. The third part takes you through the methods to make efficient applications. You will learn the common use of factories to separate code from its opposite and the alternative of inheritance using object composition and wrappers. This part also demonstrates the use of template methods, hooks, and facades in programming. Hints show you how professional coders develop an enterprise application. In the fourth and final part you will learn about effective memory management techniques by preventing leaks in your application and the use and misuse of design patterns. This part also discusses how to decide between a static method and an instance method and other techniques, in brief. After reading this book, you will be able to implement best practices to make your programs more effective and reliable. You will: Analyze the alternative solutions before implementation by comparing the pros and cons Make polymorphic code perform better Know the side-effects of bad/redundant comments Understand the significance of the SOLID and DRY principles Add features using wrappers Redefine steps without altering the calling sequence of an algorithm Use hooks in your application Convert a complex system into a user-friendly system using facades Test your application in the latest edition of .NET.
ISBN: 9781484273227
Standard No.: 10.1007/978-1-4842-7322-7doiSubjects--Topical Terms:
1114109
Microsoft and .NET.
LC Class. No.: QA76.76.M52
Dewey Class. No.: 004.165
Simple and Efficient Programming with C# = Skills to Build Applications with Visual Studio and .NET /
LDR
:04408nam a22003855i 4500
001
1048950
003
DE-He213
005
20210906135104.0
007
cr nn 008mamaa
008
220103s2021 xxu| s |||| 0|eng d
020
$a
9781484273227
$9
978-1-4842-7322-7
024
7
$a
10.1007/978-1-4842-7322-7
$2
doi
035
$a
978-1-4842-7322-7
050
4
$a
QA76.76.M52
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
004.165
$2
23
100
1
$a
Sarcar, Vaskaran.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1104450
245
1 0
$a
Simple and Efficient Programming with C#
$h
[electronic resource] :
$b
Skills to Build Applications with Visual Studio and .NET /
$c
by Vaskaran Sarcar.
250
$a
1st ed. 2021.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
XXV, 272 p. 41 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Part I: Fundamentals -- Chapter 1: Flexible Code Using Polymorphism -- Chapter 2: Abstract Class or Interface? -- Chapter 3: Wise Use of Code Comments -- Part II: Important Principles -- Chapter 4: Know SOLID Principles -- Chapter 5: Use the DRY Principle -- Part III: Make Efficient Applications -- Chapter 6: Separate Changeable Code Using Factories -- Chapter 7: Add Features Using Wrappers -- Chapter 8: Efficient Templates Using Hooks -- Chapter 9: Simplify Complex Systems Using Facades. - Part IV: The Road Ahead -- Chapter 10: Memory Management. – Chapter 11: Leftover Discussions. .
520
$a
Apply skills and approaches to your programming to build a real-world application in C# 9 using the latest editions of Visual Studio, C#, and Microsoft .NET. Each chapter opens with an introduction and original application written in C# 9 for you to jump into coding. From there, you are guided through an expected output and taught best practices along the way. Author Vaskaran Sarcar emphasizes extending and maintaining the same program and he demonstrates examples for different scenarios to make your program more efficient and effective. This book is divided into four parts. The first part starts with a detailed discussion of polymorphism. It then shows you how to make proper use of abstract classes and interfaces, and you will know which technique to use for a specific scenario. Discussions on code comments teach you how to use them effectively, and why you need to be careful with code comments. In the second part you will learn six design principles, including SOLID and DRY principles. These are the foundation of well-known design patterns and they establish practices for developing software with considerations for maintaining and extending as a project grows. The third part takes you through the methods to make efficient applications. You will learn the common use of factories to separate code from its opposite and the alternative of inheritance using object composition and wrappers. This part also demonstrates the use of template methods, hooks, and facades in programming. Hints show you how professional coders develop an enterprise application. In the fourth and final part you will learn about effective memory management techniques by preventing leaks in your application and the use and misuse of design patterns. This part also discusses how to decide between a static method and an instance method and other techniques, in brief. After reading this book, you will be able to implement best practices to make your programs more effective and reliable. You will: Analyze the alternative solutions before implementation by comparing the pros and cons Make polymorphic code perform better Know the side-effects of bad/redundant comments Understand the significance of the SOLID and DRY principles Add features using wrappers Redefine steps without altering the calling sequence of an algorithm Use hooks in your application Convert a complex system into a user-friendly system using facades Test your application in the latest edition of .NET.
650
1 4
$a
Microsoft and .NET.
$3
1114109
650
0
$a
Microsoft .NET Framework.
$3
565417
650
0
$a
Microsoft software.
$3
1253736
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484273210
776
0 8
$i
Printed edition:
$z
9781484273234
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7322-7
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入