I have few doubts to clear from you all. I had enough to google now. I am very pure to C#.
I have followed some tutorials and then I did Windows Form App with using local database.
It has used Visual Studio 2010 local database file is .sdf format. Then I deploy the project as describe in the tutorial. And I run my application on my PC.
It has no severs installed. But application is working file. I can insert, update and delete data using my app.
After all those. I have developed same application in Visual Studio 2013 using .mdf local database file. Deployed. But it's not working now.
I wanted to know.
- what is the best practice to work with databases?
- How can I deploy my project with database?
- Can I run windows form app in any pc that haven't sql severs?
- (sdf) is not more available in VS13. So, What is the local database similar to (sdf) now?
Please, I hope you all have kind reply.
Not Workingmeans, When I deploy the application in VS13. Insert, Update and Delete part not working. I wanted to know. what is thelocal databasein VS13?