Home/Personal Budget Desk

Language

The software gives you facility to manage home and personal budget, create users, edit update delete, update edit budget details, export budget to text and excel file. If you like the project then do write your comments and suggestions. My Blog: www.bitsbyta.com (relate to C#, VB.NET, JAVA, C++ coding tutorials) My Projects List: www.sourcecodester.com/users/maverickosama/track

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Sun, 12/18/2011 - 20:50

gr8 work..these codes are for high level programmers.. this project gives login failed error??

good work buddy...it's so very useful and interesting for those like me that want to learn about C# Programming Language...More power and God Bless u my friend.
Submitted byNoob (not verified)on Tue, 01/03/2012 - 02:19

@SYRO_XANDER - Sorry but I have to disagree. The application is poorly written. This is not a good reference for learning C#. Be careful what you make as reference when learning. Just by looking at the code a couple of minutes I can already spot these mistakes: - Hard coding connection string in Constants.cs, really? - FYI, in SQL Server we have this so called identity columns for autonumbers - The application is about budget yet columns are integers, really? - What's the use of Linq if you created another layer of data access on top of it? - Obviously the calculator doesn't work properly - Constants.cs should not be part of BLL and so is Utilities.cs and other classes - Passwords are not encrypted, scary! - Streams are not disposed? Oh yes there are a lot more...
Submitted byAnonymous (not verified)on Mon, 09/17/2012 - 01:30

This is a great starting point for any programmer, regardless, of level. I have been suffering from writer's block in my last year in college and needed some inspiration for the proposal for my final development project. This is a great project idea.
Submitted byLoic (not verified)on Tue, 03/24/2015 - 06:33

Hello, is there any way to import some data : I would like use the excel file that I download from my bank account as an input for this software. Thank you for your help, great job!!

Add new comment