Beginning C# Hands-On – The Core Language

Tom Owsiak

  • 出版商: Packt Publishing
  • 出版日期: 2017-08-30
  • 售價: $1,640
  • 貴賓價: 9.5$1,558
  • 語言: 英文
  • 頁數: 554
  • 裝訂: Paperback
  • ISBN: 1788296540
  • ISBN-13: 9781788296540
  • 相關分類: C#
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Learn C#, Visual Studio, and Object Oriented Programming,
  • See practical examples of all the core C# language features so that you can easily master them yourself
  • Use the C# 7 programming language to work with code and data, which can be applied to other programming languages as well,
  • Complete a variety of programming assignments for hands-on practice, as you move through the course.

Book Description

Beginning C# 7 Hands-On - The Core Language teaches you core C# language and syntax in a working Visual Studio environment. This book covers everything from core language through to more advanced features such as object-oriented programming techniques. This book is for C# 7 beginners who need a practical reference to core C# language features.

You'll also gain a view of C# 7 through web programming with web forms, so you'll learn HTML, basic CSS, and how to use a variety of controls, such as buttons and drop-down lists. You'll start with the fundamentals of C# and Visual Studio, including defining variables, interacting with users, and understanding data types, data conversions, and constants.

You'll move on to checking conditions using if/else blocks, and see how to use loops to do things such as repeat blocks of code. After covering various operators to evaluate and assign control structures, you'll see how to use arrays to store collections of data. By the time you've finished the book, you'll know how to program the vital elements of the core C# language. These are the building blocks that you can then combine to build complex C# programs.

What you will learn

  • Learn C#, Visual Studio, and object-oriented programming
  • Learn all the core C# 7 language syntax with hands-on working examples
  • Learn everything from basic variable assignments to complex multidimensional arrays
  • Go through practical examples of all the core C# 7 language features so that you can easily master them yourself
  • Use the C# programming language to work with code and data, which can be applied to other programming languages as well

About the Author

Tom Owsiak has eight years experience as a teacher of mathematics, physics, statistics, and programming. He has worked for five years as a database programmer using various technologies such as .NET, Clipper, SQL, SQL Server, SAS, Excel, and many related technologies. Tom is the publisher of one of the most successful courses on Udemy, called "Learn C# With Visual Studio 2013". Currently, Tom work as a mathematics, and computer science teacher at Mercy College in Dobbs Ferry, NY.

Table of Contents

  1. First Careful Steps Towards Success in C#
  2. Dummy