This course concisely covers the essentials of programming using Microsoft’s C# programming language. It starts with an overview of .NET architecture and the basics of running C# programs in a .NET environment. The next two chapters cover C# language essentials and object-oriented programming in C#. The next chapter discusses how C# relates to the .NET Framework. The following chapter covers delegates and events. The course includes a succinct introduction to creating GUI programs using Windows Forms. The course concludes with a chapter covering the newer features in C#. Appendices provide a tutorial on Visual Studio 2019, an overview of LINQ, and coverage of unsafe code and pointers in C#.
The student should be an experienced application developer or architect. Some background in object-oriented programming would be helpful.
Programmers who need to design and develop C# for the .NET framework.
Introduction to .NET
C# Overview for the Sophisticated Programmer
Object-Oriented Programming in C#
C# and the .NET Framework
Delegates and Events
Introduction to Windows Forms
Newer Features in C#