1 / 6

Background Thread

Background Thread. Mahender Senior Software Engineer United Health Group. Mahender Sarangam.

cruz
Download Presentation

Background Thread

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Background Thread Mahender Senior Software Engineer United Health Group

  2. Mahender Sarangam • Having 5 years of experience on .NET Technologies. Working as a Senior Software Engineer in United Health Group (UHG India Information Service Ltd.). Worked with Big Firms like Deloitte Consulting & Wipro Technology. • Got Technical Acquaintance on Technologies like C#, ASP.NET,AJAX, LINQ, Silverlight, WPF,WCF ,SQL Server, Team Foundation Server(TFS) and SharePoint Technology. • MCTS Certified in Web Technologies. • Blog : http://Msarangam.wordpress.com

  3. Why Background Thread • Background Thread are useful, whenever your performing long running task , which makes your Application responsive. • Background worker thread obtained from System.ComponentModel • Background Worked thread provide some level abstraction and also provide • Makes UI Responsive • This class gives us the ability to do some work on a background thread, provides progress and completed events “out of the box” and also ensures that these callbacks execute on the correct

  4. Implement Events • DoWork • RunWorkerCompleted • ProgressChanged • RunWorkerAsync • Properties like • RunWorkerCompletedEventArgs • ProgressChangedEventArgs • DoWorkEventArgs

  5. Thank you

More Related