







Offshoring: What You Already Know
he typical programmer wears clothes made in Honduras. He drives to work in a Korean car while he sips Mexican coffee. He sits down at his Chinese-made desk, and turns
he typical programmer wears clothes made in Honduras. He drives to work in a Korean car while he sips Mexican coffee. He sits down at his Chinese-made desk, and turns
Use this code to make sure that users can only launch one instance of an application. static void Main() { Process ThisProcess = Process.GetCurrentProcess(); Process [] AllProcesses = Process.GetProcessesByName(ThisProcess.ProcessName); if
You can use this method to fill the dropdown lists on a Web page, Combo box, or List box in a Windows application. First, make the lists data-bound to a
This tip opens a Unicode-encoded text file, reads the entire file, and then splits it into individual lines for processing. It loops line by line through a unicode text file
Semantically, returning from main is as if the program called exit (found in in C++ and in C) with the same value that was specified in the return statement. One
The getProperty method in the System class can be used to display the system properties defined for your environment. Here is an utility program which takes the property name as
he design of J2ME provides a flexible architecture that allows additional APIs to extend the application specifications such as MIDP and Personal Profile. One such extension is the Wireless Messaging