V
V
Vlad2022-02-10 22:14:32
PHP
Vlad, 2022-02-10 22:14:32

How are "paid" libraries implemented in dotnet?

It's actually pretty damn interesting how it's done. The interest is rather academic, because C# seems to be easily decompiled and so on. For example, the same EXT.Net with a license cost of 1300 evergreen banknotes. I don’t understand whether licensing is exclusively “on trust” or there are some standard tracking and auditing tools, or the use of license keys, and so on.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
kmx, 2016-02-11
@UZEIR

php.net/manual/en/function.file-put-contents.php

M
Maxim E, 2016-02-11
@creativeworm

fopen($file,"w");

6
65536, 2016-02-11
@65536

touch

A
Andrey Raboy, 2016-02-11
@raba

file_put_content("file.txt","file text");
note the file is overwritten

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question