C# Programming for Beginners by Troy Dimes

One of the best things about C# is that it's easy to learn… especially with this book.

C# programming for beginners

Book Description

Publication Date: January 23, 2015

C# is simple, but powerful.


C# is a simple and general-purpose object-oriented programming language. Combine this with it's versatility and huge standard library it's easy to see why it's such a popular and well-respected programming language. 
 

Create graphical applications, web based apps, and more.


When you learn how to program in C# you will be able to develop web based applications or graphical desktop applications. One of the best things about C# is that it's easy to learn… especially with this book. 
 

Here's just some of what you'll learn...


What an IDE is and which one you should use when developing C# applications.
How to create your first program.
The various data types used in C#.
Operators... arithmetic, relational, and logical.
How to iterate of a set of items using 4 different types of loops.
Ways to make decisions in your code.
About object oriented programming (OOP).
What objects and classes are.
All about modifiers and methods.
Advanced topics such as inheritance and polymorphism.
How to create multi-threaded applications to take advantage of several CPUs at once.
More...

 

Practice exercises included that help make programming in C# "click" for you.


Includes an exercise at the end of each chapter (along with the solution) so you can practice what you've learned. 
 

Great for beginning programmers or those that are new to the Java language


If you've never programmed before, don't worry. This book will guide you step-by-step to creating your first software application. If you have some programming experience, then this book will teach you the specifics of the Java programming language. 
 

Scroll up and click "Buy Now" to get started learning C# today!

 Show less

Genre: COMPUTERS / General

Secondary Genre: COMPUTERS / General

Language: English

Keywords:

Word Count: 11698

Sample text:

Chapter 1: Running your first C# Program

C# is Microsoft’s premier programming language and is an integral part of the Microsoft .NET framework. C# is a completely object oriented and type safe language. If you are looking forward to developing applications with Microsoft’s programming technologies, C# is the best place to start. C# is currently being used for developing ASP.NET web applications, Windows forms, and WPF based desktop applications. With the advent of smart phones, C# is also used for Windows phone apps development and Android application development.

This book presents a basic overview of the core features of C# language. After reading this book you will be able to jump in to Microsoft’s advanced programming technologies, such as ASP.NET, WCF, WPF, and Windows phone. The first chapter of this book explains how to install the IDE, integrated development environment, and how to create your first C# application.

Contents

Installing the IDE

Creating and Running the First Application

 

Installing the IDE

The best software for developing C# applications is, without any doubt, Microsoft’s Visual Studio integrated environment. It contains everything it takes to build professional C# applications. However, the full edition of Visual Studio is commercial. In this book, we are going to develop C# applications without spending a cent. To do this, we are going to download a trimmed-down version of Visual Studio, which is totally free. This software has more than enough features and functionality for developing basic C# applications.


Book translation status:

The book is available for translation into any language except those listed below:

LanguageStatus
Italian
Already translated. Translated by Alessandro Consorti
Portuguese
Already translated. Translated by Henrique Vercillo Henning Lopes
Spanish
Already translated. Translated by Maria Jimenez

Would you like to translate this book? Make an offer to the Rights Holder!



  Return