SULJE VALIKKO

avaa valikko

Ulkomaiset kirjat, Computers, Programming Languages, C# | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 177 tuotetta
Haluatko tarkentaa hakukriteerejä?



Clean Code in C# - Refactor your legacy C# code base and improve application performance by applying best practices
Jason Alls
Packt Publishing Limited (2020)
Pehmeäkantinen kirja
62,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
The C# Player's Guide (4th Edition)
R B Whitaker
Starbound Software (2021)
Pehmeäkantinen kirja
42,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Unity 2021 Cookbook - Over 140 recipes to take your Unity game development skills to the next level, 4th Edition
Matt Smith; Shaun Ferns
Packt Publishing Limited (2021)
Pehmeäkantinen kirja
73,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C# Network Programming
R Blum
Sybex (2002)
Pehmeäkantinen kirja
51,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Mastering  C#  Database Programming
Jason Price
Sybex (2003)
Pehmeäkantinen kirja
41,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Programming NET Windows Applications
Jesse Liberty; Dan Hurwitz
O'Reilly (2003)
Pehmeäkantinen kirja
56,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Microsoft C# Professional Projects :
Arora/Aiaswamy/Pandey
Cengage Learning/Premier Press (CNG) (2002)
Pehmeäkantinen kirja
66,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C# in Easy Steps
Tim Anderson
IN EASY STEPS (2004)
Pehmeäkantinen kirja
39,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Professional Development with Web APIs
Denise M. Gosnell
Wrox (2005)
Pehmeäkantinen kirja
26,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Murach's ASP.NET 2.0 Upgrader's Guide: C# Edition
Doug Lowe; Joel Murach
MIKE MURACH&ASSOC (2005)
Pehmeäkantinen kirja
85,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C# Program&Progress
Mahmood Shanbedi
Nortown Press (2005)
Pehmeäkantinen kirja
76,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Professional C# 2005
Christian Nagel; Bill Evjen; Jay Glynn; Karli Watson; Morgan Skinner; Allen Jones
Wrox (2005)
Pehmeäkantinen kirja
33,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Beginning Visual C#® 2005
Karli Watson; Christian Nagel; Jacob Hammer Pedersen; Jon D. Reid; Morgan Skinner; Eric White
Wrox (2005)
Pehmeäkantinen kirja
27,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Murach's C# 2005
Joel Murach
MIKE MURACH&ASSOC (2006)
Pehmeäkantinen kirja
105,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Beginning ASP.NET 2.0 with C#
Chris Hart; John Kauffman; David Sussman; Chris Ullman
Wrox (2006)
Pehmeäkantinen kirja
27,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Programming C# with Visual Studio .NET 2005
Jeffery Suddeth
Lulu.com (2006)
Pehmeäkantinen kirja
47,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Professional WCF Programming
Scott Klein
Wrox (2007)
Pehmeäkantinen kirja
28,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pragmatic Unit Testing in C# with NUnit 2e
Andy Hunt; Dave Thomas; Matt Hargett
O'Reilly (2007)
Pehmeäkantinen kirja
33,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Programming .NET 3.5
Jesse Liberty; Alex Horovitz
O'Reilly (2008)
Pehmeäkantinen kirja
50,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Pro ASP.NET 3.5 in C# 2008
Matthew MacDonald; Mario Szpuszta
Springer (2007)
Pehmeäkantinen kirja
101,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Clean Code in C# - Refactor your legacy C# code base and improve application performance by applying best practices
62,50 €
Packt Publishing Limited
Sivumäärä: 500 sivua
Asu: Pehmeäkantinen kirja
Julkaisuvuosi: 2020, 17.07.2020 (lisätietoa)
Kieli: Englanti
Develop your programming skills by exploring essential topics such as code reviews, implementing TDD and BDD, and designing APIs to overcome code inefficiency, redundancy, and other problems arising from bad code

Key Features

Write code that cleanly integrates with other systems while maintaining well-defined software boundaries
Understand how coding principles and standards enhance software quality
Learn how to avoid common errors while implementing concurrency or threading

Book DescriptionTraditionally associated with developing Windows desktop applications and games, C# is now used in a wide variety of domains, such as web and cloud apps, and has become increasingly popular for mobile development. Despite its extensive coding features, professionals experience problems related to efficiency, scalability, and maintainability because of bad code. Clean Code in C# will help you identify these problems and solve them using coding best practices.

The book starts with a comparison of good and bad code, helping you understand the importance of coding standards, principles, and methodologies. You’ll then get to grips with code reviews and their role in improving your code while ensuring that you adhere to industry-recognized coding standards. This C# book covers unit testing, delves into test-driven development, and addresses cross-cutting concerns. You’ll explore good programming practices for objects, data structures, exception handling, and other aspects of writing C# computer programs. Once you’ve studied API design and discovered tools for improving code quality, you’ll look at examples of bad code and understand which coding practices you should avoid.

By the end of this clean code book, you’ll have the developed skills you need in order to apply industry-approved coding practices to write clean, readable, extendable, and maintainable C# code.

What you will learn

Write code that allows software to be modified and adapted over time
Implement the fail-pass-refactor methodology using a sample C# console application
Address cross-cutting concerns with the help of software design patterns
Write custom C# exceptions that provide meaningful information
Identify poor quality C# code that needs to be refactored
Secure APIs with API keys and protect data using Azure Key Vault
Improve your code’s performance by using tools for profiling and refactoring

Who this book is forThis coding book is for C# developers, team leads, senior software engineers, and software architects who want to improve the efficiency of their legacy systems. A strong understanding of C# programming is required.

Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
LISÄÄ OSTOSKORIIN
Tilaustuote | Arvioimme, että tuote lähetetään meiltä noin 4-5 viikossa | Tilaa jouluksi viimeistään 27.11.2024
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
Clean Code in C# - Refactor your legacy C# code base and improve application performance by applying best practiceszoom
Näytä kaikki tuotetiedot
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste