Re-study Threading
I have completed a number of course in threading. I did those courses in Java. Yesterday, I have started to do my readings on threading again. This is because I forgot most things in threading and .Net is quite different from Java as well.
Threading in .Net is simple
Thread is very simple. Only need to put the method name and use "Start" method.
Thread thread= new Thread(new ThreadStart(class1.Test2));
thread.Start();
There is an exmple, click here
My Download Area
I have set up a download area. There are some source code and applications.
CSV Reader is working on progress...
I have started to write a CSV reader. The 1st stage is very successful. This reader will use Java NIO. Thus, the preformance should be very good
Online Advertisements
Are you addicted to internet? What is your first thing at home? Internet? I will answer , "Internet". I browsered around 100 pages per day. The friends around myself online a lot. Online game, chatting and surf on net. I rememeber a friend told me his home cut off from internet for a week. After 3 years ago, he started to use internet. He even has not online for a week.
I think that is the reason Microsoft planned to launch her advertisememt program and Yahoo's publisher program is Beta stage.
