Object Oriented Development using C#

Jordan University of Science and Technology via Coursera

Go to Course: https://www.coursera.org/learn/oo-development-using-c-sharp

Introduction

Recognize and implement C# object-oriented (OO) programs using various building blocks. 

Demonstrate and use the main object-oriented programming features.

Apply various types of data collections to solve real-world problems.

Construct and execute querying statements using the C# Language Integrated Query (LINQ).

Syllabus

Basics of C# programming

This module will provide crucial information about object-oriented (OO) programming using C# programming language. This module covers the basic information about classes, objects, properties, static and non-static members, control statements, and the difference between call by value and call by reference.

Object Oriented Concepts

This module will provide the main concepts of object-oriented programming including data encapsulation, inheritance, abstract classes, interface, and polymorphism. Moreover, this module covers the exception handling techniques using language-defined exceptions and user-defined exceptions.

Data collection

This module will cover various pre-defined data structures in the C# programming languages. The module will cover the various types of arrays including one-dimensional arrays, multi-dimensional arrays, and jagged arrays. Then, the generic data collections are discussed and explained. Various generic data types will be covered in this module such as List, Dictionary, SortedList, Stack, Queue, etc.

Language Integrated Query (LINQ)

The majority of the software systems involve some kind of database transactions including storing and retrieving the data from a data source. Often time, a software engineers needs to learn more than one way to query the data. The LINQ language solves this problem by standardizing the way to query the data from a data source and hence making software engineers focus on the business logic. This module will provide a comprehensive description of the LINQ language and how to use it to query data from a data source.

Overview

Object-oriented programming is a widely utilized programming paradigm and one of the main technical skills required to land a software engineering position in any IT company. This course equips you with the required technical skills to design and develop high-quality object-oriented software systems using the C# programming language. The course focuses on the C# programming language since it is one of the most used programming languages in the industry. With the C# programing language, you can c

Skills

Computer Programming

Reviews