Skip to content

Simple console application .NET 5 / C#

License

Notifications You must be signed in to change notification settings

anwiednn/net-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net demo console app

Simple console application .NET 5 / C#.

Flight Quote Demo

This method simulates to call three different flight sites to retrieve flight quotes in an async workflow.

It uses Thread.Sleep to simulate calls made to an imaginary flight sites (API).

Furthermore it uses a random number for the thread sleep timeout and flight price to give a more random output of retrieved flight quotes.

It outputs information using Console.WriteLine.

About

Simple console application .NET 5 / C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages