Manage Connections to Database on Local Network Server
I am currently developing an application using code first Entity Framework. Right now I have the application working perfectly fine on a local machine. What I am wanting to do next is to be able to move that database to a network server, and allow multiple users to access the database at the same time.
In trying to figure out the best way to approach this, so far my Google game is lacking. So far the only suggestion I have found is to use WCF, but the material I have found on that relates mostly to web when I am only wanting this to be accessible from a local network standpoint.
So, what I am wanting to know is what do you guys suggest as the best solution? Is WCF the way to go, or is there something better? This is a fairly simple app, I'm not needing anything fancy, just something straightforward, and gets the job done. If you have links to any good resources that would also be greatly appreciated.
0 comments:
Post a Comment