C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads.
To know how its working, when to use thread etc. have a look at 'delicios'
3 days ago
Information Sharing, Technical Articles. You can find solutions, best precticies for ASP.net application. More knowledge sharing on C#, AJAX, SQL, .Net Framework, OOPs Concepts, SQL Server 2005, SQL Server 2000, Programming.
//Load the bitmap image
System.Drawing.Bitmap objBitMapOriginal = new System.Drawing.Bitmap(strImagePath);
//Change the bitmap image
System.Drawing.Bitmap = ScaleAndModifyImage(objBitMapOriginal);
//Save it to response
Bitmap.Save(Response.OutputStream, ImageFormat.Gif);
Response.Buffer = true;
Response.ExpiresAbsolute = DateTime.Now.Subtract(new TimeSpan(0, 0, 2));
Response.Expires = 0;
Response.CacheControl = "no-cache";
Blog.Feed() | : | Rss 2.0 |
Blog.PageCounter() | : | |
Me.Resume() | : | Imran Bhadelia |
Me.Consult() | : | Click Here |