Tag: C#
What happens if you pass a string type to a function? Does it pass by value or reference? What happens if you pass StringBuilder? In C#, the string is …
With C#, we can write code in a quick and elegant way. For example, if you want to search for temporary files (with some file patterns) in the system …
Quite often, we need to loop an array but dealing with continuous two elements at each iteration. This sounds an easy task and one can usually pay attention to …
You probably came across the following declaration in C# and wonder what the hell does keyword this do. namespace ConsoleApplication1 { public static class Numbers { public static int AddOne(this …
July 10, 2013
c #, code, compiler, debug, delphi, interpreter / compiler, programming languages, technical, tools / utilities, VMProtect, windows
The VMProtect (www.vmpsoft.com) is a great commercial tool that can be used to protect Win32/64 native programs written by C++ or Delphi. In one of my project, I use …