Category: c #
Recently, I have been working on a project that involves C# and Delphi. The C# is used develop the GUI-related application and the Delphi code provides a COM (Component …
July 21, 2012
beginner, c #, code, I/O File, implementation, memory, programming languages, software design, technical, tools / utilities, tricks, windows, windows command shell
LAA (Large Address Aware) is the technique of setting a flag (hex: 0x20) in the Win32PE header that tells the Operating System that the executable may need a larger …
In one of the projects, the .NET program needs to allocate a relatively large 3-dimensional array. It was defined as the multidimensional array as the following. private float data …
Visual Studio 2010 is a great tool under Windows to develop .NET applications. In Linux, there is a open source project, which is called “Mono“. It is a great …
In software designing, it is often a good practice to separate the logics from the presentation. For example, the PHP Smarty framework allows defining templates for presentation and processed …