BackgroundWorker’s RunWorkerCompleted event’s weird behavior in Outlook Add In developed using VSTO 4.0

If one uses “BackgroundWorker” class in an application.Then, as per the documentation and the discussion found online. It is suppose to raise “RunWorkerCompleted” and “ProgressChanged” on the same thread. On which the object of “BackgroundWorker” was created. Which in case of Windows form application would be UI Thread. But, if one uses “BackgroundWorker” class in [...]

MugBug Day 1

I searched a lot, But was not able to find a bug tracking system based on ASP.Net MVC. So, I decided to build this as my learning project. I decided to use Sharp Architecture to start with.So, first thing is to download it SharpArchitecture_1.5_Beta1.zip. I am using Windows 7 , VS 2010 with ASP.net MVC [...]

ASP.Net Ajax, jQuery,Telerik Controls and jQuery Tools Conflicts

Hi All, As I work for the team that develops reusable components for the whole organization, I found some of these issues and their solutions while using ASP.Net Ajax, jQuery,Telerik Controls and jQuery Tools. First of all, using Telerik control “RadScriptManager” you can add jQuery as they provide a default implementation of jQuery, Now the [...]