Virustotal Trapmine suspicious.low.ml.score

From yesterday, when I scan my exe file that written and built by myself on Virustotal, I get this Trapmine suspicious.low.ml.score The full result can be found here https://www.virustotal.com/#/file/c2c22c7d4769104982ce9dcfc70819ec1ee6fee0ad2a0d428c5e8b2b077b518d/detection It’s very simple C# app, should I worry about anything?

No connection could be made because the target machine actively refused it?

If this happens always, it literally means that the machine exists but that it has no services listening on the specified port, or there is a firewall stopping you. If it happens occasionally – you used the word “sometimes” – and retrying succeeds, it is likely because the server has a full ‘backlog’. When you … Read more

Different between ./ , ../ , ../../ , ~/ on file path(URL) in asp.net

These path components are shortcuts with specific meanings: . means the current path level (so if you’re on index.aspx and you reference ./style.css then the latter would have to be in the same folder as the former) .. means one path level up (so if you’re on /somefolder/index.aspx and you reference ../style.css then the latter would have to be in the parent folder of someFolder) / means the root … Read more

What is a singleton in C#?

A singleton is a class which only allows one instance of itself to be created – and gives simple, easy access to said instance. The singleton premise is a pattern across software development. There is a C# implementation “Implementing the Singleton Pattern in C#” covering most of what you need to know – including some … Read more

Getting mouse position in unity

I’m trying to move a object to the mouse position. But it’s giving me large x value like 300 but at that place the pre placed object’s x position is -4. So how can I get the current mouse position? Thank you..

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)