
Students will have given a very brief overview as to what the course has to offer.
Students will be shown very brief demonstration of the final application they will be creating for the course.
Students will be given a brief overview of the section
Students will be shown the strengths and weaknesses of the C# programming language.
Students will be given a demonstration of the various platforms that C# is used with. This will demonstrate the multitude of application you can create with C#.
Students will be shown what the .NET framework is and how it ties into the C# programming language.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section
Students will be shown where to download Visual Studio and how to install it.
Students will be shown how to create a new project in Visual Studio, highlighting how to create a console project in particular.
Students will be given a brief breakdown of all of the major windows in Visual Studio.
Students will shown how to fix an error that causes the console to auto exit after running a program.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be introduced to the three types of categories data can be in C#.
Students will be given a brief demonstration of the predefined data types available for use in C#.
Students will be given a demonstration of the single dimensional array and the jagged array that can be created in C#.
Students will be given a demonstration of the multidimensional array that can be created in C#. Students will also be shown how in C# Arrays are inherently objects.
Students will be introduced to the enum type in C#. They will also be taught how to create and utilize enums.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be shown how to create variables types and convert between variable types both implicitly and explicitly.
Students will be shown how C# enforces that all variables be assigned before they are ever used.
Students will be taught what an expression is in C#. They will also be introduced to all the operators available for use in the C# programming language.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be given a brief break down as to what a statement is in C#, and the three types of categories they typically belong to.
Students will be introduced to all the selection statements available for use in C#. Students will be introduced to all the jumping statements available for use in C#. They will learn not only how to create these statements but also how to utilize them.
Students will be introduced to all the looping statements available for use in C#. Students will be introduced to all the jumping statements available for use in C#. They will learn not only how to create these statements but also how to utilize them.
Students will be introduced to all the jumping statements available for use in C#. They will learn not only how to create these statements but also how to utilize them.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be shown how files are treated in a C# program.
Students will be introduced to the concept of namespaces. They will both learn how to create namespaces and how to utilize namespaces.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be shown how inheritance is implemented via classes and structs in C#. They will learn about single inheritance as well as upcast and downcasting.
Students will be shown the major difference and similarities between classes and structs in C#.
Students will learn how to create and utilise fields in classes and structs in C#. Students will also be taught how to create and utilise constants and read only fields.
Students will be taught how to create and utilize methods in C#.
Students will be shown the various method modifiers available for use in C# including the ref, out and params modifiers.
Students will learn what a property and accessor is in C#. They will also learn how to create and utilize properties and accessors.
Students will learn what it means to apply the static modifier to a member in a C# class.
Students will learn what a constructor is in a C# class and how to create, overload, and utilize them.
Students will learn how to create and indexer in a C# class. They will then be shown how to utilize the indexer once it's been created.
Students will be shown how to overload an operator in a C# class. They will also be taught a nuance of overloading comparative operators within a class.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be given a break down of all of the components that are typically associated with the concept of inheritance.
Students will learn how use the public, protected, private an internal modifiers in order to limit or grant access to certain class members.
Students will learn how to convert between classes. They will learn about the concept of upcasting and downcasting as well as the is and as operators.
Students will learn how polymorphism is utilized between newly created custom classes and derived custom classes. Specifically students will learn about the virtual and override keywords that are used on method members.
Students will be shown what an abstract class is C# and how we define members of an abstract class in C#.
Students will be introduced to the sealed modifier in C#. They will be taught how the sealed modifier can be applied to a class member to keep it from being overridden.
Students will be shown how it's possible to hide base class members in a derived class by using the new keyword.
Students will be given a very brief recap of the section.
Students will be given a brief overview of the section.
Students will be given a breakdown of the various components that make up an interface.
Students will be shown how interfaces are often created and implemented alongside classes in order to utilize polymorphism.
Students will be shown, how like classes, interfaces can be extended for flexibility and reusability.
Students will be shown how to avoid problems that occur when implementing two interfaces that define the same method name.
Students will be given a very brief recap of the section.
Knowing the suite of C languages developed my Microsoft is a guaranteed career booster. They’re powerful, in-demand, and can create almost any kind of application or software under the sun. However, they’re not exactly the most beginner friendly languages in the world. While they all have the same roots, they have distinct differences too. Thankfully C# is generally considered to be the least confusing of the family, and a level up from Java as far as skill is concerned. This crash course will teach you everything you need to know and make you a C# aficionado in a matter of hours.
Get an A+ in C# Programming
Everything You Need to Get up to Speed
C# is a great language, but it’s not perfect. With that in mind, this online course will start off by outlining what exactly C# is good at, and where its weaknesses lie. Following that we’ll take a look at the various platforms that utilize C#, which you’ll be using during the course to complete a wide variety of projects.
After that there’s nothing left to do but dive straight in. Step by step, section by section, you’ll build your knowledge of C# with practical projects along the way to put your developing skills into practice. A section each is dedicated to setting up your environment; data types and their uses; variables, expressions and operators; statements and flow control; organisation; classes and structs; inheritance; interfaces, and so much more.
All you need to get started is a basic understanding of programming and a familiarity with the concept of object-oriented programming (don’t worry if you don’t have any actual experience). Suitable for beginners and intermediates alike, by the end of this course you’ll have a solid understanding of C#, its strengths and weaknesses, what projects you can use it for, and you’ll be more than ready to start using it in the real world.
What is C#?
C# is an object-oriented programming language from Microsoft’s C family of languages. It is a hybrid of C and C++ and was designed to improve productivity in web app development. It is used to build a variety of secure client, client-server and database applications, XML web services, distributed components and much more. It runs on the .NET framework and another very popular language was inspired by it; Java.