how to do communication with desktop applications? [closed]

0

As a college project, we are designing a program to manage projects for those who work home office . I am doubtful how I can create interactivity, for example, so that the project manager analyzes the results of the programmers remotely?

I want a way for the manager to track the results that are populated in my software in C #, how do I do this?

    
asked by anonymous 20.08.2015 / 16:26

1 answer

2
___ erkimt ___ how to do communication with desktop applications? [closed] ______ qstntxt ___

As a college project, we are designing a program to manage projects for those who work home office . I am doubtful how I can create interactivity, for example, so that the project manager analyzes the results of the programmers remotely?

I want a way for the manager to track the results that are populated in my software in C #, how do I do this?

    
______ ___ azszpr81638

Basically, if you need the manager to access the data securely employees, it is essential that there is any authentication method based servers (Web, FTP to pull or send data, etc). There are several possibilities for both, I will exemplify the simplest

Create or manager or a server hosted a database, where each employee can save the information in this software in C # directly into this bank, or online (whenever a change is made) or offline (the determines the time it will update), this choice depends on whether the employee is always connected or not. In this way the manager would always have the information available in a more efficient and safe way, for he would not have to get by connecting to several different machines without the need to set up several machines and exit opening doors to access these computers.

Another option would be to create a website with a .NET application where employees access the application by this site and work directly for her, and the manager would have a page a little different can view the information of all, enabling both customers and managers access this system from any computer, just authenticating to it.

I hope I have helped

    
___
20.08.2015 / 16:57