R
R
Rasse2020-11-19 19:12:22
css
Rasse, 2020-11-19 19:12:22

C# advice needed. Implementation of the exchange functionality with the server?

How to correctly implement the moment?
There is a .NET desktop application - it communicates with the server.
I would like it to load the script after exchanging data with the server - and run it, how is this implemented?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey delphinpro, 2016-09-11
@WebDeveloper2016

If the word "container" means a block with the class .container or .container-fluid, then they should not be nested. If you mean additional divs with their own custom classes or grid elements (.row, .col-*-*), then nest them as much as you like (but without fanaticism) if you need to. This is the norm.
The main thing to remember is that .row should not be a direct child of .row, there must be .col-*-* between them. The same goes for columns.

L
Localhost, 2016-09-11
@selo

shoelace.io Here it is convenient to assemble the blocks and there will be a ready-made code on the side

V
Vladimir Korotenko, 2020-11-19
@Rasse

write your protocol of exchange with the server. Not a script.
Deserialize the packages and run the commands that are in them.

J
John_Nash, 2020-11-19
@John_Nash

In general: Process.Start
If you need compilation, you can look towards CSharpCodeProvider

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question