POS Desktop Application using DB or Localfiles ? using WPF

Posted by Panindra on Stack Overflow See other posts from Stack Overflow or by Panindra
Published on 2010-12-26T09:39:56Z Indexed on 2010/12/26 9:54 UTC
Read the original article Hit count: 218

Filed under:
|
|
|
|

I am planning to build a POS Application for my shop. I have enough knowledge to build the application using DB and also using local files( system.IO - binary files ) to store and access the data for my application. But , i have no deployment experience and confused in choosing data storing option.

Database using MDF may be good option ( may ease plenty of coding ) but i don't want to have SQL server on my desktop. as i am using WPF for building , my concern is that my application may get slow due to server response and design rendering of WPF.

Then i tried to use only local data (binary files) to store the data and retrive using class and objects. but this coding is taking lot of time , so in the middle of the process i struck in the dilemma of going back to Database . Please help , for performance wise whic one is better . and in Practical World ,in professional applications which one is widely using .. please give suggestions ..

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf