I have a general question and I'm pretty sure this has already been asked,but I could not find it. Basically, I am developing a cashier software. There are two main features of the program. One would be for actually ringing transactions on the store floor like a cash register. The second portion deals with the app configuration, running reports, monitoring user accounts etc. and will be run only within the store office. I've completed all of the configuration and account maintenance forms and am looking to move on to building the cash register portion of the software.
So... I guess my question is what would be "best practices" for building the cash register software. Do I want to build an entirely separate project that accesses the same database, since they will be running on separate machines. Or should I build it in the same Solution as a different project. Any input or suggestions would be greatly, greatly appreciated.
Thanks All!
So... I guess my question is what would be "best practices" for building the cash register software. Do I want to build an entirely separate project that accesses the same database, since they will be running on separate machines. Or should I build it in the same Solution as a different project. Any input or suggestions would be greatly, greatly appreciated.
Thanks All!