The Bank Application Program is developed using C# programing language and .NET Frameworks on Microsoft Visual Studio. The program contains three different projects for the three different tiers. The Bank Application is developed considering the Multi-tier architecture.
The Data Tier, Business Tier, and the presentation Tier are implemented as separate projects. So, the programs should run in order. • First, the Data Tier should run. Data Tier is implemented on a project named BankAppDataTier. • Second, the Business Tier should run. Business Tier is implemented on a project named BankBizTier. • Finally, the Presentation Tier should run. Presentation Tier is implemented on a project named BankClientTier.