Quickly Find All “TODO’s” in Your .NET Project
It is normal practice for developers to include “TODO” comments for fellow developers and themselves. Developers also spend a lot of time searching for them later. In Visual Studio (VS),
It is normal practice for developers to include “TODO” comments for fellow developers and themselves. Developers also spend a lot of time searching for them later. In Visual Studio (VS),
The term “Base64” refers to a specific MIME content-transfer encoding. It’s also used as a generic term for any similar encoding scheme that encodes binary data by treating it numerically
When you’re incrementing an object of a fundamental type, there’s no difference between prefix (++obj) and postfix (obj++) operators. However, when you’re incrementing a composite object, using the postfix operator
The open source JTidy project does an excellent job of converting HTML files to the newer XHTML standard. The following code shows how to invoke JTidy programmatically from Java: /*In:
When an ASP.NET resource file includes newline characters ( ) as part of a string value, the embedded newlines don’t show up correctly on the client side. The solution is
When you call a web service method that doesn’t return a value (a void method), you don’t want to waste time waiting until the call returns. But by default, the
To map a date column value to a Java date in EJB 3.0, use this code: @Temporal(TemporalType.TIMESTAMP)private java.util.Date publishDate;
When using cookieless Forms Authentication, which relies on session values embedded and maintained in the URL, you must ensure that the session value appears in the URL for every page
Often, device emulator manager software does not automatically synchronize Internet connections between your device emulator and your workstation. To get an Internet connection, you need to install additional software—either Microsoft