Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to implement mobile application for bank in c#.
can you please guide for this.
Posted
Comments
So, go ahead and build.

No, we can't.
If this was a legitimate application intended to be used by the general public, then it would be given to someone who has some experience - because the security requirements alone would mandate a minimum competence and track record.
So this is not for real - it's an exercise. Which make it your homework.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!
 
Share this answer
 
Mobile Banking application is very huge domain, you have lot of things to consider and lot of security issues to face there in real world.
If you are looking for a sample application(not real world like one)
here are some tips.
1.Learn WCF(it is used to communicate with mobile)
2.Try sample application in mobile emulator, just a sample like login(before that make sure which mobile you are going to work either android or ios or windows).
3.Analyse what are the features to be added for a basic banking functionality.
4.Try to implement some security(like https binding, username authentication etc) over the data transferred between mobile app to WCF service
5.Make sure the database can track all the data flow in the application.
6.Run the application and make sure the flow is going good.
7.Try to create setup for the app and install it in the emulator and run the app(not programmatically) and check the flow and connectivity with the service.

Now you got some idea, on how to start and where to start.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900