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.
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
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
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.
I did an example to get an object from Spring Context.
The key lines of code:
IApplicationContext ctx = ContextRegistry.GetContext();
WindowConfig config = (WindowConfig) ctx.GetObject("WindowConfig");
Download Solution and sources - Click Here
Recent comments