I want to show Components in a tabs , so first of all create few components. In this project we have three components, First View Component public class AllViewComponent : ViewComponent { private readonly UserManager<ApplicationUser> _userManager; public AllViewComponent(UserManager<ApplicationUser> userManager) { _userManager = userManager; } public async Task<IViewComponentResult> InvokeAsync() { List<StudentViewModel> allUsers = new List<StudentViewModel>(); var items = await _userManager.Users.ToListAsync(); foreach (var item in items) { allUsers.Add(new StudentViewModel {Id=item.Id, EnrollmentNo = item.EnrollmentNo, FatherName = item.FatherName, Name = item.Name, Age = item.Age, Birthdate = item.Birthdate, Address = item.Address, Gender = item.Gender, Email = item.Email }); }
Introduction
Purchase Banking software project built in window platform. By using this software, we can do banking task easily. In this project, I have to provide you banking functionality like Create new account, update customer account, deposit money, transfer money etc. I will give you project executable file to run the project. If you want to learn how to design this project then follow these mentioned steps:
[Video Describe full details]
- Start from Login screen. If admin username exists in database table then loginIn into the system else give failed message.
2. If login success then enter in main screen.
3. Similarly all option which is given in the project.
Requirement
Software : Visual Studio 2013.
How to run you project
Double click on application executable file and run your project.
How to design Banking Software
First to create a login form for Administrator. After successfully login, administrator can do some work in the control panel like:
- Add New Customer.
- Deposit money to customer bank account.
- Transfer money from one account to another account.
- Show list of account which is available in the bank.
- Withdrawal amount from account number by the account holder.
- Generate balance sheet.
- FD form for customers.
Download : mail me : narenkumar851@gmail.com
I read your website. If you would like a consultation regarding your banking solution and digital payment, please contact us. Banking Solutions
ReplyDelete