Author Archives: Felix Vătuiu
Mă duc la munte azi, mă duc la munte
În sudul oraşului Dorohoi, la aproximativ un kilometru depărtare, se ridică Dealul Polonic (302 m altitudine), iar la 200-300 m spre sud-vest, cătunul Strachina […] Forma curioasă a Dealului Polonic, văzut din centrul oraşului (un polonic cu partea convexă în … Read More »
Dacă vrei să ai coșmaruri
Have you heard about WinDbg?
WinDbg is a multipurpose debugger for Microsoft Windows, distributed on the web by Microsoft. It can be used to debug user mode applications, device driver, and the operating system itself in kernel mode. It is a GUI application, but it … Read More »
Be aware that C# strings are immutable
In C# (and maybe other development platforms like Java, I don’t know) the strings are immutable, which means that every time you do an operation with strings (like +=) in fact the compiler actually creates a new string object to hold the … Read More »