Ghidyon / razor-finance

Implementing Asynchronous Programming on Login System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Razor Finance

Implementing Asynchronous Programming on Login System

Assumptions

  • There are two databases
    • Credential Database and
    • Accounts Info Database
  • User fills credentials and system starts searching for user details in both databases asynchronously.
  • Once credentials validation is true, user data found is immediately displayed.

About

Implementing Asynchronous Programming on Login System


Languages

Language:C# 100.0%