I am creating an application in C # using the VisualStudio 2015 enterprise next to SQL Server 2016 to save the data, but I am almost finishing the project and still do not know if it will really work! p>
I need to install this application on different computers from the same workstation (same network), where everyone used the application at the same time and performed CRUD operations on it simultaneously between computers.
My question is the following, Is there a possibility to make this happen? some other language that is more indicated as Java or another database like MySQL, I do not have problems with the development but I do not think anything related to how to make this connection between the applications in different computers with 1 single database! >