Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: New.
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
Paperback or Softback. Condition: New. Simple and Efficient Programming with C#: Skills to Build Applications with Visual Studio and .Net 1.3. Book.
Seller: Lakeside Books, Benton Harbor, MI, U.S.A.
US$ 40.63
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. Brand New! Not Overstocks or Low Quality Book Club Editions! Direct From the Publisher! We're not a giant, faceless warehouse organization! We're a small town bookstore that loves books and loves it's customers! Buy from Lakeside Books!
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: As New. Unread book in perfect condition.
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: As New. Unread book in perfect condition.
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
US$ 55.81
Convert currencyQuantity: 1 available
Add to basketPaperback / softback. Condition: New. New copy - Usually dispatched within 2 working days. 571.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 56.55
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: Chiron Media, Wallingford, United Kingdom
US$ 52.32
Convert currencyQuantity: 10 available
Add to basketPF. Condition: New.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 55.79
Convert currencyQuantity: 1 available
Add to basketCondition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 56.53
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 62.93
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: Chiron Media, Wallingford, United Kingdom
US$ 58.73
Convert currencyQuantity: 10 available
Add to basketPF. Condition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 59.73
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 61.51
Convert currencyQuantity: 1 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Revaluation Books, Exeter, United Kingdom
US$ 70.25
Convert currencyQuantity: 2 available
Add to basketPaperback. Condition: Brand New. 2nd edition. 337 pages. 10.00x7.01x0.71 inches. In Stock.
Published by Springer, Berlin, Apress, 2021
ISBN 10: 1484273214 ISBN 13: 9781484273210
Language: English
Seller: AHA-BUCH GmbH, Einbeck, Germany
US$ 54.93
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. Neuware.
Seller: Revaluation Books, Exeter, United Kingdom
US$ 81.24
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Brand New. 297 pages. 10.00x7.01x0.79 inches. In Stock.
Seller: Buchpark, Trebbin, Germany
US$ 44.33
Convert currencyQuantity: 2 available
Add to basketCondition: Hervorragend. Zustand: Hervorragend | Sprache: Englisch | Produktart: Bücher.
Seller: Revaluation Books, Exeter, United Kingdom
US$ 94.54
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Brand New. 297 pages. 10.00x7.01x0.79 inches. In Stock.
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
US$ 70.33
Convert currencyQuantity: Over 20 available
Add to basketPaperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 209.
Seller: AHA-BUCH GmbH, Einbeck, Germany
US$ 78.14
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Apply skills and approaches to your programming to build a real-world application in C# 11 using the latest editions of Visual Studio, C#, and Microsoft .NET.This revised edition is updated with C#11 and places more emphasis on the newly introduced top-level statements. Additionally, you will find useful techniques and an explanation of the differences between writing code in two different styles. It also covers the new templates introduced in .NET 6, along with usage of .NET 7 in Windows 10 to write code and generate output. Each chapter opens with an introduction and original application written in C# 11 so that you can jump right 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 five 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 teaches you to discern 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 walks you through 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.Better handling of exceptions and null values is another integral part of professional programming, which the fourth part explores in detail. This will help you become a more professional programmer.In the final part of the book, you will learn about effective memory management techniques and the use and misuse of design patterns. This part also briefly discusses how to decide between a static method and an instance method and other techniques.After reading this book, you will be able to implement best practices to make your programs more effective and reliable.What Will You LearnAnalyze alternative solutions before implementation by comparing pros and consMake polymorphic code perform betterKnow the side effects of bad/redundant commentsUnderstand the significance of the SOLID and DRY principlesAdd features using wrappersRedefine steps without altering the calling sequence of an algorithmUse hooks in your applicationConvert a complex system into a user-friendly system using facades Run your application in .NET 6 Who Is This Book ForDevelopers with a basic knowledge of C#.