V
V
Valor Morgulis2015-03-18 18:24:00
Programming
Valor Morgulis, 2015-03-18 18:24:00

How to write and publish a server in c#?

There is a project on economics, the bottom line is that there are a bunch of companies, and some methods of interconnection between them (Buy, sell, produce, etc.) one company is managed by one person from some (be it a phone, tablet, computer) devices. You need to write the server part and run it on the network, and preferably in c#. and I don’t even know how to approach this, where to read something, and in general how Makar does this. Any help would be greatly appreciated

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly Pukhov, 2015-03-19
@Neuroware

The task is not set exactly, so I won’t tell you a specific architecture, you can go several ways,

  • the easiest way would be to do this:
    1. In Access 2010+, create a database model, export it to MS SQL Server
    2. In VS 2012+ with LightSwith, create an application project (easier)\website (a hassle, but also not difficult) and specify the database in the wizard
    3. Create views for the required tables.
    4. Get 5 for the beautiful interface of the application, professional level.

    1. the same as in the previous version
    2. Create views manually, you can connect to the database through a web service layer
    3. Get an application with a clumsy interface and difficulty in finalizing
    4. Get 4 for the clumsy application
  • Difficult but more correct
    1. Master MVC WCF and something like EF
    2. Spend a lot of time to master it and create a simple but architecturally correct application
    3. Enjoy the fact that I could do it and get a good skill for the future
    4. Get 5 for correct solution
  • + 100500 other options similar to those listed

A
Artem Voronov, 2015-03-18
@newross

The backend of a trivial site on Asp.Net - isn't that a server? Read more about servers in general. And then read about WCF and WebApi.

S
Spetros, 2015-03-18
@Spetros

Buy a normal book on C #, if the chapter on creating client-server applications is not immediately clear, you will have to study the book from the beginning.
If you don’t have basic knowledge, draw up a detailed TOR and hire a specialist.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question