A core banking application for managing banking processes. Processes like setting up customers, bank tellers, deposit and withdrawal, running end of day transactions, displaying profit and loss statements, configuration of Bank ATM Terminals can be done using this application. It can be used by Single branch or Multi branch Banks This application was developed using Asp.Net(C#). It makes use of either Nhibernate or ADO.Net as ORMs, and this can be easily switched via the Dependency Injection functionalities built in the app.
PROJECTS IN SOLUTION
- CBA.Data.ADO.Net - Contains the Database access logic using ADO.Net
- CBA.Data.NHibernate - Contains the Database access logic using NHibernate
- CBA.Data.NHibernate - Contains the Dependency Injection functionalities
- CBA.EODService - End of Day (EOD) Service that runs in banks to balance all records at the end of each day
- CBAPractice.Core - Core Class definitions for the application
- CBAPractice.Data - Contains methods for reuseable queries that utilize the Database access in 3 above
- CBAPractice.Logic - Contains the business logic of the application
- CBAPractice - The web application (containing all web pages in the app)
- FEP - A replica of a Bank's Front End Processor, meant to recieve financial (ISO8583) messages from all channels (ATM,POS,WEB)
- FEP.WindowsService - A windows service built to serve same purpose as FEP (number 9 above)