|  

TeamTreehouse | C# Basics [FCO] GloDLS



Size :218.93 MB
Peers : Seeders : 0      Leechers : 0
Added : 5 years ago » by SaM » in Tutorials
Language : English
Last Updated :7 months ago
Info_Hash :534510ADDF38D6EC7BFC2F04F2819E8F94F807DE

Torrent File Contents

TeamTreehouse | C# Basics [FCO] GloDLS
  0. Websites you may like/1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url
  -  328 Bytes

  0. Websites you may like/2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url
  -  286 Bytes

  0. Websites you may like/3. (NulledPremium.com) Download Cracked Website Themes, Plugins, Scripts And Stock Images.url
  -  163 Bytes

  0. Websites you may like/4. (FTUApps.com) Download Cracked Developers Applications For Free.url
  -  239 Bytes

  0. Websites you may like/5. (Discuss.FTUForum.com) FTU Discussion Forum.url
  -  294 Bytes

  0. Websites you may like/How you can help Team-FTU.txt
  -  237 Bytes

  01-Your First C# Program.mp4
  -  19.18 MB

  02-Course Overview.mp4
  -  14.16 MB

  03-The .NET Framework.mp4
  -  4.64 MB

  04-Compile Errors.mp4
  -  5.67 MB

  05-Comments.mp4
  -  7.16 MB

  06-Variables.mp4
  -  7.52 MB

  07-Types.mp4
  -  10.75 MB

  08-Namespaces.mp4
  -  6.46 MB

  09-Methods.mp4
  -  6.46 MB

  10-Defining methods.mp4
  -  4.03 MB

  11-Variable Scope.mp4
  -  3.27 MB

  12-Method Arguments.mp4
  -  5 MB

  13-Method Return Values.mp4
  -  6.58 MB

  14-The Difference Between Printing and Returning.mp4
  -  1.68 MB

  15-Returning a Value from the Ask Method.mp4
  -  3.81 MB

  16-Strings.mp4
  -  4.25 MB

  17-String Concatenation.mp4
  -  5.29 MB

  18-String Interpolation.mp4
  -  3.49 MB

  19-Escape Sequences.mp4
  -  3.92 MB

  20-Math Operations.mp4
  -  8.74 MB

  21-Numeric Types and Casting.mp4
  -  4.84 MB

  22-Operator Precedence.mp4
  -  9.48 MB

  23-Converting Strings to Numbers.mp4
  -  5.4 MB

  24-Comparison Operators.mp4
  -  8.94 MB

  25-'if' Statements.mp4
  -  8.74 MB

  26-'else if' and 'else'.mp4
  -  41.44 MB

  27-Course Summary.mp4
  -  8.02 MB



Torrent Description

Description:


Author: Jay McGavren
Release Date: 2019
Language: English
Torrent Contains: 33 Files, 1 Folders
Course Source: https://teamtreehouse.com/library/c-basics-2

Description

C# is the most popular programming language in the Microsoft ecosystem of products. C# code is designed to run fast and to be easily maintainable. In C# Basics, we'll learn how to work with C# to write simple programs.

What you'll learn

• C# syntax
• Types
• Strings
• Numbers
• If statements

Table Of Content

• C# Syntax
Before we can write C# programs, we need to understand variables and types. This stage will get you started.

• Methods
This stage will teach you how to do work by calling methods, and how to define your own!

• Strings
Whether it's written in C# or another language, almost all software needs to work with text. Programming languages represent text in the form of strings.

• Numbers
Programming languages use strings a lot, but they use numbers even more often. Almost any language will let you do addition, subtraction, multiplication, division, and many other math operations. And C# is no exception.

• If Statements
Our last requirement is to provide a discount for large orders of cans. But how do we determine which discount to apply?.

About Teacher

Resident Ruby and Go teacher for Treehouse. Author of Head First Ruby, a tutorial book on the core Ruby language.