
An introduction to this course and C#.
This module will cover starting our first C# project.
Let's discuss the C# syntax.
Variables are how we store values in C#.
C# is great at advanced math.
Boolean logic is the core of computer science.
This video will discuss how to store multiple values into an array.
Loops are an important part of any programming language.
This video will cover type casting.
Lists are a more generic way of storing multiple values over an Array.
Do / While is less commonly used, but let's go ahead and discuss it.
This video will go over how to accept data into your C# programs.
Exceptions occur when the code breaks. This video will cover what they are.
Classes are the blueprints to build objects in C#.
Constructors are how we can pass data and customize how our objects are created from classes.
Getting and setting properties is a common task in C#.
Inheritance is fundamental in C# as well as computer science as a whole. Let's look at how to inherit classes.
This video will discuss how interfaces can be used in C#.
Let's talk about ASP.NET
This video will look at creating our first application.
I'll explain how ASP.NET works.
Static files are things like CSS, JS and image files.
Controllers are one of the big 3 in MVC
MV is Model and View, let's discuss.
This video will look at building out our website user interface.
Forms are used on websites to collect data from the customer.
Posting form values to the server from the website will be discussed in this video.
AJAX get requests are how Angular, Vue and React websites function these days.
Getting your data right is important. It's called serializing.
AJAX post requests are how Angular, Vue and React websites function these days.
This will save development time.
Materialize is a popular CSS library that is a great alternative to bootstrap.
Let's update our paths.
Interfaces are a key component in C# Object-Oriented Programming (OOP).
This video will show you how to set up your website code for dependency injection to make testing much easier.
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.