DotNet-100-PreWork-GitBook
  • DotNet PreWork
  • Part 0: Intro
    • 1.0: Installation
    • 2.0: Getting Started
    • 3.0: Configuration
  • Part 1: HTML Fundamentals
    • Basic Tags
    • H & P Tags
    • Lists
    • Links
    • Images
    • Tables
    • Divs
    • Inputs
    • Forms
    • Sections
    • Articles & Headers
    • Footers
    • Navs
    • iFrames
  • Part 2: CSS Fundamentals
    • CSS Set Up
    • Classes
    • Ids
    • Margins & Padding
    • Fonts
    • Backgrounds
    • Widths & Heights
    • Borders
    • Positions
  • Part 3: C# Fundamentals
    • 1.0: Hello World
    • 2.0: Variables
    • 3.0: Basic Types
    • 3.0a: Types Challenges
    • 3.0b: Types Challenges Answers
    • 4.0: Operators
    • 5.0: Strings
    • 6.0: Booleans
      • 6.0a: Boolean Challenge
      • 6.0b: Challenge Answers
    • 7.0: Conditionals
      • 7.1: Switch Case
      • 7.2: If Statements
      • 7.3: Ternary Expressions
    • 8.0: Numbers
    • 9.0: Loops
      • 9.0a: Loop Challenges
      • 9.0b: Challenge Answers
    • 10.0: Classes and Objects
    • 11.0: Properties
    • 12.0: Useful-Links
Powered by GitBook
On this page
  • Wrapping Up
  • Links
  1. Part 3: C# Fundamentals

12.0: Useful-Links

Previous11.0: Properties

Last updated 7 years ago

In this module we provide some useful links for studying the concepts in this prework book.

Wrapping Up

That is enough to get you started on working with HTML, CSS, and C#. You now have some basic orientation. Like any other topic that requires deep study, we recommend going through this book multiple times, reviewing the materials, and actively working on the language. You need to read and write code in order to succeed.

Links

Here are a collection of extra useful links you might find helpful getting prepared for the cohort: 1. -- HTML Tutorial 2. -- CSS Tutorial 3. -- C# Tutorial Video

Codecademy HTML
Codecademy CSS
Bob Tabor C# Tutorials