Beginning C# 2008 from novice to professional

This book is for anyone who wants to write good C# 2008 code—even if you have never programmed before. Writing good code can be a challenge. There are so many options, especially in a language like C#. If you want to really get the best from a programming language, you need to know which features wo...

Descripción completa

Detalles Bibliográficos
Autor principal: Gross, Christian (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : New York : Apress ; Distributed to the book trade worldwide by Springer-Verlag New York c2007.
Edición:1st ed. 2007.
Colección:Expert's voice in .NET.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627474006719
Tabla de Contenidos:
  • Three Applications: Learning .NET Fundamentals
  • Writing a Calculator: Learning about .NET Numbers and Value Types
  • A Multilingual Greeting 'Oui, Yes, Ja': Learning String Manipulations
  • If Walks == Duck and Talks == Duck then is Duck: Learning about C# decisions and loops
  • Making Your Application Tell You Something Is Wrong: Learning about C# Exception Handling
  • The Case of the Rectangle That Did Not Want to be a Shape: Learning the basics of C# OO
  • The Multi-National Tax Accountant: Learning more C# OO
  • A Cash Register: Learning How To Manage Many Elements
  • A Stock Trading Application: Learning About Delegates
  • Controlling a Bakery Assembly Line: Learning about properties and indexers
  • Saving the State of Your Program: Learning about file operations and object serialization
  • Configuring Your Application: Learning about configuration files and XML processing
  • The Decisive Stock Trading Application: Learning about software component abstraction using C# Generics
  • Tag Team Threads: Learning more C# Generics and Threads
  • Writing a Stock Simulation Application: Learning about C# Databases
  • Pin the Tail On the Object: Learning about Implicit Local Types and Extensions methods
  • Building a Just In Time Factory: Learning About Lambda Expressions
  • A Programmatic Calculator: Learning About Anonymous Types
  • Slicing and Dicing Stock Date: Learning About LINQ
  • Putting Everything Together Into A Finished Application.