R
R
RISEZID2015-09-16 13:06:24
C++ / C#
RISEZID, 2015-09-16 13:06:24

What do you need to open an auction?

What do you need to open an auction?
Good day! Can anyone tell me what is needed in order to open an online auction? Are any licenses required? where is the best place to register a domain?
In general, if anyone knows anything about this, please unsubscribe if it's not difficult!
1. Do I need a license
2. Do I need to pay taxes
3. In what zone can and can not register a domain
Thanks in advance for your answers!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
MrDywar Pichugin, 2019-04-20
@Dywar

If you need to check if your program is launched only once on a PC, then it is better to use this approach:

public static void Main ()
  {
      bool IsExist;
      using ( new Semaphore ( 0, 1, "MyAppUniqueString", out IsExist ) ) 
    {
        if ( IsExist )
      { /* Этот поток создает ядро, другие копии программы не смогут запуститься. */ }
        else
      { /* Этот поток открывает существующее ядро с тем же именем.
              Ничего не делаем, ждем возвращения управления от метода Main, чтобы завершить вторую копию приложения. */  }
}}

A
Alejandro Esquire, 2015-09-16
@A1ejandro

It takes a lot. The main thing is that you need a Brand / Image / Trust from the participants. Until there is trust, it is difficult to attract participants....

A
aol-nnov, 2015-09-16
@aol-nnov

2. Do I need to pay taxes
yes. state or "roof"))

G
GavriKos, 2015-09-16
@GavriKos

1) Depends on the country where the legal / natural person is registered.
2) Similar to the first, but in 99% - it is necessary.
3) In all it is possible, if it is legal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question