Category: programming languages
Suppose you have two or more domains that have image-copies of the same websites, and somewhere you would need to give a URL based on the current domain. For …
NDependis a .NET static code analyzer. With this tool, developers can easily see the report of ‘bad’-written code and make the .NET code base beautiful and efficient. The NDepend …
RSS (Really Simple Syndication) is an old technique. It has of course the advantages: getting all information in once place, which is convenient. However, it is not so search-engine-user-friendly. …
Javascript does not provide isEmpty() method to check object if it is null/empty. However, it does provide a enumerator so we can test object if it at least has …
Windows OS is full of DLLs (Dynamic Link Library). Each DLL file has some APIs, which can be used whenever needed (avoid re-inventing the wheel). For example, the system …