Author: ACMer
The batch programming can be dated back to DOS era. It is further enhanced on Windows Operating System. The time command on Windows Command Shell return something like this: …
The Resharper is a commercial plugin for Visual Studio, that makes VS a better IDE. One useful feature of Resharper is to mark useless (unused) code in grey colour, …
The best way to learn a new language is to practise. The Powershell is a powerful scripting tool on Windows (especially for Windows Server Editions). With a few knowledge, …
We all know that we can have tag target=”_blank” to explicitly open a document in new window: <a href="document.html" target="_blank">Open in New Window</a> This is OK in HTML4.01 but …
When learning a new programming language (scripting or general), it is always better to try something easy, simple at first. My recommendation is to implement the Fibonacci computation, which …