file handling in .net

Posted by Indranil Mutsuddy on Stack Overflow See other posts from Stack Overflow or by Indranil Mutsuddy
Published on 2010-04-26T16:49:43Z Indexed on 2010/04/26 19:23 UTC
Read the original article Hit count: 244

Filed under:
|

I have developed an application in vb.net2008 and database sqlserver. Now i want to ignore the database (it has 1 table as customer(name,password,hour,minute)) as i dont want my client to install sqlserver separately or other overheads.

I am planning to do the whole using file handling in vb.net(manipulating the data in files itself eg change username, password etc). As I am new i don't actually know the proper way and of course need assistance.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about sql