Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C# & .NET Core for Beginners
Rating: 4.0 out of 5(51 ratings)
185 students

C# & .NET Core for Beginners

Get up and running with the latest in C# 9 & .NET Core.
Created byChris Hawkes
Last updated 7/2021
English
English [Auto],

What you'll learn

  • Latest C# Syntax
  • Web Development
  • ASP
  • .NET
  • C# 9
  • Object Oriented Programming
  • Full Stack Development
  • AJAX

Course content

3 sections35 lectures3h 32m total length
  • Getting Started2:27

    An introduction to this course and C#.

  • First Project6:05

    This module will cover starting our first C# project.

  • Syntax9:16

    Let's discuss the C# syntax.

  • Variables9:14

    Variables are how we store values in C#.

  • Numbers & Math7:28

    C# is great at advanced math.

  • Boolean Logic8:56

    Boolean logic is the core of computer science.

  • Arrays6:28

    This video will discuss how to store multiple values into an array.

  • Loops6:38

    Loops are an important part of any programming language.

  • Implicit Types3:05

    This video will cover type casting.

  • Lists5:27

    Lists are a more generic way of storing multiple values over an Array.

  • Do / While2:25

    Do / While is less commonly used, but let's go ahead and discuss it.

  • User Input3:02

    This video will go over how to accept data into your C# programs.

  • Exceptions3:06

    Exceptions occur when the code breaks.  This video will cover what they are.

Requirements

  • Basic Internet Access
  • Computer

Description

C# 9.0 is supported on .NET 5. For more information, see C# language versioning.

This course will be a quick dive into the world of C# and .NET.  By the end, you should be able to build your own small websites and applications using C#.   The C# language is used by the Unity engine to make games, mobile apps, websites, software, servers and more.

Some of the reasons you want to learn C# in 2021 is the average salary is over $100,000 per year.   C# is cross-platform.  It's mature and stable, having been around for over 20 years now.   It's supported by one of the largest companies in the world (Microsoft) and has much community support.

We'll also be learning ASP.NET

ASP.NET is FREE, cross-platform & open source.   A framework for building web apps and services with .NET and C#.    .NET is a developer platform made up of tools, programming languages, and libraries for building many types of applications.   ASP.NET performs faster than any popular web framework in the independent TechEmpower benchmarks.   ASP.NET supports industry standard authentication protocols. Built-in features help protect your apps against cross-site scripting (XSS) and cross-site request forgery (CSRF).   ASP.NET provides a built-in user database with support for multi-factor authentication and external authentication with Google, Twitter, and more.   

Some of the largest companies build their websites on .NET including StackOverflow, GoDaddy, Microsoft, CoStar, Siemens and more.

Who this course is for:

  • Beginner C#
  • Beginner ASP
  • Beginner .NET Programmers