sashimiman
what are hashtags for in C#?
its basically a line that executes only when the scripts compiles, for example:
#undef DEBUG (makes DEBUG tag to false)
#if DEBUG
all the code here doesnt get compiled, its like it never existed and wont show in the decompiled dll
#endif
21 replies
Trying to get a small free database?
My bad as i said it i almost never touched that online stuff, I've only worked locally with small C# console apps and games.
Basically what I want is to be able to write data somewhere online, and someone else (with my app obviously) can read it and write on it.
35 replies