An open API service indexing awesome lists of open source software.

https://github.com/louresb/oop

This repository contains the exercise completed as part of the Balta.io course on backend development.
https://github.com/louresb/oop

csharp dotnet dotnet5

Last synced: 3 months ago
JSON representation

This repository contains the exercise completed as part of the Balta.io course on backend development.

Awesome Lists containing this project

README

          

# Object-Oriented Programming

[![licence mit](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/louresb/OOP/blob/main/LICENSE)
![Development Status Badge](https://img.shields.io/badge/Status-Concluded-green)

This is a console application written in C# that demonstrates the usage of various classes and entities related to educational content, such as articles, courses, and careers.

## Usage

When you run the program, it will showcase the functionality of the Balta application by displaying information about articles, courses, and careers.
The output will provide details such as article titles, URLs, course names, and career items.

## Learning resources

This console application was created using [Balta.io](https://balta.io/)'s backend course. I recommend checking it out if you're interested in learning about .NET programming.

## License
[MIT License](https://github.com/louresb/OOP/blob/main/LICENSE) © [Bruno Loures](https://github.com/louresb)