Skip to content
#

delegates

Here are 69 public repositories matching this topic...

This project is developed as part of capstone project for distributed software development course. In this project, there exists multiple hotel suppliers and travel agencies acting independently on their own threads, where suppliers emit priceCut event and travel agencies raises a booking request based on the event. The suppliers validates and p…

  • Updated Aug 17, 2017
  • C#

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Events Functional Programming Custom EventArgs IList<> Interface Indexer Delegates Anonymous Methods Event Handlers

  • Updated Mar 1, 2019
  • C#

This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource…

  • Updated Apr 18, 2019
  • C#

Improve this page

Add a description, image, and links to the delegates topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the delegates topic, visit your repo's landing page and select "manage topics."

Learn more