Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C# Programming for Beginners: An Introduction and Step-by-Step Guide to Programming in C#

Posted By: ksenya.b
C# Programming for Beginners: An Introduction and Step-by-Step Guide to Programming in C#

"C# Programming for Beginners: An Introduction and Step-by-Step Guide to Programming in C#" by Troy Dimes
2015 | EPUB | 108 pages | ISBN: 1507707614 | English | 170 KB

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…